| Age | Commit message (Expand) | Author | Lines |
| 2020-07-23 | Rollup merge of #74587 - lzutao:consts, r=dtolnay | Manish Goregaokar | -27/+26 |
| 2020-07-23 | Rollup merge of #74548 - tshepang:one-more-example, r=dtolnay | Manish Goregaokar | -0/+3 |
| 2020-07-23 | Rollup merge of #74490 - yaahc:disabled-bt, r=dtolnay | Manish Goregaokar | -0/+6 |
| 2020-07-23 | Rollup merge of #74141 - euclio:typos, r=steveklabnik | Manish Goregaokar | -34/+34 |
| 2020-07-23 | Prefer constant over function | Lzu Tao | -28/+27 |
| 2020-07-23 | Auto merge of #74662 - Manishearth:rollup-jdt7t71, r=Manishearth | bors | -555/+1574 |
| 2020-07-22 | Update src/libstd/backtrace.rs | Jane Lusby | -1/+1 |
| 2020-07-22 | one more Path::with_extension example, to demonstrate behavior | Tshepang Lekhonkhobe | -0/+3 |
| 2020-07-22 | Rollup merge of #74643 - petrochenkov:noenvrerun, r=Mark-Simulacrum | Manish Goregaokar | -81/+26 |
| 2020-07-22 | Rollup merge of #74631 - petrochenkov:ehdr2, r=jonas-schievink | Manish Goregaokar | -8/+24 |
| 2020-07-22 | Rollup merge of #74618 - JohnTitor:no-more-bad-placeholder, r=estebank | Manish Goregaokar | -7/+21 |
| 2020-07-22 | Rollup merge of #74600 - Mark-Simulacrum:try-perf, r=pietroalbini | Manish Goregaokar | -3/+4 |
| 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-22 | Auto merge of #74404 - lcnr:ty-dep-path-cleanup-aaaaa, r=eddyb | bors | -50/+56 |
| 2020-07-22 | Change error code number | Esteban Küber | -23/+22 |
| 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 | 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 | Enable perf try builder | Mark Rousskov | -3/+4 |
| 2020-07-22 | ci: disable Azure Pipelines except for macOS | Pietro Albini | -298/+3 |
| 2020-07-22 | Auto merge of #73270 - dylanmckay:avr-use-correct-addrspace, r=nagisa | bors | -36/+188 |