| Age | Commit message (Expand) | Author | Lines |
| 2019-06-19 | Change `ByRef` to a struct variant to clarify its fields via names | Oliver Scherer | -13/+21 |
| 2019-06-19 | Rollup merge of #61940 - spastorino:place-ty-iterate, r=oli-obk | Mazdak Farrokhzad | -7/+19 |
| 2019-06-19 | Remove the `AllocId` from `ByRef` values | Oliver Scherer | -4/+3 |
| 2019-06-19 | Make `Allocation` stable hash robust | Oliver Scherer | -5/+9 |
| 2019-06-19 | mark_definedness cannot fail | Oliver Scherer | -5/+7 |
| 2019-06-19 | Auto merge of #61172 - matthewjasper:cleanup-implied-bounds-lint, r=varkor | bors | -14/+12 |
| 2019-06-19 | Auto merge of #58351 - oli-obk:double_check_const_eval, r=RalfJung | bors | -3/+8 |
| 2019-06-19 | packed -> repr(packed) | Oliver Scherer | -1/+1 |
| 2019-06-19 | Fix comment about alignments | Oliver Scherer | -2/+2 |
| 2019-06-19 | Explain existance of `Align` field | Oliver Scherer | -1/+4 |
| 2019-06-19 | Weave the alignment through `ByRef` | Oliver Scherer | -3/+5 |
| 2019-06-19 | Auto merge of #61945 - Centril:rollup-xdqo2mn, r=Centril | bors | -185/+238 |
| 2019-06-19 | Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centril | Mazdak Farrokhzad | -100/+178 |
| 2019-06-19 | Rollup merge of #61898 - petrochenkov:sekind, r=eddyb | Mazdak Farrokhzad | -14/+22 |
| 2019-06-19 | Rollup merge of #61842 - Zoxc:trim-lift, r=eddyb | Mazdak Farrokhzad | -71/+38 |
| 2019-06-18 | Preserve generator and yield source for error messages | Taylor Cramer | -100/+178 |
| 2019-06-18 | Remove the HirId/NodeId from where clauses | Matthew Jasper | -14/+12 |
| 2019-06-18 | Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddyb | bors | -4/+4 |
| 2019-06-18 | Make Place::ty iterate | Santiago Pastorino | -7/+19 |
| 2019-06-18 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -6/+5 |
| 2019-06-18 | rustc: reintroduce lifetime bounds where necessary. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-18 | rustc: remove unused lifetimes. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-18 | rustc: remove leftover lifetimes with no bounds from where clauses. | Eduard-Mihai Burtescu | -5/+0 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -80/+80 |
| 2019-06-18 | syntax: Move `default_transparency` into `ExpnInfo` | Vadim Petrochenkov | -1/+8 |
| 2019-06-18 | syntax: Introduce `default`/`with_unstable` constructors for `ExpnInfo` | Vadim Petrochenkov | -8/+4 |
| 2019-06-18 | allow_internal_unstable: Avoid some more allocations | Vadim Petrochenkov | -5/+10 |
| 2019-06-17 | Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C... | Andrei Homescu | -4/+4 |
| 2019-06-17 | change NodeId to HirId in some HIR docs | ljedrz | -7/+7 |
| 2019-06-17 | simplify ICE handling in HirIdValidator | ljedrz | -12/+0 |
| 2019-06-17 | fix a HIR doc, simplify one HIR-related function call | ljedrz | -3/+2 |
| 2019-06-17 | renamve hir_to_string to node_to_string | ljedrz | -25/+25 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -58/+58 |
| 2019-06-17 | replace some uses of NodeId with HirId | ljedrz | -142/+50 |
| 2019-06-16 | Auto merge of #61754 - nikomatsakis:trait-caching-perf-3, r=pnkfelix | bors | -82/+406 |
| 2019-06-16 | Auto merge of #61739 - chansuke:separate-unit-tests, r=petrochenkov | bors | -710/+707 |
| 2019-06-16 | Fix tidy | Vadim Petrochenkov | -2/+0 |
| 2019-06-16 | Separate librustc module | chansuke | -708/+707 |
| 2019-06-16 | Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelix | bors | -13/+10 |
| 2019-06-16 | Rollup merge of #61866 - sinkuu:redundant_clone, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2019-06-15 | Rollup merge of #61844 - AaronKutch:master, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-06-15 | Rollup merge of #61824 - rust-lang:single_derive, r=eddyb | Mazdak Farrokhzad | -0/+11 |
| 2019-06-15 | Remove unnecessary `.clone()` | Shotaro Yamada | -2/+2 |
| 2019-06-14 | Remove unnecessary lift calls | John Kåre Alsaker | -71/+38 |
| 2019-06-14 | Change `...` to `..=` where applicable | Aaron Kutch | -1/+1 |
| 2019-06-14 | Auto merge of #61817 - eddyb:begone-gcx-attempt-2, r=oli-obk | bors | -2186/+1827 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -513/+364 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -1802/+1592 |
| 2019-06-14 | in which we decline to lint single-use lifetimes in `derive`d impls | Zack M. Davis | -0/+11 |
| 2019-06-14 | in which we decline to suggest the anonymous lifetime in declarations | Zack M. Davis | -8/+33 |