| Age | Commit message (Expand) | Author | Lines |
| 2025-01-01 | Try to write the panic message with a single `write_all` call | John Kåre Alsaker | -2/+4 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -6/+6 |
| 2024-12-23 | Note def descr in NonConstFunctionCall | Michael Goulet | -2/+2 |
| 2024-12-17 | Adjust `tests/ui/attrs-resolution.rs` | 许杰友 Jieyou Xu (Joe) | -0/+45 |
| 2024-12-17 | Adjust `tests/ui/attrs-resolution-errors.rs` | 许杰友 Jieyou Xu (Joe) | -0/+81 |
| 2024-12-10 | Silence `use foo::Bar;` error if `Bar` isn't found in `foo` and `foo.rs` has ... | Esteban Küber | -10/+3 |
| 2024-12-10 | Keep track of parse errors in `mod`s and don't emit resolve errors for paths ... | Esteban Küber | -9/+3 |
| 2024-12-10 | Add test for resolve errors caused by mod with parse errors | Esteban Küber | -0/+60 |
| 2024-12-10 | Rollup merge of #134010 - RalfJung:promoted-type-error-ice, r=oli-obk | León Orell Valerian Liehr | -34/+0 |
| 2024-12-09 | fix ICE on type error in promoted | Ralf Jung | -34/+0 |
| 2024-12-07 | reword trait bound suggestion message to include the bounds | Esteban Küber | -1/+1 |
| 2024-12-01 | fix ICE when promoted has layout size overflow | Ralf Jung | -0/+34 |
| 2024-11-27 | Update tests to use new proc-macro header | Eric Huss | -12/+3 |
| 2024-11-26 | tests: remove `//@ pretty-expanded` usages | 许杰友 Jieyou Xu (Joe) | -2/+0 |
| 2024-11-23 | Update tests for new TRPL chapter order | Chris Krycho | -1/+1 |
| 2024-11-20 | Detect const in pattern with typo | Esteban Küber | -0/+123 |
| 2024-11-08 | use verbose for path separator suggestion | Michael Goulet | -17/+97 |
| 2024-11-03 | Properly suggest `E::assoc` when we encounter `E::Variant::assoc` | Esteban Küber | -5/+1 |
| 2024-10-26 | Deny calls to non-`#[const_trait]` methods in MIR constck | Deadbeef | -8/+0 |
| 2024-10-11 | Don't assume traits used as type are trait objs | VulnBandit | -32/+10 |
| 2024-10-06 | On function and method calls in patterns, link to the book | Esteban Küber | -2/+4 |
| 2024-09-27 | Rollup merge of #130826 - fmease:compiler-mv-obj-safe-dyn-compat, r=compiler-... | Matthias Krüger | -1/+1 |
| 2024-09-27 | On implicit `Sized` bound on fn argument, point at type instead of pattern | Esteban Küber | -4/+4 |
| 2024-09-25 | Compiler: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -1/+1 |
| 2024-09-07 | Don't call fn_arg_names for non-fn in resolver | Michael Goulet | -0/+28 |
| 2024-08-19 | Don't consider RibKind::Module's bindings when checking generics shadowing | Michael Goulet | -0/+8 |
| 2024-07-29 | Structured suggestion for `extern crate foo` when `foo` isn't resolved in import | Esteban Küber | -7/+28 |
| 2024-07-26 | Rollup merge of #127557 - linyihai:issue-126694, r=compiler-errors | Trevor Gross | -3/+21 |
| 2024-07-26 | Rollup merge of #126575 - fmease:update-lint-type_alias_bounds, r=compiler-er... | Trevor Gross | -1/+1 |
| 2024-07-26 | Add a label to point to the lacking macro name definition | Lin Yihai | -3/+21 |
| 2024-07-24 | Do not use question as label | Esteban Küber | -16/+16 |
| 2024-07-23 | Inside eager ty aliases on unresolved assoc tys suggest fully qualifying inst... | León Orell Valerian Liehr | -1/+1 |
| 2024-07-22 | Revert suggestion verbosity change | Esteban Küber | -6/+3 |
| 2024-07-22 | Change suggestion message wording | Esteban Küber | -1/+1 |
| 2024-07-22 | Use verbose suggestion for "wrong # of generics" | Esteban Küber | -3/+6 |
| 2024-07-18 | More accurate suggestions when writing wrong style of enum variant literal | Esteban Küber | -0/+35 |
| 2024-07-18 | Accurate `use` rename suggestion span | Esteban Küber | -3/+3 |
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -6/+6 |
| 2024-07-06 | Use field ident spans directly instead of the full field span in diagnostics ... | Oli Scherer | -8/+8 |
| 2024-07-05 | Use verbose style for argument removal suggestion | Esteban Küber | -4/+6 |
| 2024-06-20 | collect attrs in const block expr | bohan | -0/+17 |
| 2024-06-13 | Tweak output of import suggestions | Esteban Küber | -12/+12 |
| 2024-06-05 | Rollup merge of #125906 - compiler-errors:simplify-method-error-args, r=fmease | Jubilee | -7/+0 |
| 2024-06-05 | Rollup merge of #123168 - joshtriplett:size-of-prelude, r=Amanieu | Jubilee | -6/+6 |
| 2024-06-03 | Remove a bunch of redundant args from report_method_error | Michael Goulet | -7/+0 |
| 2024-05-23 | Do not suggest unresolvable builder methods | Gurinder Singh | -19/+115 |
| 2024-05-13 | Add `size_of`, `size_of_val`, `align_of`, and `align_of_val` to the prelude | Josh Triplett | -6/+6 |
| 2024-05-06 | Auto merge of #123850 - tspiteri:f16_f128_consts, r=Amanieu | bors | -0/+16 |
| 2024-05-04 | compiletest: add enable-by-default check-cfg | Urgau | -4/+4 |
| 2024-05-02 | update error messages in ui tests | Trevor Spiteri | -0/+16 |