| Age | Commit message (Expand) | Author | Lines |
| 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 | -15/+24 |
| 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 | -15/+24 |
| 2021-01-30 | Rollup merge of #81505 - henryboisdequin:cold_path-not-pub, r=sanxiyn | Yuki Okushi | -1/+1 |
| 2021-01-29 | fix typo | Henry Boisdequin | -1/+1 |
| 2021-01-28 | Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` lint | Aaron Hill | -0/+2 |
| 2021-01-23 | Rollup merge of #81252 - jyn514:resolve-timing, r=petrochenkov | Jonas Schievink | -10/+8 |
| 2021-01-21 | Fix clippy and comment | Esteban Küber | -1/+1 |
| 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/+19 |
| 2021-01-21 | Add more self-profile info to rustc_resolve | Joshua Nelson | -10/+8 |
| 2021-01-21 | Rollup merge of #81046 - rylev:unknown-external-crate, r=estebank | Yuki Okushi | -4/+17 |
| 2021-01-18 | Rollup merge of #81105 - LingMan:init_directly, r=nagisa | Ashley Mannix | -12/+9 |
| 2021-01-18 | Improve unknown external crate error | Ryan Levick | -4/+17 |
| 2021-01-17 | Rollup merge of #80765 - petrochenkov:traitsinscope, r=matthewjasper | Mara Bos | -127/+74 |
| 2021-01-17 | Rollup merge of #80031 - petrochenkov:builtina, r=estebank | Mara Bos | -4/+10 |
| 2021-01-17 | Initialize a few variables directly | LingMan | -12/+9 |
| 2021-01-17 | resolve: Reject ambiguity built-in attr vs different built-in attr | Vadim Petrochenkov | -4/+10 |
| 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 | -6/+5 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -6/+5 |
| 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-13 | Auto merge of #79322 - jyn514:refactor-impl, r=estebank | bors | -4/+4 |
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -4/+4 |
| 2021-01-12 | Rollup merge of #80927 - LingMan:matches, r=estebank | Yuki Okushi | -2/+1 |
| 2021-01-12 | Replace a simple `if let` with the `matches` macro | LingMan | -2/+1 |
| 2021-01-12 | Rollup merge of #80870 - petrochenkov:bmactable, r=oli-obk | Yuki Okushi | -7/+9 |
| 2021-01-11 | resolve: Simplify collection of traits in scope | Vadim Petrochenkov | -127/+74 |
| 2021-01-10 | Auto merge of #80782 - petrochenkov:viscopes, r=matthewjasper | bors | -56/+81 |
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -1/+1 |
| 2021-01-10 | resolve: Simplify built-in macro table | Vadim Petrochenkov | -7/+9 |
| 2021-01-10 | Rollup merge of #80850 - m-ou-se:rustc-builtin-macro-name, r=petrochenkov | Yuki Okushi | -5/+5 |
| 2021-01-10 | Rollup merge of #80801 - estebank:correct-binding-sugg-span, r=petrochenkov | Yuki Okushi | -16/+31 |
| 2021-01-09 | Allow #[rustc_builtin_macro = "name"]. | Mara Bos | -5/+5 |
| 2021-01-09 | resolve/expand: Improve attribute expansion on macro definitions and calls | Vadim Petrochenkov | -16/+24 |
| 2021-01-07 | Use correct span for structured suggestion | Esteban Küber | -16/+31 |
| 2021-01-08 | Rollup merge of #80012 - sasurau4:feature/point-constant-identifier-E0435, r=... | Yuki Okushi | -19/+67 |
| 2021-01-07 | resolve: Scope visiting doesn't need an `Ident` | Vadim Petrochenkov | -56/+81 |
| 2021-01-07 | Add pointing const identifier when emitting E0435 | Daiki Ihara | -19/+67 |
| 2021-01-06 | Rename to `nearest_parent_mod` | Camelid | -27/+35 |
| 2021-01-06 | Document `ModuleData` | Camelid | -6/+14 |
| 2021-01-01 | adjust const generics defaults FIXMEs to the new feature gate | Rémy Rakic | -1/+1 |
| 2021-01-01 | first pass at default values for const generics | Julian Knodt | -1/+2 |
| 2020-12-31 | Consistently call editions "Rust 20xx" in messages. | Mara Bos | -2/+2 |