| Age | Commit message (Expand) | Author | Lines |
| 2021-03-20 | extract `ConstKind::Unevaluated` into a struct | lcnr | -8/+8 |
| 2021-03-17 | Auto merge of #83188 - petrochenkov:field, r=lcnr | bors | -1/+4 |
| 2021-03-16 | Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasper | bors | -2/+2 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -1/+4 |
| 2021-03-15 | Fix error after rebase | Roxane | -15/+6 |
| 2021-03-15 | Add comments with examples and tests | Roxane | -14/+14 |
| 2021-03-14 | Only borrow place for matching under specific conditions | Roxane | -26/+17 |
| 2021-03-14 | Use the correct FakeReadCause | Roxane | -69/+38 |
| 2021-03-14 | Introduce new fake reads | Roxane | -1/+78 |
| 2021-03-14 | Rollup merge of #82789 - csmoe:issue-82772, r=estebank | Yuki Okushi | -1/+3 |
| 2021-03-12 | Use the explicit error constant instead of fake dummies | Oli Scherer | -2/+2 |
| 2021-03-12 | Rollup merge of #83018 - oli-obk:float_check, r=davidtwco | Yuki Okushi | -2/+23 |
| 2021-03-11 | Make THIR data structures public | LeSeulArtichaut | -59/+60 |
| 2021-03-12 | fix: check before index into generated patterns | csmoe | -1/+3 |
| 2021-03-11 | Reintroduce accidentally deleted assertions. | Oli Scherer | -2/+23 |
| 2021-03-09 | Prevent stack overflow when building THIR | LeSeulArtichaut | -1/+3 |
| 2021-03-09 | Remove useless references/dereferences | LeSeulArtichaut | -11/+11 |
| 2021-03-09 | Make arena allocation for the THIR work | LeSeulArtichaut | -336/+478 |
| 2021-03-09 | Remove `Clone` impl for `thir::Expr` | LeSeulArtichaut | -10/+10 |
| 2021-03-09 | Pull `thir::Cx` out of the MIR `Builder` | LeSeulArtichaut | -144/+16 |
| 2021-03-09 | [WIP] Eagerly construct bodies of THIR | LeSeulArtichaut | -1179/+1054 |
| 2021-03-06 | Change x64 size checks to not apply to x32. | Harald van Dijk | -1/+1 |
| 2021-02-22 | Auto merge of #81978 - tmiasko:head-ctor, r=Mark-Simulacrum | bors | -0/+1 |
| 2021-02-18 | Add explanations and suggestions to `irrefutable_let_patterns` lint | Camelid | -9/+26 |
| 2021-02-18 | Rollup merge of #82215 - TaKO8Ki:replace-if-let-while-let, r=varkor | Dylan DPC | -3/+3 |
| 2021-02-18 | Inline hot part of PatStack::head_ctor | Tomasz Miąsko | -0/+1 |
| 2021-02-17 | replace if-let and while-let with `if let` and `while let` | Takayuki Maeda | -3/+3 |
| 2021-02-15 | Use !Sync std::lazy::OnceCell in usefulness checking | Tomasz Miąsko | -1/+1 |
| 2021-02-13 | Use debug log level for developer oriented logs | Tomasz Miąsko | -1/+4 |
| 2021-02-11 | Auto merge of #81350 - tmiasko:instrument-debug, r=lcnr | bors | -1/+1 |
| 2021-02-09 | Rename HIR UnOp variants | Ömer Sinan Ağacan | -4/+4 |
| 2021-02-07 | Auto merge of #80632 - Nadrieril:fix-80501, r=varkor | bors | -211/+378 |
| 2021-02-01 | Make `SubPatSet` clearer by flipping its meaning | Nadrieril | -94/+119 |
| 2021-01-28 | Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakis | Yuki Okushi | -15/+12 |
| 2021-01-24 | Specialized `Usefulness` variants are redundant | Nadrieril | -39/+19 |
| 2021-01-24 | Identify subpatterns by the path to them instead of spans | Nadrieril | -108/+235 |
| 2021-01-24 | Factor or-pattern expansion | Nadrieril | -24/+36 |
| 2021-01-24 | Split `Usefulness::NotUseful` into two | Nadrieril | -32/+52 |
| 2021-01-24 | Reimplement `Usefulness::merge` in terms of a binop | Nadrieril | -39/+24 |
| 2021-01-24 | Don't expose `Usefulness` in the api | Nadrieril | -9/+22 |
| 2021-01-24 | Improve the debugging experience | Nadrieril | -25/+30 |
| 2021-01-24 | Reduce log level used by tracing instrumentation from info to debug | Tomasz Miąsko | -1/+1 |
| 2021-01-21 | Add loop head span to hir | Esteban Küber | -3/+1 |
| 2021-01-18 | Use ty::{IntTy,UintTy,FloatTy} in rustc | LeSeulArtichaut | -15/+12 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -1/+1 |
| 2021-01-14 | Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper | bors | -1/+11 |
| 2021-01-13 | Rollup merge of #80232 - bugadani:roundtrip, r=estebank | Dylan DPC | -2/+1 |
| 2021-01-07 | Reintroduce hir::ExprKind::If | Caio | -1/+11 |
| 2021-01-03 | Add note to non-exhaustive match on reference to empty | Daniel Noom | -0/+5 |
| 2020-12-24 | remove redundant clones (clippy::redundant_clone) | Matthias Krüger | -2/+2 |