-
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 6 pull requests #66591
Rollup of 6 pull requests #66591
Commits on Nov 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b380d35 - Browse repository at this point
Copy the full SHA b380d35View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcc14c4 - Browse repository at this point
Copy the full SHA dcc14c4View commit details
Commits on Nov 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9124f7a - Browse repository at this point
Copy the full SHA 9124f7aView commit details
Commits on Nov 16, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 405866a - Browse repository at this point
Copy the full SHA 405866aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44b6811 - Browse repository at this point
Copy the full SHA 44b6811View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09180d7 - Browse repository at this point
Copy the full SHA 09180d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8952c8a - Browse repository at this point
Copy the full SHA 8952c8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e115a2 - Browse repository at this point
Copy the full SHA 5e115a2View commit details
Commits on Nov 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5b0e702 - Browse repository at this point
Copy the full SHA 5b0e702View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2e1658 - Browse repository at this point
Copy the full SHA c2e1658View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05f5f76 - Browse repository at this point
Copy the full SHA 05f5f76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dd5133 - Browse repository at this point
Copy the full SHA 1dd5133View commit details -
Configuration menu - View commit details
-
Copy full SHA for efcb695 - Browse repository at this point
Copy the full SHA efcb695View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a67986 - Browse repository at this point
Copy the full SHA 2a67986View commit details -
Configuration menu - View commit details
-
Copy full SHA for a265bc2 - Browse repository at this point
Copy the full SHA a265bc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ba84c6 - Browse repository at this point
Copy the full SHA 2ba84c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 333c114 - Browse repository at this point
Copy the full SHA 333c114View commit details -
Configuration menu - View commit details
-
Copy full SHA for 375a761 - Browse repository at this point
Copy the full SHA 375a761View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79bde05 - Browse repository at this point
Copy the full SHA 79bde05View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8e7ad6 - Browse repository at this point
Copy the full SHA e8e7ad6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b4dad7 - Browse repository at this point
Copy the full SHA 5b4dad7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d97a91 - Browse repository at this point
Copy the full SHA 3d97a91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44a595f - Browse repository at this point
Copy the full SHA 44a595fView commit details
Commits on Nov 18, 2019
-
Disable gdb pretty printer global section on wasm targets
The wasm targets don't support gdb anyway so there's no need for this section there.
Configuration menu - View commit details
-
Copy full SHA for eda67ba - Browse repository at this point
Copy the full SHA eda67baView commit details
Commits on Nov 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c90ad20 - Browse repository at this point
Copy the full SHA c90ad20View commit details -
Configuration menu - View commit details
-
Copy full SHA for bca64ce - Browse repository at this point
Copy the full SHA bca64ceView commit details -
ci: guess some environment variables based on builder name and os
Some environment variables (like DEPLOY or DEPLOY_ALT for dist builders, or IMAGE on Linux builders) are set on a lot of builders, and whether they should be present or not can be detected automatically based on the builder name and the platform. This commit simplifies the CI configuration by automatically setting those environment variables.
Configuration menu - View commit details
-
Copy full SHA for b1a5bb0 - Browse repository at this point
Copy the full SHA b1a5bb0View commit details -
Rollup merge of rust-lang#65730 - csmoe:return-lifetime, r=nikomatsakis
Suggest to add lifetime constraint at explicit ouput of functions Closes rust-lang#62097
Configuration menu - View commit details
-
Copy full SHA for 360ddc3 - Browse repository at this point
Copy the full SHA 360ddc3View commit details -
Rollup merge of rust-lang#66460 - cjgillot:hashstable_generic, r=Zoxc
Add a proc-macro to derive HashStable in librustc dependencies A second proc-macro is added to derive HashStable for crates librustc depends on. This proc-macro HashStable_Generic (to bikeshed) allows to decouple code and some librustc's boilerplate. Not everything is migrated, because `Span` and `TokenKind` require to be placed inside librustc. Types using them stay there too. Split out of rust-lang#66279 r? @Zoxc
Configuration menu - View commit details
-
Copy full SHA for f16a729 - Browse repository at this point
Copy the full SHA f16a729View commit details -
Configuration menu - View commit details
-
Copy full SHA for 676c51a - Browse repository at this point
Copy the full SHA 676c51aView commit details -
Rollup merge of rust-lang#66520 - alexcrichton:disable-gdb-wasm, r=eddyb
Disable gdb pretty printer global section on wasm targets The wasm targets don't support gdb anyway so there's no need for this section there.
Configuration menu - View commit details
-
Copy full SHA for 8ca51cb - Browse repository at this point
Copy the full SHA 8ca51cbView commit details -
Rollup merge of rust-lang#66539 - estebank:let-ty, r=Centril
Point at type in `let` assignment on type errors Fix rust-lang#61067.
Configuration menu - View commit details
-
Copy full SHA for e6e44cf - Browse repository at this point
Copy the full SHA e6e44cfView commit details -
Rollup merge of rust-lang#66569 - pietroalbini:gha-1, r=alexcrichton
GitHub Actions: preparations, part 1 This PR adds the first batch of commits in preparation for GitHub Actions: * Added GitHub Actions support in `src/ci/shared.sh` and bootstrap. * Addded a `setup-environment.sh` script which guesses and sets the `DEPLOY`, `DEPLOY_ALT` and `IMAGE` environment variables automatically, to reduce the verbosity of the CI configuration. This PR does **not** yet add any builders on GitHub Actions. r? @alexcrichton
Configuration menu - View commit details
-
Copy full SHA for 7785cc4 - Browse repository at this point
Copy the full SHA 7785cc4View commit details