-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 #64230
Rollup of 8 pull requests #64230
Commits on Aug 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fdc4f90 - Browse repository at this point
Copy the full SHA fdc4f90View commit details
Commits on Sep 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0c9aeba - Browse repository at this point
Copy the full SHA 0c9aebaView commit details
Commits on Sep 5, 2019
-
Better way of conditioning the sanitizer builds
Previously the build would take the presence of the LLVM_CONFIG envvar to mean that the sanitizers should be built, but this is a common envvar that could be set for reasons unrelated to the rustc sanitizers. This commit adds a new envvar RUSTC_BUILD_SANITIZERS and uses it instead.
Configuration menu - View commit details
-
Copy full SHA for 485697b - Browse repository at this point
Copy the full SHA 485697bView commit details -
annotate-snippet emitter: Deal with multispans from macros, too
This moves the two methods from the `EmitterWriter` impl to trait default methods in the `Emitter` trait so that they can be re-used by the `AnnotateSnippetEmitterWriter`. Closes rust-lang#61810
Configuration menu - View commit details
-
Copy full SHA for 159d249 - Browse repository at this point
Copy the full SHA 159d249View commit details
Commits on Sep 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 022d9c8 - Browse repository at this point
Copy the full SHA 022d9c8View commit details -
annotate-snippet emitter: Update issue number
The tracking issue has been replaced by one with mentoring instructions.
Configuration menu - View commit details
-
Copy full SHA for 0ca645a - Browse repository at this point
Copy the full SHA 0ca645aView commit details -
it's more pythonic to use 'is not None' in python files
Guanqun Lu committedSep 6, 2019 Configuration menu - View commit details
-
Copy full SHA for ba7d1b8 - Browse repository at this point
Copy the full SHA ba7d1b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d168fa - Browse repository at this point
Copy the full SHA 2d168faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0554095 - Browse repository at this point
Copy the full SHA 0554095View commit details -
Rollup merge of rust-lang#63565 - Centril:deny-nll-migrate-mode, r=ma…
…tthewjasper Rust 2018: NLL migrate mode => hard error As per decision on a language team meeting as described in rust-lang#63565 (comment), we refuse to downgrade NLL errors, that AST borrowck accepts, into warnings and keep them as hard errors. cc @rust-lang/lang cc @rust-lang/wg-compiler-nll
Configuration menu - View commit details
-
Copy full SHA for 4f61eac - Browse repository at this point
Copy the full SHA 4f61eacView commit details -
Rollup merge of rust-lang#63969 - GuillaumeGomez:option-docs-example,…
… r=sfackler Add missing examples for Option type cc @rust-lang/docs
Configuration menu - View commit details
-
Copy full SHA for b0dfc8a - Browse repository at this point
Copy the full SHA b0dfc8aView commit details -
Rollup merge of rust-lang#64067 - Mark-Simulacrum:valgrind-dyn, r=ale…
…xcrichton Remove no-prefer-dynamic from valgrind tests This seems to be working locally. Resolves rust-lang#31968
Configuration menu - View commit details
-
Copy full SHA for e618135 - Browse repository at this point
Copy the full SHA e618135View commit details -
Rollup merge of rust-lang#64166 - infinity0:master, r=alexcrichton
Better way of conditioning the sanitizer builds Previously the build would take the presence of the LLVM_CONFIG envvar to mean that the sanitizers should be built, but this is a common envvar that could be set for reasons unrelated to the rustc sanitizers. This commit adds a new envvar RUSTC_BUILD_SANITIZERS and uses it instead. This PR or similar will be necessary in order to work correctly with rust-lang/compiler-builtins#296
Configuration menu - View commit details
-
Copy full SHA for 8bbd71b - Browse repository at this point
Copy the full SHA 8bbd71bView commit details -
Rollup merge of rust-lang#64189 - phansch:add_macros_support, r=estebank
annotate-snippet emitter: Deal with multispans from macros, too This moves the two methods from the `EmitterWriter` impl to trait default methods in the `Emitter` trait so that they can be re-used by the `AnnotateSnippetEmitterWriter`. r? @estebank Closes rust-lang#61810
Configuration menu - View commit details
-
Copy full SHA for 57e900e - Browse repository at this point
Copy the full SHA 57e900eView commit details -
Rollup merge of rust-lang#64202 - alexreg:rush-pr-1, r=Centril
Fixed grammar/style in some error messages Factored out from hacking on rustc for work on the REPL. r? @Centril
Configuration menu - View commit details
-
Copy full SHA for afb6a70 - Browse repository at this point
Copy the full SHA afb6a70View commit details -
Rollup merge of rust-lang#64206 - phansch:update_issue_number, r=varkor
annotate-snippet emitter: Update an issue number The tracking issue has been replaced by one with mentoring instructions (rust-lang#64205).
Configuration menu - View commit details
-
Copy full SHA for 8111cca - Browse repository at this point
Copy the full SHA 8111ccaView commit details -
Rollup merge of rust-lang#64208 - guanqun:py-is-not-none, r=matklad
it's more pythonic to use 'is not None' in python files
Configuration menu - View commit details
-
Copy full SHA for ee54499 - Browse repository at this point
Copy the full SHA ee54499View commit details