| Age | Commit message (Expand) | Author | Lines |
| 2020-12-06 | Retain assembly operands span when lowering AST to HIR | Tomasz Miąsko | -6/+4 |
| 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 |
| 2020-10-18 | Auto merge of #78066 - bugadani:wat, r=jonas-schievink | bors | -44/+39 |
| 2020-10-18 | Early return to decrease indentation | Dániel Buga | -44/+39 |
| 2020-10-16 | Lower inline const's AST to HIR | Santiago Pastorino | -2/+3 |
| 2020-10-16 | Parse inline const expressions | Santiago Pastorino | -0/+3 |
| 2020-10-15 | Replace target.target with target and target.ptr_width with target.pointer_width | est31 | -1/+1 |
| 2020-10-07 | implement nits | Bastian Kauschke | -1/+1 |
| 2020-10-07 | split SyntheticTyParamKind | Bastian Kauschke | -1/+1 |
| 2020-10-07 | bodge | Bastian Kauschke | -7/+12 |
| 2020-10-07 | do not lower patterns in impl Trait | Bastian Kauschke | -0/+5 |
| 2020-10-06 | Separate bounds and predicates for associated/opaque types | Matthew Jasper | -11/+19 |
| 2020-09-16 | simplfy condition in ItemLowerer::with_trait_impl_ref() | Matthias Krüger | -1/+1 |
| 2020-09-14 | Auto merge of #76541 - matthiaskrgr:unstable_sort, r=davidtwco | bors | -2/+3 |
| 2020-09-10 | Attach `TokenStream` to `ast::Visibility` | Aaron Hill | -1/+1 |
| 2020-09-10 | Attach `TokenStream` to `ast::Path` | Aaron Hill | -5/+8 |
| 2020-09-10 | Attach tokens to `NtMeta` (`ast::AttrItem`) | Aaron Hill | -0/+1 |
| 2020-09-10 | Attach `TokenStream` to `ast::Ty` | Aaron Hill | -0/+1 |
| 2020-09-10 | use sort_unstable to sort primitive types | Matthias Krüger | -2/+3 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+6739 |