-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 6 pull requests #99177
Rollup of 6 pull requests #99177
Commits on Jul 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6f65b7e - Browse repository at this point
Copy the full SHA 6f65b7eView commit details
Commits on Jul 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f165843 - Browse repository at this point
Copy the full SHA f165843View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9935796 - Browse repository at this point
Copy the full SHA 9935796View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad9e1e3 - Browse repository at this point
Copy the full SHA ad9e1e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c3bab2 - Browse repository at this point
Copy the full SHA 1c3bab2View commit details
Commits on Jul 11, 2022
-
use PlaceRef::iter_projections to fix old FIXME
I added this function in 53481a5
Configuration menu - View commit details
-
Copy full SHA for d84f739 - Browse repository at this point
Copy the full SHA d84f739View commit details -
Configuration menu - View commit details
-
Copy full SHA for 988e754 - Browse repository at this point
Copy the full SHA 988e754View commit details -
rustc_target: Flip the default for
TargetOptions::executables
to trueAlso change `executables` to true for linux-kernel and windows-uwp-gnu targets
Configuration menu - View commit details
-
Copy full SHA for 8d9fdb7 - Browse repository at this point
Copy the full SHA 8d9fdb7View commit details
Commits on Jul 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e03cb7f - Browse repository at this point
Copy the full SHA e03cb7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f515af7 - Browse repository at this point
Copy the full SHA f515af7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 349a3fc - Browse repository at this point
Copy the full SHA 349a3fcView commit details -
Rollup merge of rust-lang#98622 - petrochenkov:executables, r=oli-obk
rustc_target: Flip the default for `TargetOptions::executables` to true This flag is true for most targets and the remaining targets may be mistakes.
Configuration menu - View commit details
-
Copy full SHA for 7615366 - Browse repository at this point
Copy the full SHA 7615366View commit details -
Rollup merge of rust-lang#98633 - c410-f3r:yet-another-let-chain, r=e…
…stebank Fix last `let_chains` blocker In order to forbid things like `let x = (let y = 1);` or `if let a = 1 && { let x = let y = 1; } {}`, the parser **HAS** to know the context of `let`. This context thing is not a surprise in the parser because you can see **a lot** of ad hoc fixes mixing parsing logic with validation logic creating code that looks more like spaghetti with tomato sauce. To make things even greater, a new ad hoc fix was added to only allow `let`s in a valid `let_chains` context by checking the previously processed token. This was the only solution I could think of and believe me, I thought about it for a long time 👍 In the long term, it should be preferable to segregate different responsibilities or create a more robust and cleaner parser framework. cc rust-lang#94927 cc rust-lang#53667
Configuration menu - View commit details
-
Copy full SHA for 9997c51 - Browse repository at this point
Copy the full SHA 9997c51View commit details -
Rollup merge of rust-lang#98972 - TaKO8Ki:suggest-adding-missing-zero…
…-to-floating-point-number, r=compiler-errors Suggest adding a missing zero to a floating point number fixes rust-lang#98836
Configuration menu - View commit details
-
Copy full SHA for 99fc65b - Browse repository at this point
Copy the full SHA 99fc65bView commit details -
Rollup merge of rust-lang#99038 - jackh726:earlybinder-cleanup, r=lcnr
Some more `EarlyBinder` cleanups First commit has a couple unrelated cleanups, but otherwise each commit is self-explanatory r? rust-lang/types
Configuration menu - View commit details
-
Copy full SHA for c0bcbe8 - Browse repository at this point
Copy the full SHA c0bcbe8View commit details -
Rollup merge of rust-lang#99154 - rosehuds:master, r=cjgillot
use PlaceRef::iter_projections to fix old FIXME I added this function in 53481a5
Configuration menu - View commit details
-
Copy full SHA for 01c2421 - Browse repository at this point
Copy the full SHA 01c2421View commit details -
Rollup merge of rust-lang#99171 - GuillaumeGomez:rustdoc-ui-test-rege…
…x, r=Dylan-DPC Put back UI test regex I just realized I overwrote these two commits in rust-lang#99055 when force pushing to fix the stdout output... r? `@Dylan-DPC`
Configuration menu - View commit details
-
Copy full SHA for 87e25e4 - Browse repository at this point
Copy the full SHA 87e25e4View commit details