| Age | Commit message (Expand) | Author | Lines |
| 2020-08-24 | hir: consistent use and naming of lang items | David Wood | -5/+5 |
| 2020-08-22 | Lazy decoding of DefPathTable from crate metadata (non-incremental case) | Aaron Hill | -13/+6 |
| 2020-08-17 | Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obk | bors | -1/+1 |
| 2020-08-17 | Auto merge of #75145 - davidtwco:issue-60607-preallocate-defid-for-lang-items... | bors | -1/+1 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -1/+1 |
| 2020-08-16 | Rollup merge of #74399 - mark-i-m:ty-err-4, r=eddyb | Tyler Mandry | -5/+8 |
| 2020-08-16 | move DelaySpanBugEmitted to ty::context | mark | -5/+8 |
| 2020-08-16 | Auto merge of #73176 - LeSeulArtichaut:tyctxtat-err, r=eddyb | bors | -3/+19 |
| 2020-08-16 | hir: introduce `QPath::LangItem` | David Wood | -1/+1 |
| 2020-08-14 | Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco | Tyler Mandry | -3/+3 |
| 2020-08-14 | Rework `rustc_serialize` | Matthew Jasper | -6/+6 |
| 2020-08-13 | merge `as_local_hir_id` with `local_def_id_to_hir_id` | Bastian Kauschke | -3/+3 |
| 2020-08-08 | Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov | bors | -3/+3 |
| 2020-08-08 | Eliminate the `SessionGlobals` from `librustc_ast`. | Nicholas Nethercote | -3/+3 |
| 2020-08-05 | add min_const_generics feature gate | Bastian Kauschke | -1/+3 |
| 2020-08-04 | Add `TyCtxtAt::{ty_error, ty_error_with_message}` | LeSeulArtichaut | -3/+19 |
| 2020-08-03 | Remove `GCX_PTR`. | Nicholas Nethercote | -49/+10 |
| 2020-07-31 | Rename HAIR to THIR (Typed HIR). | Valentin Lazureanu | -1/+1 |
| 2020-07-29 | Address review comments | Oliver Scherer | -39/+43 |
| 2020-07-28 | Replace all uses of `log::log_enabled` with `Debug` printers | Oliver Scherer | -17/+28 |
| 2020-07-27 | add reuse_or_mk_predicate | Bastian Kauschke | -1/+10 |
| 2020-07-27 | `PredicateKint` -> `PredicateKind`, the beginning of the end | Bastian Kauschke | -8/+4 |
| 2020-07-27 | minimal | Bastian Kauschke | -9/+3 |
| 2020-07-27 | add `PredicateKint`, because who doesn't like bodging | Bastian Kauschke | -3/+12 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -25/+25 |
| 2020-07-15 | improve naming | Bastian Kauschke | -2/+2 |
| 2020-07-15 | update const arg queries | Bastian Kauschke | -3/+3 |
| 2020-07-15 | only call `typeck_tables_of_const_arg` for const args | Bastian Kauschke | -0/+11 |
| 2020-07-15 | continue mir pipeline | Bastian Kauschke | -4/+4 |
| 2020-07-09 | Rollup merge of #74070 - eddyb:forall-tcx-providers, r=nikomatsakis | Manish Goregaokar | -3/+3 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -3/+3 |
| 2020-07-04 | add `lazy_normalization_consts` feature gate | Bastian Kauschke | -1/+1 |
| 2020-07-02 | Auto merge of #73751 - eddyb:no-empty-tables, r=nikomatsakis | bors | -42/+27 |
| 2020-07-02 | Remove `TypeckTables::empty(None)` and make hir_owner non-optional. | Eduard-Mihai Burtescu | -42/+27 |
| 2020-07-01 | Rollup merge of #73906 - JohnTitor:missing-bt, r=jonas-schievink | Manish Goregaokar | -1/+1 |
| 2020-07-01 | Insert NoDelim groups around nonterminals when lowering macro_rules | Aaron Hill | -0/+1 |
| 2020-07-01 | Add missing backtick in `ty_error_with_message` | Yuki Okushi | -1/+1 |
| 2020-06-28 | Rollup merge of #73833 - bjorn3:remove_gcx_enter_local, r=matthewjasper | Manish Goregaokar | -27/+5 |
| 2020-06-28 | Remove GlobalCtxt::enter_local | bjorn3 | -27/+5 |
| 2020-06-27 | more LocalDefId cleanup | Bastian Kauschke | -8/+12 |
| 2020-06-27 | more LocalDefId in ty::context | Bastian Kauschke | -4/+7 |
| 2020-06-23 | Rollup merge of #73488 - richkadel:llvm-coverage-map-gen, r=tmandry | Manish Goregaokar | -0/+7 |
| 2020-06-23 | Rollup merge of #73496 - estebank:opaque-missing-lts-in-fn-3, r=nikomatsakis | Manish Goregaokar | -26/+7 |
| 2020-06-22 | review comments | Esteban Küber | -1/+2 |
| 2020-06-21 | Cache flags and escaping vars for predicates | Matthew Jasper | -10/+47 |
| 2020-06-21 | Cache decoded predicate shorthands | Matthew Jasper | -3/+5 |
| 2020-06-20 | Move `trait_map` into `hir::Crate` | marmeladema | -2/+2 |
| 2020-06-19 | Rollup merge of #73452 - matthewjasper:auto-rec, r=nikomatsakis | Manish Goregaokar | -0/+7 |
| 2020-06-19 | Rollup merge of #72689 - lcnr:common_str, r=estebank | Manish Goregaokar | -6/+3 |
| 2020-06-19 | Account for multiple impl/dyn Trait in return type when suggesting `'_` | Esteban Küber | -26/+6 |