| Age | Commit message (Expand) | Author | Lines |
| 2024-03-04 | Improve wording of static_mut_ref | Obei Sideg | -7/+7 |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -5/+5 |
| 2024-01-30 | Rollup merge of #120293 - estebank:issue-102629, r=nnethercote | Guillaume Gomez | -2/+2 |
| 2024-01-29 | Move multiple UI issue tests to subdirectories | Marek 'seqre' Grzelak | -0/+0 |
| 2024-01-24 | Deduplicate more sized errors on call exprs | Esteban Küber | -2/+2 |
| 2024-01-20 | Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnr | bors | -11/+24 |
| 2024-01-19 | Always use RevealAll for const eval queries | Oli Scherer | -11/+24 |
| 2024-01-13 | Bless tests | George-lewis | -0/+6 |
| 2024-01-11 | Silence follow up errors if astconv already errored | Oli Scherer | -9/+2 |
| 2024-01-09 | Auto merge of #117449 - oli-obk:query_merge_immobile_game, r=matthewjasper | bors | -8/+59 |
| 2024-01-09 | Avoid silencing relevant follow-up errors | Oli Scherer | -8/+59 |
| 2024-01-09 | Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwco | Guillaume Gomez | -65/+40 |
| 2024-01-07 | Split note, fix const/static impl trait error | Michael Goulet | -8/+16 |
| 2024-01-07 | Update test for `E0796` and `static_mut_ref` lint | Obei Sideg | -65/+40 |
| 2024-01-05 | Stabilize THIR unsafeck | Matthew Jasper | -2/+2 |
| 2024-01-05 | Remove revisions for THIR unsafeck | Matthew Jasper | -60/+6 |
| 2024-01-05 | Auto merge of #118297 - shepmaster:warn-dead-tuple-fields, r=WaffleLapkin | bors | -29/+29 |
| 2024-01-05 | Auto merge of #117213 - oli-obk:check_item_type_cleanup, r=estebank | bors | -1/+1 |
| 2024-01-03 | Make `derive(Trait)` suggestion more accurate | Esteban Küber | -5/+0 |
| 2024-01-02 | Adjust compiler tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -29/+29 |
| 2024-01-02 | Reorder `check_item_type` diagnostics so they occur next to the corresponding... | Oli Scherer | -1/+1 |
| 2023-12-27 | Rollup merge of #119175 - veera-sivarajan:fix-cast-to-slice, r=WaffleLapkin | Matthias Krüger | -7/+3 |
| 2023-12-20 | Update existing tests | Veera | -7/+3 |
| 2023-12-19 | rename to verbose-internals | jyn | -1/+1 |
| 2023-12-18 | Adjust the ignore-compare-mode-next-solver for hangs | Michael Goulet | -5/+5 |
| 2023-12-14 | update use of feature flags | lcnr | -2/+2 |
| 2023-12-13 | Tweak `short_ty_string` to reduce number of files | Esteban Küber | -1/+1 |
| 2023-12-13 | Rollup merge of #118759 - compiler-errors:bare-unit-structs, r=petrochenkov | Matthias Krüger | -8/+11 |
| 2023-12-12 | Rollup merge of #117914 - estebank:issue-85843, r=wesleywiser | Matthias Krüger | -1/+5 |
| 2023-12-11 | Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwco | bors | -0/+3 |
| 2023-12-10 | remove redundant imports | surechen | -5/+0 |
| 2023-12-08 | Support bare unit structs in destructuring assignments | Michael Goulet | -8/+11 |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -14/+14 |
| 2023-12-06 | Adjust tests for newly added ambiguous_wide_pointer_comparisons lint | Urgau | -0/+3 |
| 2023-12-01 | Tweak unclosed generics errors | Esteban Küber | -3/+2 |
| 2023-11-30 | Rollup merge of #118453 - estebank:priv-fields, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-11-29 | Make `parse_pat_ident` not recover bad name | Esteban Küber | -1/+3 |
| 2023-11-29 | Tweak message on ADT with private fields building | Esteban Küber | -1/+1 |
| 2023-11-24 | Manual find replace updates | Nilstrieb | -7/+7 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -386/+386 |
| 2023-11-20 | On borrow return type, suggest borrowing from arg or owned return type | Esteban Küber | -1/+5 |
| 2023-11-19 | Rollup merge of #117110 - estebank:deref-field-suggestion, r=b-naber | Takayuki Maeda | -14/+21 |
| 2023-11-18 | Auto merge of #117924 - estebank:issue-53841, r=petrochenkov | bors | -0/+3 |
| 2023-11-18 | When a local binding shadows a fn, point at fn def in call failure | Esteban Küber | -0/+3 |
| 2023-11-17 | Auto merge of #118023 - matthiaskrgr:rollup-i9skwic, r=matthiaskrgr | bors | -11/+0 |
| 2023-11-17 | Rollup merge of #117338 - workingjubilee:asmjs-meets-thanatos, r=b-naber | Matthias Krüger | -11/+0 |
| 2023-11-16 | recover primary span label | Esteban Küber | -15/+17 |
| 2023-11-16 | Suggest `unwrap()` on field not found for `Result`/`Option` | Esteban Küber | -1/+6 |
| 2023-11-16 | Suggest field typo through derefs | Esteban Küber | -3/+3 |
| 2023-11-16 | More detail when expecting expression but encountering bad macro argument | Esteban Küber | -2/+2 |