| Age | Commit message (Expand) | Author | Lines |
| 2020-08-01 | Auto merge of #74726 - oli-obk:tracing, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-07-31 | Rename HAIR to THIR (Typed HIR). | Valentin Lazureanu | -89/+96 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-31 | Auto merge of #65989 - Aaron1011:fix/normalize-param-env, r=nikomatsakis | bors | -1/+1 |
| 2020-07-30 | Rollup merge of #74934 - nbdd0121:issue-73976, r=ecstatic-morse | Manish Goregaokar | -1/+7 |
| 2020-07-30 | Auto merge of #74105 - npmccallum:naked, r=matthewjasper | bors | -1/+11 |
| 2020-07-30 | Improve diagnostics when constant pattern is too generic | Gary Guo | -1/+7 |
| 2020-07-27 | Suppress debuginfo on naked function arguments | Nathaniel McCallum | -1/+11 |
| 2020-07-26 | Auto merge of #74708 - kanru:issue-74564, r=davidtwco | bors | -1/+6 |
| 2020-07-26 | Auto merge of #74664 - pnadon:Miri-rename-undef-uninit, r=RalfJung | bors | -1/+1 |
| 2020-07-25 | Ensure stack when type checking and building MIR for large if expressions | Kan-Ru Chen | -1/+6 |
| 2020-07-24 | Rollup merge of #74703 - tmandry:issue-74047, r=oli-obk | Yuki Okushi | -5/+0 |
| 2020-07-23 | Fix ICE while building MIR with type errors | Tyler Mandry | -5/+0 |
| 2020-07-22 | renamed ScalarMaybeUninit::not_undef to check_init | Philippe Nadon | -1/+1 |
| 2020-07-22 | Normalize opaque types when converting `ParamEnv` to `Reveal::All` | Aaron Hill | -1/+1 |
| 2020-07-21 | fetch -> lookup | Bastian Kauschke | -1/+4 |
| 2020-07-21 | `try_update` -> `try_upgrade` | Bastian Kauschke | -1/+1 |
| 2020-07-21 | remove some const arg in ty dep path boilerplate | Bastian Kauschke | -8/+3 |
| 2020-07-17 | Rollup merge of #74411 - jonas-schievink:unbreak-mir, r=matthewjasper | Manish Goregaokar | -9/+11 |
| 2020-07-17 | Auto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakis | bors | -108/+124 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -108/+124 |
| 2020-07-16 | apply bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2020-07-16 | Don't assign `()` to `!` MIR locals | Jonas Schievink | -9/+11 |
| 2020-07-15 | WithOptConstParam::dummy -> WithOptConstParam::unknown | Bastian Kauschke | -2/+2 |
| 2020-07-15 | improve naming | Bastian Kauschke | -8/+12 |
| 2020-07-15 | update const arg queries | Bastian Kauschke | -7/+3 |
| 2020-07-15 | const generics work! | Bastian Kauschke | -18/+31 |
| 2020-07-15 | continue mir pipeline | Bastian Kauschke | -1/+1 |
| 2020-07-15 | ConstKind::Unevaluated | Bastian Kauschke | -2/+6 |
| 2020-07-09 | Rollup merge of #74070 - eddyb:forall-tcx-providers, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2020-07-06 | Rollup merge of #73969 - davidtwco:issue-73914-checkedadd-temp-generator-inte... | Manish Goregaokar | -1/+3 |
| 2020-07-05 | Rollup merge of #73973 - Nadrieril:fix-71977, r=matthewjasper | Manish Goregaokar | -13/+39 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-07-04 | Fix #71977 | Nadrieril | -5/+31 |
| 2020-07-05 | Address code reviews | Yuki Okushi | -7/+18 |
| 2020-07-05 | Explain exhaustive matching on {usize,isize} maximum values | Yuki Okushi | -1/+9 |
| 2020-07-02 | Use `Span`s to identify unreachable subpatterns in or-patterns | Nadrieril | -9/+9 |
| 2020-07-02 | mir: mark mir construction temporaries as internal | David Wood | -1/+3 |
| 2020-06-30 | remove rustdoc warnings | Tshepang Lekhonkhobe | -98/+99 |
| 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 | -23/+0 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -6/+6 |
| 2020-06-21 | Make is_freeze and is_copy_modulo_regions take TyCtxtAt | Ralf Jung | -2/+2 |
| 2020-06-19 | pretty/mir: const value enums with no variants | David Wood | -2/+8 |
| 2020-06-19 | Auto merge of #73486 - Manishearth:rollup-11iyqpc, r=Manishearth | bors | -10/+12 |
| 2020-06-18 | Rollup merge of #72814 - RalfJung:mir-visir-terminator, r=oli-obk | Manish Goregaokar | -4/+4 |
| 2020-06-17 | Add issue number to novel violation warning | Dylan MacKenzie | -2/+5 |
| 2020-06-17 | Make novel structural match violations a warning | Dylan MacKenzie | -1/+5 |
| 2020-06-16 | rename location field of Drop terminators to place | Ralf Jung | -4/+4 |
| 2020-06-15 | make all uses of ty::Error or ConstKind::Error delay a span bug | mark | -6/+8 |