-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Rollup of 5 pull requests #156341
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
Rollup of 5 pull requests #156341
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
223cbad
update compare modes
cijiugechu ab450e9
Add CI testing instructions for offload
xkevio 8c9e9e8
Merge pull request #2852 from cijiugechu/compare-modes
BoxyUwU 5f46b81
Fix tip on unstable syntax gating
kupiakos 96ea7ec
Merge pull request rust-lang/rustc-dev-guide#2862 from kupiakos/patch-1
reddevilmidzy 6158d6e
Prepare for merging from rust-lang/rust
invalid-email-address 8a9c08a
Merge ref '045b17737dab' from rust-lang/rust
invalid-email-address fc4ab61
Merge pull request rust-lang/rustc-dev-guide#2863 from rust-lang/rust…
reddevilmidzy a2c0e02
skip incorrect suggestion in nested imports
el-ev 05b97f7
address review comment
el-ev dcaef5f
move consts ui tests into its folder
danieljofficial 64398c3
Merge pull request #2857 from xkevio/patch-1
jyn514 1ad59ef
mark the suggestion as directly when it is
el-ev b7d22fd
refactor path construction
el-ev 2a119e8
add issue links and bless
danieljofficial a28de9f
update tests
el-ev 22d2826
remove param_env from HasTypingEnv
jdonszelmann 68f9143
use the right typing mode for each mir phase
jdonszelmann 0aefbd1
use the right typing mode in lints
jdonszelmann 0d65aa2
move drop bomb from OpaqueTypeStorage into InferCtxt's Drop
jdonszelmann 6d5fc32
combine tests into one file
el-ev aa43cd2
Remove outdated apple download instructions
ZuseZ4 0e45f1e
Merge pull request #2865 from rust-lang/apple-autodiff
ZuseZ4 37f7a97
Prepare for merging from rust-lang/rust
invalid-email-address 522e38a
Merge ref 'f2b291d902bf' from rust-lang/rust
invalid-email-address 5588a5b
Merge pull request #2866 from rust-lang/rustc-pull
tshepang 497a0eb
sembr src/autodiff/installation.md
tshepang a6c134c
sembr src/unsafety-checking.md
tshepang 66882cf
add a pause (and remove redundant word)
tshepang 2206653
add some pauses
tshepang 1eb7b46
replace awkward wording
tshepang e2b66ef
add regression test for unicode dotdotdot rest pattern
TaKO8Ki 431017b
avoid byte slicing in dotdotdot rest pattern suggestion
TaKO8Ki f3fb571
line reflow is not part of sembr compliance
tshepang a993479
sembr src/building/build-install-distribution-artifacts.md
tshepang fb8270d
use a more correct code marker
tshepang 3409a91
Merge pull request #2867 from rust-lang/tshepang/sembr
tshepang dbc4f62
Rollup merge of #156141 - jdonszelmann:use-right-typingmode, r=lcnr
matthiaskrgr 62396df
Rollup merge of #156244 - el-ev:issue156060, r=mu001999
matthiaskrgr b2cdfa2
Rollup merge of #156306 - danieljofficial:move-tests-consts, r=TaKO8Ki
matthiaskrgr eabe462
Rollup merge of #156333 - TaKO8Ki:fix-dotdotdot-rest-pattern-unicode-…
matthiaskrgr 53526f5
Rollup merge of #156337 - tshepang:rdg-sync, r=tshepang
matthiaskrgr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| f53b654a8882fd5fc036c4ca7a4ff41ce32497a6 | ||
| f2b291d902bfde7d7f209fc3a64908134bcef201 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#156345 🧊
View changes since the review