| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-11-24 | Rollup merge of #79374 - mendess:const-param-expr-diagnostic, r=lcnr | Jonas Schievink | -0/+1 |
| 2020-11-24 | Swap note for help | mendess | -1/+1 |
| 2020-11-24 | Requested changes | mendess | -1/+1 |
| 2020-11-24 | Add note to use nightly when using expr in const generics | mendess | -0/+1 |
| 2020-11-24 | Auto merge of #79294 - petrochenkov:determ, r=varkor | bors | -9/+20 |
| 2020-11-23 | Rollup merge of #79236 - lcnr:mcg-resolve-dsb, r=eddyb | Jonas Schievink | -1/+6 |
| 2020-11-22 | resolve: Do not put macros into `module.unexpanded_invocations` unless necessary | Vadim Petrochenkov | -9/+20 |
| 2020-11-20 | update bug message for cg | Bastian Kauschke | -1/+1 |
| 2020-11-20 | const_generics: assert resolve hack causes an error | Bastian Kauschke | -0/+5 |