| Age | Commit message (Expand) | Author | Lines |
| 2020-07-05 | Shrink ParamEnv to 16 bytes | Mark Rousskov | -16/+114 |
| 2020-07-05 | expected found `&T` -> `T` | Bastian Kauschke | -31/+26 |
| 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 | Rollup merge of #73569 - Aaron1011:fix/macro-rules-group, r=petrochenkov | Manish Goregaokar | -0/+1 |
| 2020-07-01 | Rollup merge of #73449 - ehuss:duplicate-lang-item, r=matthewjasper | Manish Goregaokar | -0/+1 |
| 2020-07-01 | Review fix | Dan Aloni | -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-30 | Switch crate_extern_paths to a query, and tweak wording. | Eric Huss | -9/+1 |
| 2020-06-30 | Provide more information on duplicate lang item error. | Eric Huss | -0/+9 |
| 2020-06-30 | Stabilize casts and coercions to `&[T]` in const fn | Oliver Scherer | -1/+1 |
| 2020-06-30 | remove unused `TypeError::ProjectionBoundsLength` | Bastian Kauschke | -10/+0 |
| 2020-06-30 | change `skip_binder` to use T by value | Bastian Kauschke | -26/+22 |
| 2020-06-30 | stop taking references in Relate | Bastian Kauschke | -141/+95 |
| 2020-06-29 | Fix try_print_visible_def_path for Rust 2018 | Dan Aloni | -17/+18 |
| 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 | Rollup merge of #73796 - lcnr:LocalDefId, r=matthewjasper | Manish Goregaokar | -12/+19 |
| 2020-06-27 | more LocalDefId cleanup | Bastian Kauschke | -8/+12 |
| 2020-06-27 | more LocalDefId in ty::context | Bastian Kauschke | -4/+7 |
| 2020-06-26 | Rollup merge of #73485 - estebank:dedup-preds, r=nikomatsakis | Manish Goregaokar | -3/+13 |
| 2020-06-26 | Auto merge of #73513 - oli-obk:const_binop_overflow, r=estebank | bors | -30/+121 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -30/+121 |
| 2020-06-26 | Rollup merge of #73748 - jyn514:doc-fix, r=Manishearth | Manish Goregaokar | -0/+2 |
| 2020-06-25 | Add code block to code in documentation of `List::rebase_onto` | Joshua Nelson | -0/+2 |
| 2020-06-24 | Improve GeneratorLayout debug output | Tyler Mandry | -1/+0 |
| 2020-06-24 | Allow calling GeneratorSubsts::variant_name() without substs | Tyler Mandry | -1/+1 |
| 2020-06-23 | Rollup merge of #73488 - richkadel:llvm-coverage-map-gen, r=tmandry | Manish Goregaokar | -0/+7 |
| 2020-06-23 | Auto merge of #73643 - Manishearth:rollup-68dr8fz, r=Manishearth | bors | -36/+28 |
| 2020-06-23 | Rollup merge of #73496 - estebank:opaque-missing-lts-in-fn-3, r=nikomatsakis | Manish Goregaokar | -36/+28 |
| 2020-06-22 | PR no longer requires u32 impl TypeFoldable | Rich Kadel | -1/+0 |
| 2020-06-23 | Rollup merge of #73578 - RalfJung:ty-ctxt-at, r=jonas-schievink | Dylan DPC | -11/+5 |
| 2020-06-22 | review comments | Esteban Küber | -1/+2 |
| 2020-06-21 | num_counters to u32, after implementing TypeFoldable | Rich Kadel | -0/+1 |
| 2020-06-21 | Make is_freeze and is_copy_modulo_regions take TyCtxtAt | Ralf Jung | -11/+5 |
| 2020-06-21 | Cache flags and escaping vars for predicates | Matthew Jasper | -28/+201 |
| 2020-06-21 | Cache decoded predicate shorthands | Matthew Jasper | -53/+84 |
| 2020-06-20 | Auto merge of #73563 - Manishearth:rollup-oowgwwm, r=Manishearth | bors | -8/+13 |
| 2020-06-20 | Rollup merge of #73291 - marmeladema:hir-id-ification-fix, r=petrochenkov | Manish Goregaokar | -3/+2 |
| 2020-06-20 | Don't set STILL_FURTHER_SPECIALIZABLE for regions/bound variables | Matthew Jasper | -5/+0 |
| 2020-06-20 | Consider fewer predicates for projection candidates | Matthew Jasper | -0/+11 |
| 2020-06-20 | Move `trait_map` into `hir::Crate` | marmeladema | -3/+2 |
| 2020-06-20 | int -> i32 | Bastian Kauschke | -9/+9 |
| 2020-06-19 | Rollup merge of #73458 - tmiasko:arena-layout, r=matthewjasper | Manish Goregaokar | -12/+5 |
| 2020-06-19 | Rollup merge of #73452 - matthewjasper:auto-rec, r=nikomatsakis | Manish Goregaokar | -0/+10 |
| 2020-06-19 | Rollup merge of #73442 - davidtwco:issue-72181-pretty-print-const-val-enum-no... | Manish Goregaokar | -1/+12 |
| 2020-06-19 | Rollup merge of #73359 - jonas-schievink:do-the-shimmy, r=matthewjasper | Manish Goregaokar | -11/+41 |