| Age | Commit message (Expand) | Author | Lines |
| 2020-07-22 | Rollup merge of #74541 - shepmaster:aarch64-apple-darwin-target, r=nagisa | Manish Goregaokar | -3/+37 |
| 2020-07-22 | Rollup merge of #74538 - nbdd0121:issue-73976, r=lcnr | Manish Goregaokar | -2/+112 |
| 2020-07-22 | Rollup merge of #74460 - dennis-hamester:rustdoc-warn-pub-to-priv, r=jyn514 | Manish Goregaokar | -10/+47 |
| 2020-07-22 | Rollup merge of #73868 - ecstatic-morse:fix-stable-version, r=jonas-schievink | Manish Goregaokar | -2/+2 |
| 2020-07-22 | Rollup merge of #73783 - estebank:impl-dyn-trait-static-lifetime, r=nikomatsakis | Manish Goregaokar | -439/+1301 |
| 2020-07-23 | rename arguments to highlight_if_we_can_match_hir_ty | SNCPlay42 | -7/+6 |
| 2020-07-23 | move highlight_if_we_can_match_hir_ty call | SNCPlay42 | -6/+5 |
| 2020-07-22 | decouple highlight_if_we_cannot_match_hir_ty | SNCPlay42 | -10/+10 |
| 2020-07-22 | clean up give_name_if_anonymous_region_appears_in_arguments | SNCPlay42 | -18/+9 |
| 2020-07-22 | rename functions | SNCPlay42 | -7/+7 |
| 2020-07-22 | change returns to RegionNameHighlight | SNCPlay42 | -38/+29 |
| 2020-07-22 | extract RegionNameHighlight | SNCPlay42 | -23/+40 |
| 2020-07-22 | add RegionName::span | SNCPlay42 | -13/+19 |
| 2020-07-22 | Improve codegen for unchecked float casts on wasm | Alex Crichton | -38/+74 |
| 2020-07-22 | Auto merge of #74404 - lcnr:ty-dep-path-cleanup-aaaaa, r=eddyb | bors | -50/+56 |
| 2020-07-22 | More BTreeMap test cases, some exposing undefined behaviour | Stein Somers | -0/+80 |
| 2020-07-22 | require type defaults to be after const generic parameters | Bastian Kauschke | -6/+46 |
| 2020-07-22 | Change error code number | Esteban Küber | -23/+22 |
| 2020-07-22 | Improve the documentation for Vec::drain | Alexis Bourget | -4/+7 |
| 2020-07-22 | rustdoc: Add explanation when linting against public to private item links | Dennis Hamester | -0/+11 |
| 2020-07-22 | rustdoc: Always warn when linking from public to private items | Dennis Hamester | -10/+36 |
| 2020-07-22 | Auto merge of #74633 - davidtwco:issue-74614-disable-polymorphisation, r=wesl... | bors | -37/+66 |
| 2020-07-22 | Handle fully-qualified paths and add test cases | Esteban Küber | -98/+404 |
| 2020-07-22 | Partially account for case where used method is from trait | Esteban Küber | -5/+21 |
| 2020-07-22 | Use `ty::Instance::resolve` to identify `'static` bound source | Esteban Küber | -182/+196 |
| 2020-07-22 | Further tweak wording of E0759 and introduce E0767 | Esteban Küber | -167/+280 |
| 2020-07-22 | Add more context to diagnostic | Esteban Küber | -18/+96 |
| 2020-07-22 | Increase accuracy of lifetime bound on trait object impl suggestion | Esteban Küber | -114/+321 |
| 2020-07-22 | Detect when `'static` obligation might come from an `impl` | Esteban Küber | -302/+431 |
| 2020-07-22 | build: Avoid unnecessary build script reruns in libstd | Vadim Petrochenkov | -0/+3 |
| 2020-07-22 | build: Harden env var tracking in build scripts | Vadim Petrochenkov | -18/+22 |
| 2020-07-22 | Rollup merge of #74635 - GuillaumeGomez:fix-tooltip-pos, r=Manishearth | Manish Goregaokar | -0/+10 |
| 2020-07-22 | Rollup merge of #74589 - ehuss:update-books, r=ehuss | Manish Goregaokar | -0/+0 |
| 2020-07-22 | Rollup merge of #74568 - aticu:master, r=Mark-Simulacrum | Manish Goregaokar | -7/+12 |
| 2020-07-22 | Rollup merge of #74528 - euclio:intra-link-errors, r=jyn514 | Manish Goregaokar | -298/+290 |
| 2020-07-22 | Rollup merge of #74454 - lcnr:negative-impls, r=nikomatsakis | Manish Goregaokar | -52/+47 |
| 2020-07-22 | Rollup merge of #74237 - lzutao:compiletest, r=Mark-Simulacrum | Manish Goregaokar | -253/+208 |
| 2020-07-22 | Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakis | Manish Goregaokar | -12/+24 |
| 2020-07-22 | Rollup merge of #73655 - JamieCunliffe:jamie_va-args-c, r=nikic | Manish Goregaokar | -3/+150 |
| 2020-07-22 | build: Remove unnecessary `build = "build.rs"` annotations | Vadim Petrochenkov | -6/+0 |
| 2020-07-22 | build: Remove unnecessary `cargo:rerun-if-env-changed` annotations | Vadim Petrochenkov | -58/+2 |
| 2020-07-22 | Fix tooltip position if the documentation starts with a code block | Guillaume Gomez | -0/+10 |
| 2020-07-22 | no need to polymorphize | Bastian Kauschke | -1/+0 |
| 2020-07-22 | polymorphize GlobalAlloc::Function | Bastian Kauschke | -1/+15 |
| 2020-07-22 | tests: add regression test for #74614 | David Wood | -0/+17 |
| 2020-07-22 | sess: disable polymorphisation | David Wood | -35/+46 |
| 2020-07-22 | mir: improve polymorphic constant bug | David Wood | -2/+3 |
| 2020-07-22 | rustc_target: Add a target spec option for disabling `--eh-frame-hdr` | Vadim Petrochenkov | -8/+24 |
| 2020-07-22 | Auto merge of #74620 - rust-lang:remove-most-azure, r=Mark-Simulacrum | bors | -298/+3 |
| 2020-07-22 | Revert "include backtrace folder in rust-src component" | Mark Rousskov | -1/+0 |