| Age | Commit message (Expand) | Author | Lines |
| 2019-07-02 | implement `TypeFoldable` for `Arc` | Niko Matsakis | -0/+10 |
| 2019-07-02 | rename to "member constraints" | Niko Matsakis | -1/+1 |
| 2019-07-02 | implement Lift for Arc | Niko Matsakis | -0/+8 |
| 2019-07-02 | [WIP] fix `Lift` impl for `Rc` | Niko Matsakis | -1/+1 |
| 2019-07-02 | propagate the pick-constraints through queries | Niko Matsakis | -0/+7 |
| 2019-07-02 | Auto merge of #61871 - Zoxc:no-lift-branch, r=eddyb | bors | -4/+15 |
| 2019-06-30 | Clean up query cache code | John Kåre Alsaker | -116/+5 |
| 2019-06-29 | Rollup merge of #62104 - Zoxc:query-info, r=eddyb | Mazdak Farrokhzad | -14/+52 |
| 2019-06-26 | Don't use lift to detect local types | John Kåre Alsaker | -4/+15 |
| 2019-06-26 | Auto merge of #62072 - eddyb:generator-memory-index, r=tmandry | bors | -37/+78 |
| 2019-06-25 | Rollup merge of #62091 - ljedrz:hiridification_almost_there, r=Zoxc | Mazdak Farrokhzad | -5/+5 |
| 2019-06-25 | rustc: correctly transform memory_index mappings for generators. | Eduard-Mihai Burtescu | -37/+78 |
| 2019-06-25 | Fix an ICE with uninhabited consts | varkor | -1/+1 |
| 2019-06-25 | Inform the query system about properties of queries at compile time | John Kåre Alsaker | -14/+52 |
| 2019-06-24 | HirIdification: miscellaneous bits | ljedrz | -2/+2 |
| 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 |