| Age | Commit message (Expand) | Author | Lines |
| 2023-12-19 | Plumb awaitness of for loops | Eric Holk | -3/+3 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -2/+2 |
| 2023-12-15 | Rollup merge of #118989 - compiler-errors:lint-decorator-2, r=WaffleLapkin | Jubilee | -45/+11 |
| 2023-12-16 | Simplify lint decorator derive too | Michael Goulet | -45/+11 |
| 2023-12-16 | Remove the lint outright | Michael Goulet | -0/+5 |
| 2023-12-15 | Fix comments | Michael Goulet | -11/+0 |
| 2023-12-15 | Don't pass lint back out of lint decorator | Michael Goulet | -36/+16 |
| 2023-12-14 | Recurse into let bindings if possible in ref casting lint | Urgau | -1/+6 |
| 2023-12-14 | Refactor and rename some functions in ref casting lint | Urgau | -40/+54 |
| 2023-12-14 | Extract casting detection logic in it's own function | Urgau | -19/+24 |
| 2023-12-13 | Auto merge of #118213 - Urgau:check-cfg-diagnostics-rustc-cargo, r=petrochenkov | bors | -3/+48 |
| 2023-12-13 | Add more suggestion to unexpected cfg names and values | Urgau | -3/+48 |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -4/+4 |
| 2023-12-11 | Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwco | bors | -8/+242 |
| 2023-12-11 | Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler... | bors | -1/+0 |
| 2023-12-11 | Add spacing information to delimiters. | Nicholas Nethercote | -1/+1 |
| 2023-12-10 | Auto merge of #118692 - surechen:remove_unused_imports, r=petrochenkov | bors | -4/+0 |
| 2023-12-10 | Revert "Don't print host effect param in pretty path_generic_args" | Deadbeef | -1/+0 |
| 2023-12-10 | remove redundant imports | surechen | -4/+0 |
| 2023-12-09 | Don't print host effect param in pretty path_generic_args | Michael Goulet | -0/+1 |
| 2023-12-08 | Rename some more coro_kind -> coroutine_kind | Michael Goulet | -4/+5 |
| 2023-12-08 | Introduce closure_id method on CoroutineKind | Michael Goulet | -8/+2 |
| 2023-12-08 | Auto merge of #118420 - compiler-errors:async-gen, r=eholk | bors | -12/+11 |
| 2023-12-08 | Make some matches exhaustive to avoid bugs, fix tools | Michael Goulet | -12/+11 |
| 2023-12-08 | coro_kind -> coroutine_kind | Michael Goulet | -2/+2 |
| 2023-12-08 | Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-errors | bors | -11/+15 |
| 2023-12-06 | Rollup merge of #118504 - compiler-errors:must-use, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2023-12-06 | Auto merge of #118605 - fee1-dead-contrib:rm-rustc_host, r=compiler-errors | bors | -3/+3 |
| 2023-12-06 | Add warn-by-default lint against ambiguous wide pointer comparisons | Urgau | -8/+242 |
| 2023-12-05 | Remove `#[rustc_host]`, use internal desugaring | Deadbeef | -3/+3 |
| 2023-12-04 | Option<CoroutineKind> | Eric Holk | -4/+8 |
| 2023-12-04 | Merge Async and Gen into CoroutineKind | Eric Holk | -2/+6 |
| 2023-12-03 | Parse a pattern with no arm | Nadrieril | -11/+15 |
| 2023-12-02 | Auto merge of #118470 - nnethercote:cleanup-error-handlers, r=compiler-errors | bors | -1/+1 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -1/+1 |
| 2023-12-01 | vis note for no pub reexports glob import | bohan | -0/+4 |
| 2023-11-30 | Enforce must_use on associated types and RPITITs | Michael Goulet | -1/+1 |
| 2023-11-29 | Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -1/+1 |
| 2023-11-28 | Rename `BinOpKind::lazy` as `BinOpKind::is_lazy`. | Nicholas Nethercote | -2/+2 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -2/+2 |
| 2023-11-25 | Rollup merge of #118288 - compiler-errors:is_some_and, r=lqd,dtolnay | Michael Goulet | -1/+1 |
| 2023-11-25 | Rollup merge of #118158 - nnethercote:reduce-fluent-boilerplate, r=compiler-e... | Michael Goulet | -3/+1 |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -2/+1 |
| 2023-11-26 | Avoid need for `{D,Subd}iagnosticMessage` imports. | Nicholas Nethercote | -1/+0 |
| 2023-11-25 | Rollup merge of #118017 - tamird:better-safety, r=cjgillot | Guillaume Gomez | -4/+7 |
| 2023-11-25 | is_{some,ok}_and | Michael Goulet | -1/+1 |
| 2023-11-24 | Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)` | David Tolnay | -10/+6 |
| 2023-11-22 | Rework supertrait lint once again | Michael Goulet | -21/+35 |
| 2023-11-22 | rustc_session: implement latent TODO | Tamir Duberstein | -3/+7 |