| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-06-19 | code coverage foundation for hash and num_counters | Rich Kadel | -0/+7 |
| 2020-06-19 | Rollup merge of #73357 - petrochenkov:tmap, r=davidtwco | Manish Goregaokar | -2/+2 |
| 2020-06-18 | Rollup merge of #72804 - estebank:opaque-missing-lts-in-fn-2, r=nikomatsakis | Manish Goregaokar | -4/+9 |
| 2020-06-18 | Rollup merge of #70551 - mark-i-m:ty-err-2, r=varkor | Manish Goregaokar | -4/+27 |
| 2020-06-18 | Add helper method for reusing an existing interned region | Matthew Jasper | -0/+7 |
| 2020-06-15 | track caller for delay_span_bug | mark | -22/+4 |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -4/+45 |
| 2020-06-15 | typeck: Use `LocalDefId`s for the unused trait import set | Vadim Petrochenkov | -2/+2 |
| 2020-06-15 | Suggest substituting `'static` lifetime in impl/dyn `Trait + 'static` return ... | Esteban Küber | -4/+9 |
| 2020-06-15 | Join mutiple lines if it is more readable | Lzu Tao | -2/+1 |
| 2020-06-07 | Use `LocalDefId` directly in `Resolver::export_map` and `module_exports` query | marmeladema | -2/+2 |
| 2020-05-31 | Rollup merge of #72745 - lcnr:interned-cleanup, r=petrochenkov | Ralf Jung | -48/+2 |
| 2020-05-30 | Account for returned `dyn Trait` evaluating to `'static` lifetime | Esteban Küber | -27/+74 |
| 2020-05-30 | Rollup merge of #72752 - lcnr:remove-mk_bool, r=estebank | Yuki Okushi | -5/+0 |
| 2020-05-29 | remove mk_bool | Bastian Kauschke | -5/+0 |
| 2020-05-29 | Rollup merge of #72591 - sexxi-goose:rename_upvar_list-to-closure_captures, r... | Dylan DPC | -4/+4 |
| 2020-05-29 | Borrow<[T]> for Interned<'tcx, List<T>> | Bastian Kauschke | -48/+2 |