| Age | Commit message (Expand) | Author | Lines |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -3/+5 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -3/+6 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -4/+4 |
| 2022-02-18 | Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk | Matthias Krüger | -4/+3 |
| 2022-02-12 | change to a struct variant | Ellen | -1/+1 |
| 2022-02-03 | compiler: clippy::complexity fixes | Matthias Krüger | -4/+3 |
| 2022-01-31 | Make `span_extend_to_prev_str()` more robust | Fabian Wolff | -19/+19 |
| 2022-01-16 | rustc_metadata: Switch all decoder methods from vectors to iterators | Vadim Petrochenkov | -6/+4 |
| 2022-01-08 | Simplify error reporting. | Camille GILLOT | -0/+19 |
| 2022-01-06 | rustc_metadata: Make attribute decoding slightly faster and stricter | Vadim Petrochenkov | -4/+6 |
| 2021-12-15 | Remove unnecessary sigils around `Ident::as_str()` calls. | Nicholas Nethercote | -1/+1 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -4/+3 |
| 2021-11-27 | Improve error message for `E0659` if the source is not available | Fabian Wolff | -1/+1 |
| 2021-11-16 | Fix case where ICE #90878 was still triggered by a leading newline | Nilstrieb | -9/+7 |
| 2021-11-15 | Fix `non-constant value` ICE (#90878) | Nilstrieb | -1/+15 |
| 2021-11-12 | rustc_feature: Convert `BuiltinAttribute` from tuple to a struct | Vadim Petrochenkov | -1/+1 |
| 2021-11-09 | Add `ty::Visibility::is_public()` | inquisitivecrystal | -2/+2 |
| 2021-11-03 | add a suggestion about undeclared `alloc` module | Takayuki Maeda | -0/+4 |
| 2021-10-30 | Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov | Guillaume Gomez | -0/+2 |
| 2021-10-26 | Reverting switching test to no_std and adjust output after rebase. | Jakob Degen | -1/+0 |
| 2021-10-26 | Adds hint if a trait fails to resolve and a newly added one in Edition 2021 i... | Jakob Degen | -7/+50 |
| 2021-10-25 | Edit error messages for rustc_resolve::AmbiguityKind variants | pierwill | -7/+2 |
| 2021-10-21 | Don't suggest importing items with hygienic names | Matthew Jasper | -0/+2 |
| 2021-10-21 | Do not mention a reexported item if it's private | Yuki Okushi | -0/+9 |
| 2021-10-19 | Auto merge of #89933 - est31:let_else, r=michaelwoerister | bors | -3/+1 |
| 2021-10-17 | rustc_span: `Ident::invalid` -> `Ident::empty` | Vadim Petrochenkov | -1/+1 |
| 2021-10-16 | clippy::complexity changes | Matthias Krüger | -1/+1 |
| 2021-10-16 | Adopt let_else across the compiler | est31 | -3/+1 |
| 2021-10-13 | suggestion for typoed crate or module | Takayuki Maeda | -0/+28 |
| 2021-10-02 | resolve: Avoid comparing modules by optional def-id | Vadim Petrochenkov | -2/+2 |
| 2021-09-30 | Rollup merge of #88838 - FabianWolff:issue-88472, r=estebank | Manish Goregaokar | -31/+109 |
| 2021-09-30 | Rollup merge of #89248 - hkmatsumoto:suggest-similarly-named-assoc-items, r=e... | Manish Goregaokar | -3/+27 |
| 2021-09-29 | Suggest similarly named assoc items in trait impls | Hirochika Matsumoto | -3/+27 |
| 2021-09-26 | Improve diagnostics for inaccessible items | Fabian Wolff | -17/+64 |
| 2021-09-26 | Do not suggest importing inaccessible items | Fabian Wolff | -27/+58 |
| 2021-09-25 | Rollup merge of #89224 - TaKO8Ki:change-the-order-of-suggestions, r=joshtriplett | Manish Goregaokar | -0/+3 |
| 2021-09-25 | use `drain_filter` instead of `filter` and `retain` | Takayuki Maeda | -4/+1 |
| 2021-09-24 | resolve: Refactor obtaining `Module` from its `DefId` | Vadim Petrochenkov | -2/+1 |
| 2021-09-25 | change the order of path suggestions | Takayuki Maeda | -0/+6 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -2/+1 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -2/+2 |
| 2021-08-23 | Improve wording of macro-not-found-but-name-exists note. | Mara Bos | -8/+18 |
| 2021-08-23 | Show what things are, but also what they are not. | Mara Bos | -1/+7 |
| 2021-08-23 | Don't confuse the user with notes about tool modules. | Mara Bos | -5/+5 |
| 2021-08-23 | Clarify what attribute and derive macros look like. | Mara Bos | -1/+2 |
| 2021-08-23 | Say what things are, instead of what they are not. | Mara Bos | -10/+9 |
| 2021-08-23 | Silence confusing 'unused import' warnings. | Mara Bos | -0/+3 |
| 2021-08-23 | Look for macro names in all namespaces for diagnostics. | Mara Bos | -0/+33 |
| 2021-08-22 | Suggest importing the right kind of macro. | Mara Bos | -3/+1 |
| 2021-08-06 | Add hint for unresolved associated trait items if the trait has a single item | Jakub Beránek | -19/+43 |