| Age | Commit message (Expand) | Author | Lines |
| 2019-06-19 | Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centril | Mazdak Farrokhzad | -129/+222 |
| 2019-06-19 | Rollup merge of #61938 - RalfJung:miri-toolstate, r=kennytm | Mazdak Farrokhzad | -8/+17 |
| 2019-06-19 | Rollup merge of #61898 - petrochenkov:sekind, r=eddyb | Mazdak Farrokhzad | -513/+379 |
| 2019-06-19 | Rollup merge of #61896 - eddyb:correct-self-ctor, r=petrochenkov | Mazdak Farrokhzad | -53/+109 |
| 2019-06-19 | Rollup merge of #61843 - alexcrichton:disable-myriad-closures, r=pietroalbini | Mazdak Farrokhzad | -3/+3 |
| 2019-06-19 | Rollup merge of #61842 - Zoxc:trim-lift, r=eddyb | Mazdak Farrokhzad | -89/+50 |
| 2019-06-19 | Rollup merge of #61839 - alexcrichton:pr-and-master-builds, r=pietroalbini | Mazdak Farrokhzad | -17/+51 |
| 2019-06-19 | Rollup merge of #61802 - mjbshaw:maybe-uninit-transparent, r=cramertj | Mazdak Farrokhzad | -1/+16 |
| 2019-06-19 | Rollup merge of #61748 - estebank:transparent-span, r=Centril | Mazdak Farrokhzad | -102/+106 |
| 2019-06-19 | Rollup merge of #61701 - RalfJung:const-tests, r=cramertj | Mazdak Farrokhzad | -0/+0 |
| 2019-06-19 | Rollup merge of #61505 - ebarnard:doc-shrink, r=GuillaumeGomez | Mazdak Farrokhzad | -8/+13 |
| 2019-06-18 | Preserve generator and yield source for error messages | Taylor Cramer | -129/+222 |
| 2019-06-18 | create an issue for miri even in status test-fail | Ralf Jung | -8/+17 |
| 2019-06-18 | Auto merge of #61891 - eddyb:lifetime-cleanups, r=oli-obk | bors | -387/+399 |
| 2019-06-18 | ci: Add a script for generating CPU usage graphs | Alex Crichton | -17/+51 |
| 2019-06-18 | Auto merge of #61932 - matthiaskrgr:submodule_upd, r=oli-obk | bors | -9/+7 |
| 2019-06-18 | test: normalize away the line/column info in ui/pattern/const-pat-ice. | Eduard-Mihai Burtescu | -1/+2 |
| 2019-06-18 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -77/+103 |
| 2019-06-18 | rustc: reintroduce lifetime bounds where necessary. | Eduard-Mihai Burtescu | -30/+36 |
| 2019-06-18 | rustc: remove unused lifetimes. | Eduard-Mihai Burtescu | -17/+17 |
| 2019-06-18 | rustc: remove leftover lifetimes with no bounds from where clauses. | Eduard-Mihai Burtescu | -28/+7 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -305/+305 |
| 2019-06-18 | rustc_typeck: correctly compute `Substs` for `Res::SelfCtor`. | Eduard-Mihai Burtescu | -53/+109 |
| 2019-06-18 | submodules: update clippy from be5d17fe to 868f168c | Matthias Krüger | -9/+7 |
| 2019-06-18 | Make MaybeUninit #[repr(transparent)] | Michael Bradshaw | -1/+16 |
| 2019-06-18 | Auto merge of #61927 - RalfJung:miri, r=oli-obk | bors | -6/+18 |
| 2019-06-18 | Auto merge of #61822 - JohnTitor:add-long-e0592, r=GuillaumeGomez,Centril | bors | -2/+46 |
| 2019-06-18 | resolve/expand: Move expansion info setting to a single earlier point | Vadim Petrochenkov | -35/+30 |
| 2019-06-18 | hygiene: Avoid some unnecessary `ExpnInfo` clones | Vadim Petrochenkov | -5/+5 |
| 2019-06-18 | syntax: Move `default_transparency` into `ExpnInfo` | Vadim Petrochenkov | -28/+27 |
| 2019-06-18 | syntax: Introduce `default`/`with_unstable` constructors for `ExpnInfo` | Vadim Petrochenkov | -80/+59 |
| 2019-06-18 | resolve: Avoid creating fresh syntax extensions for all non-macro attributes | Vadim Petrochenkov | -11/+16 |
| 2019-06-18 | syntax: Remove `DummyResolver` | Vadim Petrochenkov | -25/+0 |
| 2019-06-18 | allow_internal_unstable: Avoid some more allocations | Vadim Petrochenkov | -23/+16 |
| 2019-06-18 | syntax: Factor out common fields from `SyntaxExtension` variants | Vadim Petrochenkov | -349/+269 |
| 2019-06-18 | update miri | Ralf Jung | -6/+18 |
| 2019-06-18 | Auto merge of #61864 - lzutao:ptr-null, r=sfackler | bors | -52/+55 |
| 2019-06-18 | Auto merge of #61771 - ehuss:update-cargo, r=alexcrichton | bors | -2/+3 |
| 2019-06-17 | Auto merge of #61915 - Centril:rollup-oire3i8, r=Centril | bors | -404/+357 |
| 2019-06-18 | Improve wording | Yuki Okushi | -1/+1 |
| 2019-06-17 | Add `syn` to workspace hack. | Eric Huss | -2/+3 |
| 2019-06-17 | Update cargo | Eric Huss | -0/+0 |
| 2019-06-17 | Rollup merge of #61908 - matklad:overflow, r=petrochenkov | Mazdak Farrokhzad | -6/+25 |
| 2019-06-17 | Rollup merge of #61893 - chpio:weak_ptr_eq_methods, r=rkruppe | Mazdak Farrokhzad | -14/+14 |
| 2019-06-17 | Rollup merge of #61885 - scottmcm:slice-iter-len-opt, r=rkruppe,RalfJung | Mazdak Farrokhzad | -4/+37 |
| 2019-06-17 | Rollup merge of #61836 - ljedrz:i_still_hate_node_ids, r=ljedrz | Mazdak Farrokhzad | -378/+270 |
| 2019-06-17 | Rollup merge of #61702 - RalfJung:const-enum-cast, r=oli-obk | Mazdak Farrokhzad | -2/+11 |
| 2019-06-17 | remove superfluous space | ljedrz | -1/+1 |
| 2019-06-17 | Auto merge of #61781 - christianpoveda:intptrcast-model, r=oli-obk,RalfJung | bors | -10/+67 |
| 2019-06-17 | fix rebase fallout | ljedrz | -1/+1 |