Skip to content

Rollup of 11 pull requests #84956

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
May 5, 2021
Merged
Changes from 2 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c185f08
Add doc alias for `chdir` to `std::env::set_current_dir`
joshtriplett Apr 29, 2021
dd43d13
Reduce duplication in `impl_dep_tracking_hash` macros
jyn514 Apr 22, 2021
1e89b58
Account for unsatisfied bounds in E0599
estebank May 2, 2021
2e559c8
use `else if` in std library
wcampbell0x2a May 3, 2021
b4bfb0e
Update RELEASES.md for 1.52.0
XAMPPRocky Apr 14, 2021
f9eda61
rustbuild: Pass a `threads` flag that works to windows-gnu lld
petrochenkov May 3, 2021
d53469c
Clarify documentation for `[T]::contains`. Fixes #84877.
jimblandy May 3, 2021
d459b5d
platform-support: Center the contents of the `std` and `host` columns
joshtriplett May 3, 2021
389333a
Update `ptr` docs with regards to `ptr::addr_of!`
jfrimmel Mar 27, 2021
ee7a6c6
Remove `rustc_middle::mir::interpret::CheckInAllocMsg::NullPointerTest`
May 4, 2021
11379f0
Do not ICE on invalid const param
estebank May 4, 2021
722bebf
Rollup merge of #83553 - jfrimmel:addr-of, r=m-ou-se
RalfJung May 5, 2021
d84fcc8
Rollup merge of #84183 - rust-lang:relnotes-1.52.0, r=pietroalbini
RalfJung May 5, 2021
4c4b3e8
Rollup merge of #84709 - joshtriplett:doc-alias-chdir, r=dtolnay
RalfJung May 5, 2021
b1e152c
Rollup merge of #84803 - jyn514:duplicate-macros, r=petrochenkov
RalfJung May 5, 2021
db77072
Rollup merge of #84808 - estebank:issue-84769, r=petrochenkov
RalfJung May 5, 2021
9ffba09
Rollup merge of #84843 - wcampbell0x2a:use-else-if-let, r=dtolnay
RalfJung May 5, 2021
b2bb687
Rollup merge of #84865 - petrochenkov:llthread, r=Mark-Simulacrum
RalfJung May 5, 2021
92f3f08
Rollup merge of #84878 - jimblandy:contains-doc-fix, r=joshtriplett
RalfJung May 5, 2021
2cb9c6c
Rollup merge of #84882 - joshtriplett:platform-support-formatting, r=…
RalfJung May 5, 2021
2c7bf41
Rollup merge of #84903 - hyd-dev:dead-check-in-alloc-msg, r=RalfJung
RalfJung May 5, 2021
2cbcfae
Rollup merge of #84913 - estebank:issue-84831, r=varkor
RalfJung May 5, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/doc/rustc/src/platform-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The `std` column in the table below has the following meanings:
[`no_std`]: https://rust-embedded.github.io/book/intro/no-std.html

target | std | notes
-------|-----|-------
-------|:---:|-------
`aarch64-apple-ios` | ✓ | ARM64 iOS
`aarch64-fuchsia` | ✓ | ARM64 Fuchsia
`aarch64-linux-android` | ✓ | ARM64 Android
Expand Down Expand Up @@ -194,7 +194,7 @@ The `host` column indicates whether the codebase includes support for building
host tools.

target | std | host | notes
-------|-----|------|-------
-------|:---:|:----:|-------
`aarch64-apple-ios-macabi` | ? | | Apple Catalyst on ARM64
`aarch64-apple-ios-sim` | ? | | Apple iOS Simulator on ARM64
`aarch64-apple-tvos` | * | | ARM64 tvOS
Expand Down