| Age | Commit message (Expand) | Author | Lines |
| 2021-03-27 | Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se | Dylan DPC | -3/+3 |
| 2021-03-27 | lazily calls some fns | klensy | -5/+5 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -3/+3 |
| 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 | Add has_default to GenericParamDefKind::Const | kadmin | -1/+3 |
| 2021-03-18 | hir: Preserve used syntax in `TyKind::TraitObject` | Vadim Petrochenkov | -2/+2 |
| 2021-03-15 | Custom error on literal names from other languages | Smitty | -0/+26 |
| 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: Differentiate between edition meanings of ::foo in resolve diagn... | Manish Goregaokar | -1/+11 |
| 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-02-26 | Rollup merge of #82456 - klensy:or-else, r=estebank | Guillaume Gomez | -1/+1 |
| 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-24 | replaced some map_or with map_or_else | klensy | -54/+57 |
| 2021-02-16 | Auto merge of #81611 - cjgillot:meowner, r=estebank | bors | -14/+26 |
| 2021-02-16 | avoid full-slicing slices | Matthias Krüger | -1/+1 |
| 2021-02-15 | Fix E0657. | Camille GILLOT | -12/+20 |
| 2021-02-15 | Only store a LocalDefId in hir::ImplItem. | Camille GILLOT | -3/+4 |
| 2021-02-15 | Only store a LocalDefId in hir::TraitItem. | Camille GILLOT | -3/+4 |
| 2021-02-15 | Only store a LocalDefId in hir::Item. | Camille GILLOT | -2/+3 |
| 2021-02-15 | Use ItemId as a strongly typed index. | Camille GILLOT | -2/+3 |
| 2021-02-13 | Fix ICE caused by suggestion with no code substitutions | Esteban Küber | -20/+8 |
| 2021-02-06 | Rollup merge of #81680 - camsteffen:primty, r=oli-obk | Jonas Schievink | -2/+2 |
| 2021-02-03 | Refactor out PrimitiveTypeTable | Cameron Steffen | -2/+2 |
| 2021-02-02 | Rollup merge of #81636 - LingMan:slice_not_vec, r=petrochenkov | Jack Huey | -2/+2 |
| 2021-02-02 | Auto merge of #81405 - bugadani:ast, r=cjgillot | bors | -1/+3 |
| 2021-02-02 | Auto merge of #80843 - Mark-Simulacrum:fmt-bump, r=petrochenkov | bors | -10/+16 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -10/+16 |
| 2021-02-01 | Directly use `Option<&[T]>` instead of converting from `Option<&Vec<T>>` late... | LingMan | -2/+2 |
| 2021-02-01 | Remove unneeded `mut` variable | LingMan | -8/+1 |
| 2021-02-01 | Box the biggest ast::ItemKind variants | Dániel Buga | -1/+3 |
| 2021-01-21 | Avoid emitting redundant "unused label" lint | Esteban Küber | -1/+3 |
| 2021-01-21 | Add loop head span to hir | Esteban Küber | -1/+1 |
| 2021-01-21 | Suggest `'a` when given `a` only when appropriate | Esteban Küber | -9/+13 |
| 2021-01-18 | Rollup merge of #81105 - LingMan:init_directly, r=nagisa | Ashley Mannix | -12/+9 |
| 2021-01-17 | Initialize a few variables directly | LingMan | -12/+9 |
| 2021-01-16 | correctly deal with late-bound lifetimes in anon consts | Bastian Kauschke | -2/+30 |
| 2021-01-15 | Rollup merge of #80944 - LingMan:map_or, r=nagisa | Yuki Okushi | -3/+2 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -3/+2 |
| 2021-01-14 | Auto merge of #79689 - Vooblin:patch1, r=tmandry | bors | -10/+10 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -1/+1 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -4/+4 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -1/+1 |
| 2020-12-31 | Consistently call editions "Rust 20xx" in messages. | Mara Bos | -2/+2 |