-
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 9 pull requests #74662
Rollup of 9 pull requests #74662
Commits on Jul 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6100b74 - Browse repository at this point
Copy the full SHA 6100b74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fb260b - Browse repository at this point
Copy the full SHA 4fb260bView commit details
Commits on Jul 21, 2020
-
Add the aarch64-apple-darwin target
This is a basic copy-paste-modify from the existing x86_64-apple-darwin target.
Configuration menu - View commit details
-
Copy full SHA for 4c69d4b - Browse repository at this point
Copy the full SHA 4c69d4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 804241e - Browse repository at this point
Copy the full SHA 804241eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3340b5 - Browse repository at this point
Copy the full SHA b3340b5View commit details
Commits on Jul 22, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 430bd39 - Browse repository at this point
Copy the full SHA 430bd39View commit details -
This adds a dedicated branch for perf to use for CI, intended to allow perf to enqueue builds without needing to use bors. bors is great, but bors requires an open PR to work, and we want to invoke perf on closed PRs sometimes (in particular, rollups).
Configuration menu - View commit details
-
Copy full SHA for 747bc8e - Browse repository at this point
Copy the full SHA 747bc8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49b9a64 - Browse repository at this point
Copy the full SHA 49b9a64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b05202 - Browse repository at this point
Copy the full SHA 4b05202View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b662c2 - Browse repository at this point
Copy the full SHA 0b662c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 461c576 - Browse repository at this point
Copy the full SHA 461c576View commit details -
build: Avoid unnecessary build script reruns in libstd
Add a FIXME to build scripts in profiler_builtins
Configuration menu - View commit details
-
Copy full SHA for 7be36a8 - Browse repository at this point
Copy the full SHA 7be36a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6513148 - Browse repository at this point
Copy the full SHA 6513148View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e08bab - Browse repository at this point
Copy the full SHA 4e08babView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bac3db - Browse repository at this point
Copy the full SHA 6bac3dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bf39fa - Browse repository at this point
Copy the full SHA 7bf39faView commit details -
Configuration menu - View commit details
-
Copy full SHA for f807437 - Browse repository at this point
Copy the full SHA f807437View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3712dfc - Browse repository at this point
Copy the full SHA 3712dfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53d96b5 - Browse repository at this point
Copy the full SHA 53d96b5View commit details -
rustdoc: Always warn when linking from public to private items
Change the logic such that linking from a public to a private item always triggers intra_doc_link_resolution_failure. Previously, the warning was not emitted when --document-private-items is passed. Also don't rely anymore on the item's visibility, which would falsely trigger the lint now that the check for --document-private-items is gone.
Configuration menu - View commit details
-
Copy full SHA for ed53de0 - Browse repository at this point
Copy the full SHA ed53de0View commit details -
rustdoc: Add explanation when linting against public to private item …
…links The additional note helps explaining why the lint was triggered and that --document-private-items directly influences the link resolution.
Configuration menu - View commit details
-
Copy full SHA for c14641a - Browse repository at this point
Copy the full SHA c14641aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 889a4d9 - Browse repository at this point
Copy the full SHA 889a4d9View commit details -
Rollup merge of rust-lang#73783 - estebank:impl-dyn-trait-static-life…
…time, r=nikomatsakis Detect when `'static` obligation might come from an `impl` Partly address rust-lang#71341.
Configuration menu - View commit details
-
Copy full SHA for fe9babb - Browse repository at this point
Copy the full SHA fe9babbView commit details -
Rollup merge of rust-lang#73868 - ecstatic-morse:fix-stable-version, …
…r=jonas-schievink Advertise correct stable version for const control flow rust-lang#72437 was opened before the 1.45 release but merged afterwards. These will be stable in 1.46.
Configuration menu - View commit details
-
Copy full SHA for da449a9 - Browse repository at this point
Copy the full SHA da449a9View commit details -
Rollup merge of rust-lang#74460 - dennis-hamester:rustdoc-warn-pub-to…
…-priv, r=jyn514 rustdoc: Always warn when linking from public to private items Change the logic such that linking from a public to a private item always triggers `intra_doc_link_resolution_failure`. Previously, the warning was not emitted when `--document-private-items` is passed. This came up during the discussion in rust-lang#74147 (comment).
Configuration menu - View commit details
-
Copy full SHA for 02e350f - Browse repository at this point
Copy the full SHA 02e350fView commit details -
Rollup merge of rust-lang#74538 - nbdd0121:issue-73976, r=lcnr
Guard against non-monomorphized type_id intrinsic call This PR checks whether the type is sufficient monomorphized when calling type_id or type_name intrinsics. If the type is not sufficiently monomorphized, e.g. used in a pattern, the code will be rejected. Fixes rust-lang#73976
Configuration menu - View commit details
-
Copy full SHA for 4828895 - Browse repository at this point
Copy the full SHA 4828895View commit details -
Rollup merge of rust-lang#74541 - shepmaster:aarch64-apple-darwin-tar…
…get, r=nagisa Add the aarch64-apple-darwin target This is a basic copy-paste-modify from the existing x86_64-apple-darwin target.
Configuration menu - View commit details
-
Copy full SHA for 8114dc7 - Browse repository at this point
Copy the full SHA 8114dc7View commit details -
Rollup merge of rust-lang#74600 - Mark-Simulacrum:try-perf, r=pietroa…
…lbini Enable perf try builder This adds a dedicated branch for perf to use for CI, intended to allow perf to enqueue builds without needing to use bors. bors is great, but bors requires an open PR to work, and we want to invoke perf on closed PRs sometimes (in particular, rollups).
Configuration menu - View commit details
-
Copy full SHA for 0edf2e6 - Browse repository at this point
Copy the full SHA 0edf2e6View commit details -
Rollup merge of rust-lang#74618 - JohnTitor:no-more-bad-placeholder, …
…r=estebank Do not ICE on assoc type with bad placeholder Fixes rust-lang#74612 r? @estebank
Configuration menu - View commit details
-
Copy full SHA for 9ac2af1 - Browse repository at this point
Copy the full SHA 9ac2af1View commit details -
Rollup merge of rust-lang#74631 - petrochenkov:ehdr2, r=jonas-schievink
rustc_target: Add a target spec option for disabling `--eh-frame-hdr` Disable `--eh-frame-hdr` for targets that use an `ld`-like linker, but don't support that option. Do it through a target spec option rather than through hard-coding in `linker.rs`. The option is still enabled by default though. cc rust-lang#73564 Fixes rust-lang#73564 (comment) Fixes rust-lang#74625 Fixes rust-embedded/msp430-rt#12
Configuration menu - View commit details
-
Copy full SHA for 7b28e7b - Browse repository at this point
Copy the full SHA 7b28e7bView commit details -
Rollup merge of rust-lang#74643 - petrochenkov:noenvrerun, r=Mark-Sim…
…ulacrum build: Remove unnecessary `cargo:rerun-if-env-changed` annotations ... and a couple of related cleanups. rustc and cargo now track the majority of env var dependencies automatically (rust-lang/cargo#8421), so the annotations are no longer necessary.
Configuration menu - View commit details
-
Copy full SHA for b32383c - Browse repository at this point
Copy the full SHA b32383cView commit details