| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-12-30 | Rollup merge of #80495 - jyn514:rename-empty, r=petrochenkov | Mara Bos | -9/+9 |
| 2020-12-30 | Rename kw::Invalid -> kw::Empty | Joshua Nelson | -9/+9 |
| 2020-12-30 | Rollup merge of #80509 - matthiaskrgr:ptr_arg, r=varkor | Yuki Okushi | -5/+3 |
| 2020-12-30 | remove unused return types such as empty Results or Options that would always... | Matthias Krüger | -12/+11 |
| 2020-12-30 | where possible, pass slices instead of &Vec or &String (clippy::ptr_arg) | Matthias Krüger | -5/+3 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -1/+1 |
| 2020-12-28 | Rollup merge of #80411 - petrochenkov:nosymwith, r=matthewjasper | Dylan DPC | -1/+4 |
| 2020-12-28 | Rollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPC | Dylan DPC | -11/+8 |
| 2020-12-27 | rustc_span: Remove `Symbol::with` | Vadim Petrochenkov | -1/+4 |
| 2020-12-26 | stabilize min_const_generics | Bastian Kauschke | -7/+15 |
| 2020-12-24 | use matches!() macro in more places | Matthias Krüger | -11/+8 |
| 2020-12-20 | Move std_path construction into condition | Dániel Buga | -5/+4 |
| 2020-12-20 | Inline a single-use closure | Dániel Buga | -2/+2 |
| 2020-12-20 | Create closure outside of the loop | Dániel Buga | -4/+4 |
| 2020-12-20 | Add missing semicolon | Dániel Buga | -1/+1 |
| 2020-12-20 | Remove unnecessary cloned | Dániel Buga | -1/+1 |
| 2020-12-20 | Precompute vector length in smart_resolve_path_fragment | Dániel Buga | -1/+2 |
| 2020-12-20 | Clean up with_generic_param_rib, avoid double hashing | Dániel Buga | -24/+17 |
| 2020-12-17 | Enhance error message when misspelled label to value in break expression | Daiki Ihara | -0/+20 |
| 2020-12-12 | Resolve enum field visibility correctly | Camelid | -1/+11 |
| 2020-12-04 | Update tests of "unused_lifetimes" lint for async functions and corresponding... | Dmitry Murygin | -10/+10 |
| 2020-12-02 | Tweak diagnostics on shadowing lifetimes/labels | Yuki Okushi | -1/+1 |
| 2020-11-26 | Remove ForeignMod struct. | Camille GILLOT | -1/+1 |
| 2020-11-24 | Move lev_distance to rustc_ast, make non-generic | Arlie Davis | -28/+33 |