-
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 9 pull requests #62542
Rollup of 9 pull requests #62542
Commits on Jul 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ac9dd1b - Browse repository at this point
Copy the full SHA ac9dd1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for da44141 - Browse repository at this point
Copy the full SHA da44141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11228ca - Browse repository at this point
Copy the full SHA 11228caView commit details -
Configuration menu - View commit details
-
Copy full SHA for f035630 - Browse repository at this point
Copy the full SHA f035630View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e40df3 - Browse repository at this point
Copy the full SHA 7e40df3View commit details
Commits on Jul 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 11a4d6e - Browse repository at this point
Copy the full SHA 11a4d6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8353007 - Browse repository at this point
Copy the full SHA 8353007View commit details
Commits on Jul 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4becbf3 - Browse repository at this point
Copy the full SHA 4becbf3View commit details -
normalize use of backticks in compiler messages for libsyntax/feature…
…_gate rust-lang#60532
Samy Kacimi committedJul 9, 2019 Configuration menu - View commit details
-
Copy full SHA for 41e71b0 - Browse repository at this point
Copy the full SHA 41e71b0View commit details -
clarify that debug_assert does not completely omits the code
TIL that debug_assert is implemented using `if cfg!(debug_assertions)` rather than `#[cfg(debug_assertions)]`. This means one can not use API gated with `#[cfg(debug_assertions)]` in `debug_assert` family of macros.
Configuration menu - View commit details
-
Copy full SHA for 8175a1f - Browse repository at this point
Copy the full SHA 8175a1fView commit details -
ci: Configure $CI_JOB_NAME correctly
Looks like some env vars were tweaked on Azure's side of things, so update how we configure `CI_JOB_NAME`.
Configuration menu - View commit details
-
Copy full SHA for 0efc7e3 - Browse repository at this point
Copy the full SHA 0efc7e3View commit details -
Apply suggestions from code review
Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b052fbb - Browse repository at this point
Copy the full SHA b052fbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb492d - Browse repository at this point
Copy the full SHA 4eb492dView commit details -
Rollup merge of rust-lang#62417 - alexreg:fix-self-in-type-alias, r=p…
…nkfelix Fix ICEs when `Self` is used in type aliases I think it is right just to disallow this at resolution stage rather than let typeck produce a cyclic error. This is in line with previous behaviour. There was probably no need at all for the change that introduced this bug in rust-lang#57428, so I've simply reversed it. Fixes rust-lang#62263, rust-lang#62364, rust-lang#62305. r? @eddyb
Configuration menu - View commit details
-
Copy full SHA for 2c2062e - Browse repository at this point
Copy the full SHA 2c2062eView commit details -
Rollup merge of rust-lang#62450 - nagisa:reclimit, r=pnkfelix
Raise the default recursion limit to 128 The previous limit of 64 is being (just) barely hit by genuine code out there, which is causing issues like rust-lang#62059 to rear their end. Ideally, we wouldn’t have such arbitrary limits at all, but while we do, it makes a lot of sense to just raise this limit whenever genuine use-cases end up hitting it. r? @pnkfelix Fixes rust-lang#62059
Configuration menu - View commit details
-
Copy full SHA for 9c14433 - Browse repository at this point
Copy the full SHA 9c14433View commit details -
Rollup merge of rust-lang#62470 - dima74:patch-1, r=GuillaumeGomez
Prevent shrinking of "crate select" element on Firefox This fixes rust-lang#60368
Configuration menu - View commit details
-
Copy full SHA for 5915517 - Browse repository at this point
Copy the full SHA 5915517View commit details -
Rollup merge of rust-lang#62515 - tshepang:consistent, r=Centril
cli: make help output for -l and -L consistent
Configuration menu - View commit details
-
Copy full SHA for 8e79343 - Browse repository at this point
Copy the full SHA 8e79343View commit details -
Rollup merge of rust-lang#62520 - pnkfelix:add-test-for-42574, r=alex…
…crichton Regression test for issue 42574. Cc rust-lang#42574. I'm not going to say this *closes* that issue yet, for two reasons: 1. I am still confused about some aspects of the behavior we are observing that bug 2. The "fix" to the diagnostic relies on full NLL (`#![feature(nll)]`); migration mode still has a subpar diagnostic.
Configuration menu - View commit details
-
Copy full SHA for e6f68a9 - Browse repository at this point
Copy the full SHA e6f68a9View commit details -
Rollup merge of rust-lang#62526 - fakenine:normalize_use_of_backticks…
…_compiler_messages_p4, r=Centril normalize use of backticks in compiler messages for libsyntax/feature_gate.rs rust-lang#60532
Configuration menu - View commit details
-
Copy full SHA for c57a223 - Browse repository at this point
Copy the full SHA c57a223View commit details -
Rollup merge of rust-lang#62527 - matklad:debug-assert, r=Centril
clarify that debug_assert does not completely omits the code TIL that debug_assert is implemented using `if cfg!(debug_assertions)` rather than `#[cfg(debug_assertions)]`. This means one can not use API gated with `#[cfg(debug_assertions)]` in `debug_assert` family of macros.
Configuration menu - View commit details
-
Copy full SHA for 8d0243a - Browse repository at this point
Copy the full SHA 8d0243aView commit details -
Rollup merge of rust-lang#62535 - alexcrichton:ci-job-name, r=pietroa…
…lbini ci: Configure $CI_JOB_NAME correctly Looks like some env vars were tweaked on Azure's side of things, so update how we configure `CI_JOB_NAME`.
Configuration menu - View commit details
-
Copy full SHA for 9243c28 - Browse repository at this point
Copy the full SHA 9243c28View commit details -
Rollup merge of rust-lang#62541 - mark-i-m:patch-1, r=Centril
Add spastorino for rustc-guide toolstate cc @spastorino r? @Centril
Configuration menu - View commit details
-
Copy full SHA for e8cf614 - Browse repository at this point
Copy the full SHA e8cf614View commit details