| Age | Commit message (Expand) | Author | Lines |
| 2019-09-23 | Auto merge of #64709 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.38.0 | bors | -1/+1 |
| 2019-09-23 | [stable] 1.38.0 release | Mark Rousskov | -1/+1 |
| 2019-09-21 | Auto merge of #64661 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -8/+302 |
| 2019-09-21 | ci: split aws credentials in two separate users with scoped perms | Pietro Albini | -7/+10 |
| 2019-09-21 | Regression tests for fn ptr and `#[structural_match]` as discussed in #63479. | Felix S. Klock II | -0/+171 |
| 2019-09-21 | Make fn ptr always structural match, regardless of whether formal types are. | Felix S. Klock II | -1/+7 |
| 2019-09-21 | Updated RELEASES.md for 1.38.0 | Erin Power | -0/+114 |
| 2019-09-14 | Auto merge of #64438 - cuviper:beta-rollup, r=Mark-Simulacrum | bors | -59/+150 |
| 2019-09-13 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 2019-09-13 | Include compiler-rt in the source tarball | Matthew Maurer | -0/+1 |
| 2019-09-13 | Update xLTO compatibility table in rustc book. | Michael Woerister | -0/+1 |
| 2019-09-13 | Turn `soft_unstable` into a future-compatibility lint | Vadim Petrochenkov | -1/+9 |
| 2019-09-13 | Support "soft" feature-gating using a lint | Vadim Petrochenkov | -27/+58 |
| 2019-09-13 | add regression test | Esteban Küber | -0/+32 |
| 2019-09-13 | Account for doc comments coming from proc macros without spans | Esteban Küber | -13/+14 |
| 2019-09-13 | pprust: Do not print spaces before some tokens | Vadim Petrochenkov | -15/+24 |
| 2019-09-13 | Force #[unwind(aborts)] in test/codegen/c-variadic.rs | Josh Stone | -0/+6 |
| 2019-09-13 | Revert "Allow a dirty MirBuilt for make_extern and make_method_extern" | Josh Stone | -2/+2 |
| 2019-09-13 | Permit unwinding through FFI by default | Mark Rousskov | -1/+3 |
| 2019-09-03 | Auto merge of #64097 - pietroalbini:beta-rollup, r=pietroalbini | bors | -42/+159 |
| 2019-09-03 | bump clippy | Pietro Albini | -12/+21 |
| 2019-09-02 | Rollup merge of #64046 - Mark-Simulacrum:beta-next, r=pietroalbini | Pietro Albini | -3/+3 |
| 2019-09-02 | expand: Do not do questionable span adjustment before eagerly expanding an ex... | Vadim Petrochenkov | -15/+3 |
| 2019-09-02 | expand: Keep the correct current expansion ID for eager expansions | Vadim Petrochenkov | -8/+15 |
| 2019-09-02 | Add a regression test for issue #63460 | Vadim Petrochenkov | -0/+22 |
| 2019-09-02 | Add a test for an opaque macro eagerly expanding its arguments | Vadim Petrochenkov | -0/+26 |
| 2019-09-02 | ci: move libc mirrors to the rust-lang-ci-mirrors bucket | Pietro Albini | -1/+1 |
| 2019-09-02 | debuginfo: always include disambiguator in type names | Philip Craig | -20/+18 |
| 2019-09-02 | debuginfo: give unique names to closure and generator types | Philip Craig | -5/+72 |
| 2019-09-02 | Update rust-installer to limit memory use | Josh Stone | -0/+0 |
| 2019-08-31 | Use released stable for beta | Mark Rousskov | -3/+3 |
| 2019-08-27 | Auto merge of #63957 - ehuss:beta-update-cargo, r=alexcrichton | bors | -0/+0 |
| 2019-08-27 | [BETA] Update cargo | Eric Huss | -0/+0 |
| 2019-08-21 | Auto merge of #63771 - pietroalbini:beta-rollup, r=pietroalbini | bors | -30/+49 |
| 2019-08-21 | ci: move mirrors to their standalone bucket | Pietro Albini | -23/+25 |
| 2019-08-21 | review comments | Esteban Küber | -12/+9 |
| 2019-08-21 | review comment: remove unecessary error in test | Esteban Küber | -12/+4 |
| 2019-08-21 | Do not ICE when synthesizing spans falling inside unicode chars | Esteban Küber | -0/+28 |
| 2019-08-21 | RELEASES.md: ? is one of three Kleene operators | Anders Kaseorg | -1/+1 |
| 2019-08-13 | Auto merge of #63524 - pietroalbini:beta-next, r=Mark-Simulacrum | bors | -5/+5 |
| 2019-08-13 | prepare beta for rust 1.38.0 | Pietro Albini | -5/+5 |
| 2019-08-12 | Auto merge of #63483 - RalfJung:invalid-value, r=Centril | bors | -74/+224 |
| 2019-08-12 | more informative error message from invalid_value lint | Ralf Jung | -74/+224 |
| 2019-08-12 | Auto merge of #63489 - Centril:rollup-uuf6z1s, r=Centril | bors | -179/+499 |
| 2019-08-12 | Rollup merge of #63480 - OptimisticPeach:patch-1, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-08-12 | Rollup merge of #63474 - adamAndMath:master, r=Centril | Mazdak Farrokhzad | -0/+74 |
| 2019-08-12 | Rollup merge of #63473 - adrian-budau:master, r=Centril | Mazdak Farrokhzad | -0/+38 |
| 2019-08-12 | Rollup merge of #63461 - tommilligan:doc-var-panic, r=joshtriplett | Mazdak Farrokhzad | -0/+12 |
| 2019-08-12 | Rollup merge of #63449 - petrochenkov:builtinagain, r=eddyb | Mazdak Farrokhzad | -37/+20 |
| 2019-08-12 | Rollup merge of #63431 - andjo403:revert_mir_simplification, r=matthewjasper | Mazdak Farrokhzad | -23/+30 |