| Age | Commit message (Expand) | Author | Lines |
| 2021-03-08 | Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix | bors | -9/+12 |
| 2021-03-05 | Rollup merge of #80723 - rylev:noop-lint-pass, r=estebank | Mara | -1/+1 |
| 2021-03-05 | Shrink the size of Rvalue by 16 bytes | Oli Scherer | -9/+12 |
| 2021-03-03 | Fix tests | Ryan Levick | -1/+1 |
| 2021-03-01 | Box generator-related Body fields | Dániel Buga | -8/+17 |
| 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-14 | Rollup merge of #82029 - tmiasko:debug, r=matthewjasper | Dylan DPC | -1/+4 |
| 2021-02-14 | bumped smallvec deps | klensy | -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-05 | Run x.py fmt to fix tidy issues | Wesley Wiser | -22/+19 |
| 2021-02-04 | Revert "Simplify unscheduling of drops after moves" | Felix S. Klock II | -13/+25 |
| 2021-02-04 | Revert "Use `record_operands_moved` more aggresively" | Felix S. Klock II | -15/+3 |
| 2021-02-04 | Revert "Avoid leaking block expression values" | Felix S. Klock II | -284/+150 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -90/+108 |
| 2021-02-01 | Make `SubPatSet` clearer by flipping its meaning | Nadrieril | -94/+119 |
| 2021-02-01 | Rollup merge of #81364 - camelid:improve-build-matches-docs, r=varkor | Jonas Schievink | -55/+74 |
| 2021-01-31 | Update outdated comment | Camelid | -3/+3 |
| 2021-01-31 | Rollup merge of #80092 - sexxi-goose:restrict_precision, r=nikomatsakis | Jonas Schievink | -10/+1 |
| 2021-01-30 | Rollup merge of #81291 - sexxi-goose:fix-struct-update-functional-record-upda... | Yuki Okushi | -5/+10 |
| 2021-01-29 | Compute mutability of closure captures | Aman Arora | -10/+1 |
| 2021-01-28 | Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakis | Yuki Okushi | -18/+14 |
| 2021-01-24 | Improve `rustc_mir_build::matches` docs | Camelid | -53/+72 |
| 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-22 | Make functional record update/struct update syntax works inside closures when... | Dhruv Jauhar | -5/+10 |
| 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 | -18/+14 |
| 2021-01-18 | Fix typo in simplify.rs | Ikko Ashimine | -1/+1 |
| 2021-01-16 | Auto merge of #80290 - RalfJung:less-intrinsic-write, r=lcnr | bors | -74/+34 |
| 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/+48 |
| 2021-01-13 | Rollup merge of #80232 - bugadani:roundtrip, r=estebank | Dylan DPC | -2/+1 |
| 2021-01-07 | Reintroduce hir::ExprKind::If | Caio | -1/+48 |
| 2021-01-03 | Add note to non-exhaustive match on reference to empty | Daniel Noom | -0/+5 |
| 2020-12-31 | remove move_val_init leftovers | Ralf Jung | -74/+34 |
| 2020-12-30 | Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov | Mara Bos | -1/+1 |