| Age | Commit message (Expand) | Author | Lines |
| 2020-08-07 | Fix #[track_caller] shims for trait objects. | Adam Perry | -1/+1 |
| 2020-07-11 | Rollup merge of #74240 - da-x:fix-74081, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2020-07-11 | Rollup merge of #72920 - oli-obk:const_transmute, r=RalfJung | Manish Goregaokar | -1/+1 |
| 2020-07-11 | Fix try_print_visible_def_path_recur for opt_def_id usage | Dan Aloni | -1/+1 |
| 2020-07-11 | Stabilize `transmute` in constants and statics but not const fn | Oliver Scherer | -1/+1 |
| 2020-07-10 | Rollup merge of #74162 - lcnr:ToPredicate-no-ref, r=varkor | Manish Goregaokar | -13/+13 |
| 2020-07-10 | Rollup merge of #74127 - tamird:allowlist, r=oli-obk | Manish Goregaokar | -11/+11 |
| 2020-07-10 | Rollup merge of #73862 - oli-obk:const_array_to_slice, r=RalfJung | Manish Goregaokar | -1/+1 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -11/+11 |
| 2020-07-09 | Rollup merge of #74079 - nnethercote:session-globals, r=nikomatsakis | Manish Goregaokar | -8/+7 |
| 2020-07-09 | Rollup merge of #74070 - eddyb:forall-tcx-providers, r=nikomatsakis | Manish Goregaokar | -20/+42 |
| 2020-07-09 | Eliminate confusing "globals" terminology. | Nicholas Nethercote | -8/+7 |
| 2020-07-08 | ToPredicate by value | Bastian Kauschke | -13/+13 |
| 2020-07-06 | Auto merge of #73978 - Mark-Simulacrum:shrink-paramenv, r=nnethercote | bors | -16/+115 |
| 2020-07-05 | Rollup merge of #74057 - lcnr:expected_found, r=davidtwco | Manish Goregaokar | -31/+26 |
| 2020-07-05 | Rollup merge of #74000 - lcnr:lazy_normalisation_consts, r=varkor | Manish Goregaokar | -1/+1 |
| 2020-07-05 | Rollup merge of #73871 - da-x:private-types-2018-no-extern, r=petrochenkov | Manish Goregaokar | -17/+18 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -18/+21 |
| 2020-07-05 | Replace early-bound normalization hack with per-query key/value type aliases. | Eduard-Mihai Burtescu | -2/+21 |
| 2020-07-05 | Avoid deconstructing pointer for hashing | Mark Rousskov | -2/+3 |
| 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-03 | Rollup merge of #73949 - wesleywiser:simplify_try_fixes, r=oli-obk | Manish Goregaokar | -0/+12 |
| 2020-07-02 | Fix debuginfo so that it points to the correct local | Wesley Wiser | -0/+12 |
| 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-02 | Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearth | bors | -17/+55 |
| 2020-07-02 | Rollup merge of #73684 - richkadel:llvm-coverage-map-gen-2, r=wesleywiser | Manish Goregaokar | -17/+55 |
| 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/+5 |
| 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 | Rollup merge of #73776 - aszenz:refactor_mir_module, r=wesleywiser | Manish Goregaokar | -492/+509 |
| 2020-07-01 | Rollup merge of #73705 - lcnr:skip_binder, r=nikomatsakis | Manish Goregaokar | -176/+116 |
| 2020-06-30 | Stabilize `#[track_caller]`. | Adam Perry | -1/+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 | -10/+5 |
| 2020-06-30 | Provide more information on duplicate lang item error. | Eric Huss | -0/+10 |
| 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 | -27/+23 |
| 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-29 | add spans to injected coverage counters | Rich Kadel | -17/+55 |
| 2020-06-28 | Auto merge of #72437 - ecstatic-morse:stabilize-const-if-match, r=oli-obk | bors | -14/+1 |
| 2020-06-28 | Remove `ignore-tidy-filelength` | Dylan MacKenzie | -2/+0 |
| 2020-06-28 | Remove `const_if_match` feature gate from libraries | Dylan MacKenzie | -1/+1 |
| 2020-06-28 | Remove `control_flow_destroyed` and properly lower `&&` and `||` | Dylan MacKenzie | -11/+0 |