| Age | Commit message (Expand) | Author | Lines |
| 2020-01-12 | Split `rustc_mir::{build, hair, lints}` into their own crate | Matthew Jasper | -1/+1 |
| 2020-01-12 | Rollup merge of #68045 - Centril:liberate-lints, r=Mark-Simulacrum | Mazdak Farrokhzad | -47/+25 |
| 2020-01-11 | Move some queries from rustc::ty to librustc_passes. | Camille GILLOT | -354/+2 |
| 2020-01-11 | Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obk | bors | -32/+42 |
| 2020-01-11 | Use Arena for interning | John Kåre Alsaker | -20/+10 |
| 2020-01-11 | Lift using interners instead of in_arena | John Kåre Alsaker | -17/+22 |
| 2020-01-11 | pacify the parallel compiler | Mazdak Farrokhzad | -2/+3 |
| 2020-01-11 | inline maybe_lint_level_root | Mazdak Farrokhzad | -8/+6 |
| 2020-01-11 | move LintSource to levels | Mazdak Farrokhzad | -3/+3 |
| 2020-01-11 | GlobalCtxt: Erase `LintStore` type. | Mazdak Farrokhzad | -3/+7 |
| 2020-01-11 | reduce diversity in linting methods | Mazdak Farrokhzad | -26/+0 |
| 2020-01-11 | canonicalize some lint imports | Mazdak Farrokhzad | -16/+17 |
| 2020-01-11 | Rollup merge of #68050 - Centril:canon-error, r=Mark-Simulacrum | Yuki Okushi | -7/+5 |
| 2020-01-11 | Rollup merge of #67258 - Centril:open-ended-ranges, r=oli-obk | Yuki Okushi | -22/+73 |
| 2020-01-10 | Fix some rebasing fallout. | Michael Woerister | -1/+1 |
| 2020-01-10 | Run 'x.py fmt'. | Michael Woerister | -71/+31 |
| 2020-01-10 | self-profile: Fix issue with handling query blocking. | Michael Woerister | -11/+27 |
| 2020-01-10 | Initial support for recording query keys in self-profiling data. | Michael Woerister | -36/+308 |
| 2020-01-10 | self-profile: Switch to new approach for event_id generation that enables que... | Michael Woerister | -59/+63 |
| 2020-01-10 | Remove PlaceBase enum and make Place base field be local: Local | Santiago Pastorino | -3/+3 |
| 2020-01-10 | Remove Static from PlaceBase | Santiago Pastorino | -1/+1 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -29/+39 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -7/+5 |
| 2020-01-10 | Introduce `#![feature(half_open_range_patterns)]`. | Mazdak Farrokhzad | -22/+73 |
| 2020-01-10 | Rollup merge of #67922 - Centril:lowering-cleanup, r=petrochenkov | Mazdak Farrokhzad | -4/+3 |
| 2020-01-10 | Rollup merge of #68040 - sinkuu:unused, r=petrochenkov | Yuki Okushi | -13/+0 |
| 2020-01-09 | Don't discard marker trait impls when inference variables are present | Aaron Hill | -4/+9 |
| 2020-01-09 | {rustc::util -> rustc_data_structures}::captures | Mazdak Farrokhzad | -4/+3 |
| 2020-01-09 | Fix copy_from_slice which should be extend_from_slice | Markus Westerlind | -1/+1 |
| 2020-01-09 | Change -Z time event naming scheme and make them generic activities | John Kåre Alsaker | -3/+3 |
| 2020-01-09 | Remove unused `struct ClosureUpvar` | Shotaro Yamada | -13/+0 |
| 2020-01-09 | Rollup merge of #67986 - JohnTitor:fix-ice-rust-call, r=varkor | Mazdak Farrokhzad | -5/+9 |
| 2020-01-09 | Rollup merge of #67630 - oli-obk:extern_ptr_dangling, r=spastorino | Mazdak Farrokhzad | -2/+0 |
| 2020-01-08 | perf: Avoid creating a SmallVec if nothing changes during a fold | Markus Westerlind | -17/+30 |
| 2020-01-09 | Rollup merge of #67781 - cjgillot:passes-const, r=oli-obk | Yuki Okushi | -158/+0 |
| 2020-01-08 | Move `is_min_const_fn` query to librustc_mir. | Camille GILLOT | -2/+0 |
| 2020-01-08 | Move constness.rs to librustc_mir. | Camille GILLOT | -156/+0 |
| 2020-01-08 | Display more informative ICE | Yuki Okushi | -5/+9 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -5/+1 |
| 2020-01-07 | Move magic traits queries to rustc::traits::drop. | Camille GILLOT | -199/+1 |
| 2020-01-07 | Move required_region_bounds to rustc::infer::opaque_types. | Camille GILLOT | -64/+0 |
| 2020-01-07 | Move free_region_map to rustc::ty. | Camille GILLOT | -1/+98 |
| 2020-01-07 | Move structural_match to rustc::traits. | Camille GILLOT | -222/+0 |
| 2020-01-07 | Move ty::wf to traits. | Camille GILLOT | -747/+0 |
| 2020-01-07 | Make traits::util::* free functions. | Camille GILLOT | -1/+1 |
| 2020-01-07 | Move subst_and_normalize_erasing_regionsto rustc::ty. | Camille GILLOT | -0/+24 |
| 2020-01-07 | Move normalize_erasing_regions to rustc::ty. | Camille GILLOT | -0/+79 |
| 2020-01-07 | Remove private methods from TyCtxt impl block: rustc::ty::print::pretty. | Camille GILLOT | -16/+16 |
| 2020-01-07 | Remove private methods from TyCtxt impl block: rustc::ty::outlives. | Camille GILLOT | -27/+23 |
| 2020-01-07 | Remove trivial function. | Camille GILLOT | -6/+2 |