| Age | Commit message (Expand) | Author | Lines |
| 2019-02-07 | Rollup merge of #58236 - taiki-e:librustc_resolve-2018, r=Centril | kennytm | -89/+96 |
| 2019-02-07 | Rollup merge of #58228 - taiki-e:librustc_plugin-2018, r=Centril | kennytm | -10/+8 |
| 2019-02-07 | Rollup merge of #58225 - taiki-e:librustc_fs_util-2018, r=Centril | kennytm | -0/+3 |
| 2019-02-07 | Rollup merge of #58223 - taiki-e:librustc_lsan-2018, r=Centril | kennytm | -4/+3 |
| 2019-02-07 | Rollup merge of #58220 - taiki-e:libprofiler_builtins-2018, r=Centril | kennytm | -3/+2 |
| 2019-02-07 | Rollup merge of #58219 - taiki-e:librustc_asan-2018, r=Centril | kennytm | -4/+3 |
| 2019-02-07 | Rollup merge of #58218 - taiki-e:librustc_msan-2018, r=Centril | kennytm | -4/+3 |
| 2019-02-07 | Rollup merge of #58217 - taiki-e:librustc_tsan-2018, r=Centril | kennytm | -4/+3 |
| 2019-02-07 | Rollup merge of #58210 - nnethercote:find_outlives-debug_assert, r=matthewjasper | kennytm | -1/+1 |
| 2019-02-07 | Rollup merge of #58193 - mark-i-m:rustc-2018, r=Centril | kennytm | -1243/+1234 |
| 2019-02-07 | Rollup merge of #58192 - dlrobertson:fix_57876, r=oli-obk | kennytm | -1/+48 |
| 2019-02-07 | Rollup merge of #58156 - h-michael:update-rust-installer, r=Centril | kennytm | -0/+0 |
| 2019-02-07 | Rollup merge of #58136 - abonander:doc-win-stdio-unicode, r=dtolnay | kennytm | -1/+48 |
| 2019-02-07 | Rollup merge of #58133 - taiki-e:libsyntax_ext-2018, r=Centril | kennytm | -268/+269 |
| 2019-02-07 | Rollup merge of #58124 - taiki-e:libsyntax_pos-2018, r=Centril | kennytm | -60/+51 |
| 2019-02-07 | Rollup merge of #58123 - lnicola:binary-heap-no-bounds-checks, r=sfackler | kennytm | -3/+8 |
| 2019-02-07 | Rollup merge of #58119 - taiki-e:libproc_macro-2018, r=petrochenkov | kennytm | -90/+100 |
| 2019-02-07 | Rollup merge of #58118 - h-michael:libtest-theme-2018, r=Centril | kennytm | -71/+104 |
| 2019-02-07 | Transition libserialize to 2018 edition | Hirokazu Hata | -41/+42 |
| 2019-02-07 | Auto merge of #57998 - niklasf:align-enum, r=nagisa | bors | -28/+191 |
| 2019-02-07 | Auto merge of #58125 - taiki-e:libsyntax-2018, r=Centril | bors | -574/+617 |
| 2019-02-07 | Transition librustc_traits to 2018 edition | Hirokazu Hata | -23/+20 |
| 2019-02-06 | tidy line length | Patrick McCarter | -2/+4 |
| 2019-02-06 | fix saturating_sub() underflow for unsigned ints #58030 | Patrick McCarter | -11/+15 |
| 2019-02-06 | Auto merge of #58224 - pietroalbini:revert-appveyor-debug, r=alexcrichton | bors | -17/+1 |
| 2019-02-06 | tidy line length split | Patrick McCarter | -1/+2 |
| 2019-02-06 | Allow const assignment for int saturating_sub() for #58030 | Patrick McCarter | -16/+86 |
| 2019-02-06 | Lower constant patterns with ascribed types. | David Wood | -4/+68 |
| 2019-02-06 | Document the one TyKind that isn't documented | Michael Howell | -0/+1 |
| 2019-02-07 | librustc_errors => 2018 | Taiki Endo | -45/+37 |
| 2019-02-07 | librustc_llvm => 2018 | Taiki Endo | -4/+2 |
| 2019-02-07 | librustc_apfloat => 2018 | Taiki Endo | -18/+11 |
| 2019-02-06 | SGX target: simplify usercall internals | Jethro Beekman | -84/+59 |
| 2019-02-07 | libsyntax => 2018 | Taiki Endo | -574/+617 |
| 2019-02-06 | Fix broken grammar in iter::from_fn() docs | Sebastian Dröge | -4/+2 |
| 2019-02-07 | librustc_resolve => 2018 | Taiki Endo | -89/+96 |
| 2019-02-07 | librustc_save_analysis => 2018 | Taiki Endo | -82/+79 |
| 2019-02-06 | error output updated by ./x.py test --stage 1 src/test/ui --incremental --bless | Clint Frederickson | -38/+38 |
| 2019-02-06 | librustc_plugin => 2018 | Taiki Endo | -10/+8 |
| 2019-02-06 | Updated RELEASES.md for 1.33.0 | Aaron Power | -0/+126 |
| 2019-02-06 | display sugared return types for async functions | Andy Russell | -17/+88 |
| 2019-02-06 | librustc_fs_util => 2018 | Taiki Endo | -0/+3 |
| 2019-02-06 | Revert "Auto merge of #57975 - alexcrichton:debug-exit-appveyor, r=pietroalbini" | Pietro Albini | -7/+0 |
| 2019-02-06 | Revert "Rollup merge of #58162 - pietroalbini:track-259, r=alexcrichton" | Pietro Albini | -11/+2 |
| 2019-02-06 | librustc_lsan => 2018 | Taiki Endo | -4/+3 |
| 2019-02-06 | librustc_allocator => 2018 | Taiki Endo | -15/+7 |
| 2019-02-06 | libprofiler_builtins => 2018 | Taiki Endo | -3/+2 |
| 2019-02-06 | librustc_asan => 2018 | Taiki Endo | -4/+3 |
| 2019-02-06 | librustc_msan => 2018 | Taiki Endo | -4/+3 |
| 2019-02-06 | librustc_tsan => 2018 | Taiki Endo | -4/+3 |