| Age | Commit message (Expand) | Author | Lines |
| 2019-09-23 | [stable] 1.38.0 release | Mark Rousskov | -1/+1 |
| 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-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 | 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 | [BETA] Update cargo | Eric Huss | -0/+0 |
| 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-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 | 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 |
| 2019-08-12 | Rollup merge of #63406 - jakubadamw:resolve-inconsistent-names-suggest-qualif... | Mazdak Farrokhzad | -58/+168 |
| 2019-08-12 | Rollup merge of #63297 - RalfJung:ptr_offset, r=dtolnay | Mazdak Farrokhzad | -34/+128 |
| 2019-08-12 | Rollup merge of #62108 - Zoxc:sharded-queries, r=oli-obk | Mazdak Farrokhzad | -26/+28 |
| 2019-08-12 | Fixes #63477 | OptimisticPeach | -1/+1 |
| 2019-08-12 | Auto merge of #63469 - Centril:refactor-parser, r=petrochenkov | bors | -6192/+6325 |
| 2019-08-11 | Auto merge of #63472 - Xanewok:update-rls, r=Mark-Simulacrum | bors | -0/+0 |
| 2019-08-11 | Move tests into type-alias-impl-trait | Adam | -0/+0 |
| 2019-08-11 | Add test for issue 53598 and 57700 | Adam | -0/+74 |
| 2019-08-11 | Regression test for #56870 | Adrian Budau | -0/+38 |
| 2019-08-11 | Rollup merge of #63464 - Mark-Simulacrum:deref-instance, r=eddyb | Mark Rousskov | -7/+7 |