Skip to content
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

Rollup of 8 pull requests #121810

Merged
merged 19 commits into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
646e8e7
rustc: Fix wasm64 metadata object files
alexcrichton Feb 22, 2024
23ab1bd
safe transmute: revise safety analysis
jswrenn Feb 26, 2024
61fcdf6
Add proper cfg
mu001999 Feb 29, 2024
88b9e7a
Bless test
mu001999 Feb 29, 2024
3cc8c8d
allow statics pointing to mutable statics
RalfJung Feb 29, 2024
a9596fb
make mutable_references_err not bitwidth-dependent
RalfJung Feb 29, 2024
fb81ee8
Fix links in rustc doc
AaronChen0 Feb 29, 2024
2b80605
AST: Refactor type alias where clauses
fmease Feb 19, 2024
cce8128
Detect empty leading where-clauses on type aliases
fmease Feb 20, 2024
3ed175c
add const test for ptr::metadata
RalfJung Feb 29, 2024
582ad49
Remove doc aliases to PATH
tgross35 Feb 29, 2024
dd4ecd1
Rollup merge of #121326 - fmease:detect-empty-leading-where-clauses-o…
matthiaskrgr Feb 29, 2024
5099720
Rollup merge of #121464 - alexcrichton:fix-wasm64, r=wesleywiser
matthiaskrgr Feb 29, 2024
419f7ae
Rollup merge of #121681 - jswrenn:nix-visibility-analysis, r=compiler…
matthiaskrgr Feb 29, 2024
2fdcdd9
Rollup merge of #121753 - mu001999:core/add_cfg, r=cuviper
matthiaskrgr Feb 29, 2024
255fdcc
Rollup merge of #121782 - RalfJung:mutable-ref-in-static, r=oli-obk
matthiaskrgr Feb 29, 2024
50e738b
Rollup merge of #121798 - AaronChen0:master, r=Nilstrieb
matthiaskrgr Feb 29, 2024
b07419b
Rollup merge of #121806 - RalfJung:const-metadata, r=oli-obk
matthiaskrgr Feb 29, 2024
b961f25
Rollup merge of #121809 - tgross35:suggest-path-split-fixup, r=Amanieu
matthiaskrgr Feb 29, 2024
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
Prev Previous commit
Next Next commit
Fix links in rustc doc
  • Loading branch information
AaronChen0 authored Feb 29, 2024
commit fb81ee8bd7d9308f3c627b8e15d5ba6e9fff3f70
2 changes: 1 addition & 1 deletion src/doc/rustc/src/platform-support/arm64e-apple-darwin.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARM64e macOS (11.0+, Big Sur+)

## Target maintainers

- Artyom Tetyukhin ([@arttet](https://github.com/https://github.com/arttet))
- Artyom Tetyukhin ([@arttet](https://github.com/arttet))

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion src/doc/rustc/src/platform-support/arm64e-apple-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARM64e iOS (12.0+)

## Target maintainers

- Artyom Tetyukhin ([@arttet](https://github.com/https://github.com/arttet))
- Artyom Tetyukhin ([@arttet](https://github.com/arttet))

## Requirements

Expand Down
Loading