| Age | Commit message (Expand) | Author | Lines |
| 2019-07-26 | Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichton | Mazdak Farrokhzad | -35/+1 |
| 2019-07-26 | Rollup merge of #62692 - eddyb:precompute-niches, r=oli-obk | Mazdak Farrokhzad | -127/+100 |
| 2019-07-26 | clarify and unify some type test names | Ralf Jung | -2/+2 |
| 2019-07-26 | Use sharded maps for queries | John Kåre Alsaker | -26/+28 |
| 2019-07-25 | Rollup merge of #60066 - sfackler:type-name, r=Centril | Mazdak Farrokhzad | -5/+5 |
| 2019-07-24 | Stabilize the type_name intrinsic in core::any | Steven Fackler | -5/+5 |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -17/+16 |
| 2019-07-23 | Auto merge of #61779 - Zoxc:sharded, r=oli-obk | bors | -18/+20 |
| 2019-07-19 | Use sharded maps for interning | John Kåre Alsaker | -18/+20 |
| 2019-07-19 | Remove support for -Zlower-128bit-ops | bjorn3 | -35/+1 |
| 2019-07-19 | hygiene: Tweak naming some more | Vadim Petrochenkov | -3/+3 |
| 2019-07-19 | Adjust other names after the `Mark` renaming | Vadim Petrochenkov | -1/+1 |
| 2019-07-19 | libsyntax: Remove `Mark` into `ExpnId` | Vadim Petrochenkov | -6/+6 |
| 2019-07-15 | rustc: precompute the largest Niche and store it in LayoutDetails. | Eduard-Mihai Burtescu | -90/+100 |
| 2019-07-15 | rustc_target: move abi::Niche from rustc::ty::layout. | Eduard-Mihai Burtescu | -51/+0 |
| 2019-07-15 | rustc: compute `ty::layout::Niche`'s `available` on the fly. | Eduard-Mihai Burtescu | -29/+43 |
| 2019-07-13 | Rollup merge of #62585 - pnkfelix:issue-60431-make-struct-tail-normalize-when... | Mazdak Farrokhzad | -11/+97 |
| 2019-07-12 | Update docs to reflect review feedback. | Felix S. Klock II | -5/+10 |
| 2019-07-12 | Replace `struct_tail` and `struct_lockstep_tails` with variants handling norm... | Felix S. Klock II | -11/+92 |
| 2019-07-11 | Remove feature gate `dropck_parametricity` completely | Lzu Tao | -15/+0 |
| 2019-07-11 | Auto merge of #62503 - pnkfelix:dont-recur-infiitely-from-print-def-path, r=e... | bors | -1/+25 |
| 2019-07-11 | Fix failing tests | Vadim Petrochenkov | -2/+3 |
| 2019-07-11 | hygiene: Introduce a helper method for creating new expansions | Vadim Petrochenkov | -23/+22 |
| 2019-07-08 | Avoid infinite looping in `print_def_path`. | Felix S. Klock II | -1/+25 |
| 2019-07-05 | Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc | Mazdak Farrokhzad | -10/+10 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -19/+27 |
| 2019-07-05 | Rollup merge of #62169 - Zoxc:store-query-results, r=eddyb | Mazdak Farrokhzad | -19/+13 |
| 2019-07-04 | Auto merge of #61392 - Zoxc:single-interner, r=eddyb | bors | -136/+28 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -7/+7 |
| 2019-07-04 | rename hir::map::local_def_id to local_def_id_from_node_id | ljedrz | -3/+3 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -5/+5 |
| 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 | Derive which queries to save using the proc macro | John Kåre Alsaker | -19/+13 |
| 2019-07-02 | Use a single CtxtInterners | John Kåre Alsaker | -136/+28 |
| 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 | Allow usage_of_ty_tykind only in sty | flip1995 | -19/+27 |
| 2019-06-24 | Turn internal lints into tool lints | flip1995 | -1/+1 |
| 2019-06-24 | HirIdification: miscellaneous bits | ljedrz | -2/+2 |