-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Rustup #9881
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
Rustup #9881
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
506bfc2
Auto merge of #2583 - RalfJung:rustup, r=oli-obk
bors 9ffc54d
merge rustc history
RalfJung 93cc616
merge rustc history
RalfJung 928606a
merge rustc history
RalfJung 831b994
Implement -Ztrack-diagnostics
b78509e
Add testcase for next_point, fix more trivial issues in find_width_of…
chenyukang 4dfc7b2
Fixup a few tests needing asm support
cuviper 5650673
Implement assertions and fixes to not emit empty spans without sugges…
kper 059e52b
rustc_hir_typeck: fix clippy
lcnr 9fe8e3d
merge rustc history
RalfJung d397819
Rollup merge of #102922 - kper:bugfix/102902-filtering-json, r=oli-obk
Dylan-DPC 0569f56
Rollup merge of #103260 - cuviper:needs-asm-support, r=fee1-dead
Dylan-DPC 46cf1ea
Auto merge of #103344 - Dylan-DPC:rollup-d1rpfvx, r=Dylan-DPC
bors 2ed4049
Introduce subst_iter and subst_iter_copied on EarlyBinder
compiler-errors cd0bb7d
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
flip1995 beae0d2
Address some comments
48edc83
Add more normalization and tests
5b336fd
Auto merge of #103392 - RalfJung:miri, r=oli-obk
bors 4b1cebb
Adjust normalization
45c000b
privacy: Rename "accessibility levels" to "effective visibilities"
petrochenkov 471d855
Update tooling
WaffleLapkin 6e6a803
Move clippy::uninlined_format_args back to pedantic
flip1995 678e675
Retain ParamEnv constness when running deferred cast checks
fee1-dead 26eeeee
Auto merge of #102233 - petrochenkov:effvis, r=jackh726
bors efca32e
Rename some `OwnerId` fields.
nnethercote dff041f
Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=comp…
GuillaumeGomez 16566e9
Use LanguageItems::require less
camsteffen 9f2852f
Auto merge of #103217 - mejrs:track, r=eholk
bors 188e8e9
improve `filesearch::get_or_default_sysroot` r=ozkanonur
onur-ozkan 40dca3d
Rollup merge of #103660 - ozkanonur:master, r=jyn514
Dylan-DPC 84c3a95
bless clippy
chenyukang 7ddd321
Introduce `ExprKind::IncludedBytes`
clubby789 e6ef478
Store a LocalDefId in hir::Variant & hir::Field.
cjgillot 8a2d0f2
Fix clippy and rustdoc
WaffleLapkin f2d83ed
Use `token::Lit` in `ast::ExprKind::Lit`.
nnethercote 2bf87f3
cleanup and dedupe CTFE and Miri error reporting
RalfJung e5352c7
Convert predicates into Predicate in the Obligation constructor
oli-obk cbd6159
Auto merge of #102944 - nnethercote:ast-Lit-third-time-lucky, r=petro…
bors 333b92c
Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, typ…
nnethercote 11d632f
Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead
bors 82afb16
Add variant_name function to `LangItem`
flip1995 f7535e7
Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compile…
matthiaskrgr a09423f
Rm diagnostic item, use lang item
fee1-dead 8749eda
Rollup merge of #104006 - flip1995:lang-items-clippy, r=oli-obk
matthiaskrgr bc01b2e
Auto merge of #101562 - nnethercote:shrink-ast-Expr-harder, r=petroch…
bors f6d4ef9
Auto merge of #104573 - matthiaskrgr:rollup-k36ybtp, r=matthiaskrgr
bors 3a2eaa7
drive-by: Add is_async fn to hir::IsAsync
compiler-errors 27c4c17
Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans,…
matthiaskrgr 80a4699
Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compil…
bors fd5b85c
Merge remote-tracking branch 'upstream/master' into rustup
flip1995 25e98bf
Bump Clippy version -> 0.1.67
flip1995 661f13c
Bump nightly version -> 2022-11-21
flip1995 5907e91
pass clippy sysroot env if given r=ozkanonur
onur-ozkan 05b914a
Fix custom ICE message test on windows
flip1995 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
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.
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.
This no longer avoids passing
--sysroot
twice if it's already present in the arguments (i.e.have_sys_root_arg
is missing). @flip1995 @ozkanonur Is that intentional? It's making rust-lang/rust#97443 a little tricky to fix.(I am not sure this is the actual PR where the change was made, it's been pretty hard to track down through the subtree updates.)
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.
This is implemented intentionally to fix rust-lang/rust#103660 (comment)
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.
Seems we need to check if
--sysroot
presents before this process. Do you want me to fix it ? @jyn514Uh 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.
@ozkanonur The fix is already implemented in #10149 . It's just waiting for my review. (This'll be merged before the sync on Thursday)
Thanks for offering your help!