| Age | Commit message (Expand) | Author | Lines |
| 2019-06-24 | HIR: rename find_by_hir_id to find | ljedrz | -1/+1 |
| 2019-06-24 | HIR: rename get_parent_node_by_hir_id to get_parent_node | ljedrz | -2/+2 |
| 2019-06-22 | Deny explicit_outlives_requirements in the compiler | Matthew Jasper | -5/+5 |
| 2019-06-22 | Rollup merge of #62019 - jeremystucki:refactoring, r=estebank | Mazdak Farrokhzad | -25/+25 |
| 2019-06-22 | Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=Zoxc | Mazdak Farrokhzad | -21/+7 |
| 2019-06-21 | Remove needless lifetimes | Jeremy Stucki | -25/+25 |
| 2019-06-20 | rename hir::map::get_by_hir_id to get | ljedrz | -4/+4 |
| 2019-06-20 | rename hir::map::name_by_hir_id to ::name | ljedrz | -3/+3 |
| 2019-06-20 | remove TyCtx::expr_span (unused) | ljedrz | -14/+0 |
| 2019-06-19 | Change `ByRef` to a struct variant to clarify its fields via names | Oliver Scherer | -4/+5 |
| 2019-06-19 | Remove the `AllocId` from `ByRef` values | Oliver Scherer | -1/+1 |
| 2019-06-19 | Auto merge of #58351 - oli-obk:double_check_const_eval, r=RalfJung | bors | -1/+1 |
| 2019-06-19 | Weave the alignment through `ByRef` | Oliver Scherer | -1/+1 |
| 2019-06-19 | Auto merge of #61945 - Centril:rollup-xdqo2mn, r=Centril | bors | -11/+11 |
| 2019-06-19 | Rollup merge of #61842 - Zoxc:trim-lift, r=eddyb | Mazdak Farrokhzad | -11/+11 |
| 2019-06-18 | Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddyb | bors | -2/+2 |
| 2019-06-18 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -6/+5 |
| 2019-06-18 | rustc: remove unused lifetimes. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-18 | rustc: remove leftover lifetimes with no bounds from where clauses. | Eduard-Mihai Burtescu | -1/+0 |
| 2019-06-18 | rustc: remove 'x: 'y bounds (except from comments/strings). | Eduard-Mihai Burtescu | -4/+4 |
| 2019-06-17 | Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C... | Andrei Homescu | -2/+2 |
| 2019-06-17 | renamve hir_to_string to node_to_string | ljedrz | -2/+2 |
| 2019-06-17 | remove _by_hir_id if there is no NodeId counterpart | ljedrz | -9/+9 |
| 2019-06-17 | replace some uses of NodeId with HirId | ljedrz | -3/+1 |
| 2019-06-14 | Remove unnecessary lift calls | John Kåre Alsaker | -11/+11 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -210/+108 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -852/+665 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -643/+771 |
| 2019-06-12 | rustc: remove some unnecessary lifetimes in -> TyCtxt methods. | Eduard-Mihai Burtescu | -29/+16 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -345/+345 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -147/+147 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -426/+419 |
| 2019-06-12 | Rollup merge of #61688 - RalfJung:is-floating-point, r=cramertj | Mazdak Farrokhzad | -8/+31 |
| 2019-06-12 | Rollup merge of #60187 - tmandry:generator-optimization, r=eddyb | Mazdak Farrokhzad | -280/+487 |
| 2019-06-11 | More review fixes | Tyler Mandry | -29/+13 |
| 2019-06-11 | Auto merge of #61735 - eddyb:must-use-life, r=oli-obk | bors | -16/+22 |
| 2019-06-11 | is_fp and is_floating_point do the same thing, remove the former | Ralf Jung | -8/+31 |
| 2019-06-11 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -10/+12 |
| 2019-06-11 | rustc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -7/+11 |
| 2019-06-11 | Auto merge of #60463 - mjbshaw:transparent, r=varkor,rkruppe | bors | -1/+1 |
| 2019-06-10 | Implement RFC 2645 (transparent enums and unions) | Michael Bradshaw | -1/+1 |
| 2019-06-10 | Extract generator_layout as a method | Tyler Mandry | -254/+271 |
| 2019-06-10 | Extract univariant_uninterned as method | Tyler Mandry | -224/+234 |
| 2019-06-10 | Use BitMatrix for storage conflicts | Tyler Mandry | -4/+5 |
| 2019-06-10 | Small review fixes | Tyler Mandry | -36/+43 |
| 2019-06-10 | Overlap locals that never have storage live at the same time | Tyler Mandry | -13/+201 |
| 2019-06-09 | make floating point casts nicer with generics | Ralf Jung | -0/+8 |
| 2019-06-06 | Make constructors actually be const functions | Matthew Jasper | -13/+19 |
| 2019-06-06 | Auto merge of #61373 - tmandry:emit-storagedead-along-unwind, r=eddyb | bors | -1/+1 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -32/+30 |