Matthias Krüger
0491fdad6f
Rollup merge of #99474 - aDotInTheVoid:rustdoc-json-noinline-test-cleanup, r=CraftSpider
...
Rustdoc json tests: New @hasexact test command
Alot of the time, we wanted to assert that a module had an exact set of items. Most of the time this was done by asserting that the ```@count``` of the module was `n`, and then doing `n` ```@has``` checks on the module.
This was tedious, so often shortcuts were done.
This PR adds a new command to jsondocck to allow consistently expressing this behavior, and then uses it to clean up the tests.
``@rustbot`` modify labels: +A-rustdoc-json +A-testsuite
2022-08-17 12:32:47 +02:00
lcnr
4fe666ee64
implied_bounds: clarify our assumptions
2022-08-17 12:22:32 +02:00
ouz-a
ddf23cbeba
add new test and combine old ones
2022-08-17 13:21:03 +03:00
PragmaTwice
98fb65eff9
Migrate lint reports in typeck::check_unused to LintDiagnostic
2022-08-17 17:47:44 +08:00
ouz-a
7b45718484
pass when where clause found
2022-08-17 12:25:52 +03:00
lcnr
b7a8496a07
add List::as_slice
2022-08-17 11:22:47 +02:00
Xiretza
d3bf103d1b
Fix documentation of rustc_parse::parser::Parser::parse_stmt_without_recovery
...
Something seems to have gotten out of sync during the creation of #81177 ,
where both the argument and comment were introduced.
2022-08-17 11:18:48 +02:00
Krasimir Georgiev
7cba1f9eab
llvm-wrapper: use new pass manager for thin lto with LLVM version 15
...
No functional changes intended.
LLVM commit 633f5663c3
removed `createWriteThinLTOBitcodePass`.
This adapts PassWrapper similarly to the example mentioned upstream: 633f5663c3
.
2022-08-17 09:16:37 +00:00
lcnr
1cede2c126
is_knowable
use Result
instead of Option
2022-08-17 10:17:54 +02:00
Raoul Strackx
2a23d08aae
Mitigate Stale Data Read for xAPIC vulnerability
...
In order to mitigate the Stale Data Read for xAPIC vulnerability completely, reading userspace from an SGX enclave must be aligned and in 8-bytes chunks.
References:
- https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00657.html
- https://www.intel.com/content/www/us/en/developer/articles/technical/software-security-guidance/advisory-guidance/stale-data-read-from-xapic.html
2022-08-17 09:51:03 +02:00
ltdk
5e1730fd17
Make slice::reverse const
2022-08-17 02:01:32 -04:00
PunkyMunky64
683b3f4e6e
Fixed a few documentation errors
...
Quick pull request; IEEE-754, not IEEE-745. May save someone a quick second some time.
2022-08-16 22:29:14 -07:00
PunkyMunky64
89d9a35b3e
Fixed a few documentation errors
...
IEEE-754, not IEEE-745. May save someone a second sometime
2022-08-16 22:28:11 -07:00
Nicholas Nethercote
52d8397985
Remove AttributesExt::other_attrs
.
...
It's unused.
2022-08-17 12:38:21 +10:00
Nicholas Nethercote
6cd40d0e51
Remove attrs
arg from typaram
and mk_ty_param
.
...
Because it's always empty.
2022-08-17 12:33:42 +10:00
Nicholas Nethercote
2c24958cfd
Remove TraitDef::attributes
.
...
Because it's always empty.
2022-08-17 12:29:02 +10:00
Eric Huss
f4674b4961
Update cargo
2022-08-16 19:02:19 -07:00
Eric Huss
b176f8b78a
Update books
2022-08-16 18:52:39 -07:00
Alex
302689fa7b
Update src/test/assembly/x86_64-floating-point-clamp.rs
...
Co-authored-by: scottmcm <scottmcm@users.noreply.github.com>
2022-08-16 20:39:22 -05:00
Alex
0ff8f0b578
Update src/test/assembly/x86_64-floating-point-clamp.rs
...
Simple Clamp Function
I thought this was more robust and easier to read. I also allowed this function to return early in order to skip the extra bound check (I'm sure the difference is negligible). I'm not sure if there was a reason for binding `self` to `x`; if so, please correct me.
Simple Clamp Function for f64
I thought this was more robust and easier to read. I also allowed this function to return early in order to skip the extra bound check (I'm sure the difference is negligible). I'm not sure if there was a reason for binding `self` to `x`; if so, please correct me.
Floating point clamp test
f32 clamp using mut self
f64 clamp using mut self
Update library/core/src/num/f32.rs
Update f64.rs
Update x86_64-floating-point-clamp.rs
Update src/test/assembly/x86_64-floating-point-clamp.rs
Update x86_64-floating-point-clamp.rs
Co-Authored-By: scottmcm <scottmcm@users.noreply.github.com>
2022-08-16 19:45:44 -04:00
Michael Goulet
33212bf7f5
Remove deferred sized checks
2022-08-16 22:30:56 +00:00
nidnogg
72ce216def
Previous commit under x.py fmt
2022-08-16 19:19:59 -03:00
Nicholas Nethercote
eafd0dfd05
Box the MacCall
in various types.
2022-08-17 08:10:56 +10:00
nidnogg
be18a9bf75
Migrated more diagnostics under transcribe.rs
2022-08-16 19:02:51 -03:00
nidnogg
7e15fbab75
Added first migration for repeated expressions without syntax vars
2022-08-16 18:34:13 -03:00
Alex Macleod
23abd599e7
bootstrap: don't apply -Ztls-model=initial-exec
to proc macros
2022-08-16 21:22:02 +00:00
bors
86c6ebee8f
Auto merge of #100644 - TaKO8Ki:rollup-n0o6a1t, r=TaKO8Ki
...
Rollup of 4 pull requests
Successful merges:
- #100243 (Remove opt_remap_env_constness from rustc_query_impl)
- #100625 (Add `IpDisplayBuffer` helper struct.)
- #100629 (Use `merged_ty` method instead of rewriting it every time)
- #100630 (rustdoc JSON: Fix ICE with `pub extern crate self as <self_crate_name>`)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
2022-08-16 21:10:08 +00:00
Michael Howell
238bcc940f
rustdoc: box ItemKind::Trait
...
This reduces the memory consumption of ItemKind.
2022-08-16 13:09:37 -07:00
Takayuki Maeda
af74e7232f
Rollup merge of #100630 - Enselic:export_extern_crate_as_self, r=GuillaumeGomez
...
rustdoc JSON: Fix ICE with `pub extern crate self as <self_crate_name>`
Closes #100531
r? `@GuillaumeGomez`
`@rustbot` labels +A-rustdoc-json +T-rustdoc
2022-08-17 05:08:05 +09:00
Takayuki Maeda
033387a6af
Rollup merge of #100629 - GuillaumeGomez:merged-ty, r=compiler-errors
...
Use `merged_ty` method instead of rewriting it every time
`merged_ty` [source code](https://doc.rust-lang.org/nightly/nightly-rustc/src/rustc_typeck/check/coercion.rs.html#1331-1333 ) is quite literally the same, so instead of rewriting it, makes more sense to use the method instead.
r? `@compiler-errors`
2022-08-17 05:08:04 +09:00
Takayuki Maeda
b7b4f79bc9
Rollup merge of #100625 - reitermarkus:ip-display-buffer, r=thomcc
...
Add `IpDisplayBuffer` helper struct.
This removes the dependency on `std::io::Write` for implementing `Display`, allowing it to be moved to `core` as proposed in https://github.com/rust-lang/rfcs/pull/2832 .
2022-08-17 05:08:03 +09:00
Takayuki Maeda
e6d47925af
Rollup merge of #100243 - kckeiks:remove-macros-in-query-system, r=cjgillot
...
Remove opt_remap_env_constness from rustc_query_impl
1st task off #96524 .
r? `@cjgillot`
2022-08-17 05:08:02 +09:00
finalchild
c1a98416e3
Migrate emoji identifier diagnostics to SessionDiagnostic
2022-08-17 05:07:47 +09:00
Takayuki Maeda
5a848c701b
avoid a &str
to String
conversion
2022-08-17 04:58:26 +09:00
Takayuki Maeda
1886aef035
point at a type parameter shadowing another type
2022-08-17 04:53:06 +09:00
Michael Howell
2aa4aa70dd
rustdoc: factor Type::QPath out into its own box
...
This reduces the size of Type.
2022-08-16 12:48:04 -07:00
bors
5746c752f4
Auto merge of #100626 - Dylan-DPC:rollup-mwbm7kj, r=Dylan-DPC
...
Rollup of 6 pull requests
Successful merges:
- #99942 (Fix nonsense non-tupled `Fn` trait error)
- #100609 (Extend invalid floating point literal suffix suggestion)
- #100610 (Ast and parser tweaks)
- #100613 (compiletest: fix typo in runtest.rs)
- #100616 (⬆️ rust-analyzer)
- #100622 (Support 128-bit atomics on all aarch64 targets)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
2022-08-16 18:07:02 +00:00
Mohsen Zohrevandi
70dd980c8d
Update fortanix-sgx-abi and export some useful SGX usercall traits
...
Update fortanix-sgx-abi to 0.5.0 to add support for cancel queue (see
https://github.com/fortanix/rust-sgx/pull/405 and
https://github.com/fortanix/rust-sgx/pull/404 ).
Export some useful traits for processing SGX usercall. This is needed
for https://github.com/fortanix/rust-sgx/pull/404 to avoid duplication.
2022-08-16 11:01:53 -07:00
Markus Reiter
44d62425b9
Simplify IpDisplayBuffer
API.
2022-08-16 19:32:00 +02:00
Markus Reiter
31540f5e15
Use MaybeUninit<u8>
for IpDisplayBuffer
.
2022-08-16 18:12:06 +02:00
Andrew Pollack
a73afe3b7e
Improving Fuchsia rustc support documentation
...
Improving wording
2022-08-16 15:58:56 +00:00
Markus Reiter
033e9d66ff
Move IpDisplayBuffer
into submodule.
2022-08-16 17:57:46 +02:00
Markus Reiter
5a11b814d4
Add IpDisplayBuffer
helper struct.
2022-08-16 17:54:55 +02:00
Tim van Elsloo
9233298e71
Revert "Revert "Allow dynamic linking for iOS/tvOS targets.""
...
This reverts commit 16e10bf81e
.
# Conflicts:
# compiler/rustc_target/src/spec/apple_sdk_base.rs
2022-08-16 17:36:25 +02:00
Martin Nordholts
dbeb506eae
rustdoc JSON: Fix ICE with pub extern crate self as <self_crate_name>
2022-08-16 15:54:50 +02:00
Guillaume Gomez
1f7d1eae96
Use merged_ty
method instead of rewriting it every time
2022-08-16 15:33:46 +02:00
Raoul Strackx
25de53f768
Refactor copying data to userspace
2022-08-16 15:01:18 +02:00
Dylan DPC
35bd1d64cf
Rollup merge of #100622 - taiki-e:aarch64-atomic-128, r=Amanieu
...
Support 128-bit atomics on all aarch64 targets
Some aarch64 targets currently set `max_atomic_width` to 64, but aarch64 always supports 128-bit atomics.
r? `@Amanieu`
2022-08-16 18:16:16 +05:30
Dylan DPC
1d23d3a952
Rollup merge of #100616 - lnicola:rust-analyzer-2022-08-16, r=lnicola
...
⬆️ rust-analyzer
r? `@ghost`
2022-08-16 18:16:15 +05:30
Dylan DPC
04dd36941b
Rollup merge of #100613 - eltociear:patch-15, r=Mark-Simulacrum
...
compiletest: fix typo in runtest.rs
nonexistant -> nonexistent
2022-08-16 18:16:14 +05:30