| Age | Commit message (Expand) | Author | Lines |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -3/+3 |
| 2021-01-13 | Lint on extern in item declaration position | Mark Rousskov | -9/+15 |
| 2021-01-13 | Introduce missing ABI lint on extern blocks | Mark Rousskov | -7/+34 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -3/+3 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -3/+3 |
| 2021-01-09 | ast: Remove some indirection layers from values in key-value attributes | Vadim Petrochenkov | -4/+30 |
| 2021-01-07 | Reintroduce hir::ExprKind::If | Caio | -25/+31 |
| 2021-01-07 | rustc_parse: Better spans for synthesized token streams | Vadim Petrochenkov | -8/+2 |
| 2021-01-03 | Make `ExpnData` fields `krate` and `orig_id` private | Aaron Hill | -5/+2 |
| 2021-01-01 | first pass at default values for const generics | Julian Knodt | -2/+3 |
| 2020-12-30 | Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov | Mara Bos | -1/+1 |
| 2020-12-30 | Rename kw::Invalid -> kw::Empty | Joshua Nelson | -1/+1 |
| 2020-12-30 | Auto merge of #80503 - JohnTitor:rollup-b26vglu, r=JohnTitor | bors | -6/+5 |
| 2020-12-29 | More uses of the matches! macro | LingMan | -6/+5 |
| 2020-12-29 | Remove pretty-print/reparse hack, and add derive-specific hack | Aaron Hill | -31/+82 |
| 2020-12-29 | Stabilize by-value `[T; N]` iterator `core::array::IntoIter` | Simon Sapin | -1/+0 |
| 2020-12-17 | Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasper | Yuki Okushi | -5/+10 |
| 2020-12-06 | Retain assembly operands span when lowering AST to HIR | Tomasz Miąsko | -6/+4 |
| 2020-12-06 | Introduce if-let guards in the HIR | LeSeulArtichaut | -5/+10 |
| 2020-12-03 | Combination of commits | Rich Kadel | -1/+1 |
| 2020-11-27 | Auto merge of #79318 - cjgillot:fitem, r=lcnr | bors | -5/+33 |
| 2020-11-27 | Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkov | bors | -0/+7 |
| 2020-11-26 | Rebase fallout. | Camille GILLOT | -0/+6 |
| 2020-11-26 | Remove ForeignMod struct. | Camille GILLOT | -10/+6 |
| 2020-11-26 | Store ForeignItem in a side table. | Camille GILLOT | -1/+27 |
| 2020-11-25 | insert span_fatal call in ast lowering to indicate that generic arguments in ... | b-naber | -0/+7 |
| 2020-11-23 | Remove Pat pre-lowering. | Camille GILLOT | -43/+5 |
| 2020-11-23 | Lower `if let` before the arms. | Camille GILLOT | -2/+2 |
| 2020-11-15 | Rollup merge of #79016 - fanzier:underscore-expressions, r=petrochenkov | Jonas Schievink | -1/+18 |
| 2020-11-15 | Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis | Jonas Schievink | -3/+1 |
| 2020-11-14 | Add underscore expressions for destructuring assignments | Fabian Zaiser | -1/+18 |
| 2020-11-13 | Reuse vector | Dániel Buga | -1/+5 |
| 2020-11-13 | Reserve space in advance | Dániel Buga | -5/+5 |
| 2020-11-13 | Allocate less in lower_block_noalloc | Dániel Buga | -20/+21 |
| 2020-11-12 | Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkov | Mara Bos | -7/+119 |
| 2020-11-12 | Handle and test wildcard arguments | Joshua Nelson | -1/+4 |
| 2020-11-12 | Don't reuse bindings for `ref mut` | Joshua Nelson | -0/+4 |
| 2020-11-12 | Consider mutable ident binding patterns to be simple | Eyal Kalderon | -3/+6 |
| 2020-11-12 | Auto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011 | bors | -7/+10 |
| 2020-11-11 | Implement destructuring assignment for structs and slices | Fabian Zaiser | -7/+119 |
| 2020-11-09 | Do not collect tokens for doc comments | Vadim Petrochenkov | -7/+10 |
| 2020-11-07 | Allow making `RUSTC_BOOTSTRAP` conditional on the crate name | Joshua Nelson | -3/+1 |
| 2020-11-07 | Implement destructuring assignment for tuples | Fabian Zaiser | -4/+153 |
| 2020-10-30 | Implement rustc side of report-future-incompat | Aaron Hill | -2/+2 |
| 2020-10-30 | Fix some more clippy warnings | Joshua Nelson | -8/+3 |
| 2020-10-29 | Fix typos | Dániel Buga | -3/+3 |
| 2020-10-25 | Auto merge of #77546 - lcnr:impl-trait-closure, r=eddyb | bors | -5/+15 |
| 2020-10-24 | Auto merge of #77255 - Aaron1011:feature/collect-attr-tokens, r=petrochenkov | bors | -5/+8 |
| 2020-10-24 | Loop instead of recursion | Dániel Buga | -71/+79 |
| 2020-10-21 | Unconditionally capture tokens for attributes. | Aaron Hill | -5/+8 |