| Age | Commit message (Expand) | Author | Lines |
| 2021-04-05 | Don't concatenate binders across types | Jack Huey | -61/+110 |
| 2021-04-04 | resolve: Stable order for derive helper attributes | Vadim Petrochenkov | -6/+9 |
| 2021-04-04 | resolve/expand: Cache intermediate results of `#[derive]` expansion | Vadim Petrochenkov | -42/+60 |
| 2021-04-01 | Fixed diagnostic and added test for issue 81508 | Kevin Jiang | -14/+57 |
| 2021-04-01 | Add a suggestion when using a type alias instead of trait alias | Yuki Okushi | -1/+8 |
| 2021-03-31 | Cleanups and comments | Jack Huey | -257/+211 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -87/+635 |
| 2021-03-31 | Make late and late_anon regions track the bound var position | Jack Huey | -39/+75 |
| 2021-03-29 | Do not emit the advanced diagnostics on macros | JohnTitor | -1/+3 |
| 2021-03-27 | Auto merge of #83103 - petrochenkov:unilex, r=Aaron1011 | bors | -138/+87 |
| 2021-03-27 | resolve: Partially unify early and late scope-relative ident resolution | Vadim Petrochenkov | -138/+87 |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -3/+4 |
| 2021-03-28 | Rollup merge of #83526 - klensy:lazy-too, r=petrochenkov | Yuki Okushi | -6/+6 |
| 2021-03-27 | lazily calls some fns | klensy | -6/+6 |
| 2021-03-26 | Auto merge of #83488 - Aaron1011:ban-expr-inner-attrs, r=petrochenkov | bors | -6/+15 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -3/+4 |
| 2021-03-25 | Ban custom inner attributes in expressions and statements | Aaron Hill | -6/+15 |
| 2021-03-25 | write-up what is happening | Niko Matsakis | -0/+28 |
| 2021-03-24 | Review comments | Jack Huey | -16/+37 |
| 2021-03-24 | resolve late lifetimes by item | Jack Huey | -157/+269 |
| 2021-03-23 | progress, stuff compiles now | lcnr | -2/+2 |
| 2021-03-23 | Some refactoring | varkor | -21/+25 |
| 2021-03-23 | Add has_default to GenericParamDefKind::Const | kadmin | -1/+4 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -1/+1 |
| 2021-03-21 | Fix ICE with `use clippy::a::b;` | Camelid | -2/+2 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |
| 2021-03-18 | hir: Preserve used syntax in `TyKind::TraitObject` | Vadim Petrochenkov | -2/+2 |
| 2021-03-16 | ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct` | Vadim Petrochenkov | -2/+2 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -13/+17 |
| 2021-03-15 | Rollup merge of #82989 - Smittyvb:other-lang-literal-errors, r=varkor | Dylan DPC | -0/+26 |
| 2021-03-15 | Custom error on literal names from other languages | Smitty | -0/+26 |
| 2021-03-14 | expand: Resolve and expand inner attributes on out-of-line modules | Vadim Petrochenkov | -2/+25 |
| 2021-03-12 | Make def_key and HIR parenting consistent. | Camille GILLOT | -22/+82 |
| 2021-03-10 | Auto merge of #79519 - cjgillot:noattr, r=wesleywiser | bors | -1/+2 |
| 2021-03-10 | Rollup merge of #82942 - m-ou-se:diagnostics-hardcoded-prelude-v1, r=estebank | Yuki Okushi | -1/+1 |
| 2021-03-09 | Don't hardcode the `v1` prelude in diagnostics. | Mara Bos | -1/+1 |
| 2021-03-09 | Remove hir::Item::attrs. | Camille GILLOT | -1/+2 |
| 2021-03-07 | diagnostics: Don't mention external crates when hitting import errors on crat... | Manish Goregaokar | -1/+3 |
| 2021-03-07 | diagnostics: Differentiate between edition meanings of ::foo in resolve diagn... | Manish Goregaokar | -1/+11 |
| 2021-03-07 | diagnostics: Differentiate between edition meanings of ::foo in resolve diagn... | Manish Goregaokar | -4/+10 |
| 2021-03-05 | Rollup merge of #80763 - petrochenkov:pubusecrate, r=estebank | Mara | -12/+20 |
| 2021-03-04 | Rollup merge of #82717 - estebank:issue-70152, r=lcnr | Yuki Okushi | -8/+21 |
| 2021-03-03 | reworded message | Esteban Küber | -4/+8 |
| 2021-03-02 | Account for macros when suggesting adding lifetime | Esteban Küber | -8/+17 |
| 2021-03-02 | use outer_expn_data() instead of outer_expn().expn_data() | klensy | -1/+1 |
| 2021-02-26 | Rollup merge of #82456 - klensy:or-else, r=estebank | Guillaume Gomez | -1/+1 |
| 2021-02-25 | Auto merge of #82447 - Amanieu:legacy_const_generics, r=oli-obk | bors | -2/+79 |
| 2021-02-25 | Rollup merge of #82087 - estebank:abolish-ice, r=oli-obk | Dylan DPC | -20/+8 |
| 2021-02-25 | fix review | klensy | -57/+54 |
| 2021-02-25 | Add a cache for rustc_legacy_const_generics | Amanieu d'Antras | -14/+29 |