| Age | Commit message (Expand) | Author | Lines |
| 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 | Fix unused_parens when cast is followed LT | yukang | -12/+22 |
| 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 |
| 2023-11-22 | rustc_lint: remove superfluous assertion | Tamir Duberstein | -1/+0 |
| 2023-11-22 | Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin | bors | -16/+5 |
| 2023-11-22 | Auto merge of #112380 - jieyouxu:useless-bindings-lint, r=WaffleLapkin | bors | -0/+82 |
| 2023-11-22 | Stabilize RFC3324 dyn upcasting coercion | Urgau | -16/+5 |
| 2023-11-22 | Auto merge of #118125 - nnethercote:custom_encodable, r=compiler-errors | bors | -1/+0 |
| 2023-11-22 | Replace `custom_encodable` with `encodable`. | Nicholas Nethercote | -1/+0 |
| 2023-11-22 | Auto merge of #118071 - Urgau:check-cfg-cargo-feature, r=petrochenkov | bors | -0/+2 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -73/+73 |
| 2023-11-21 | Improve diagnostic for unexpected feature config name from Cargo | Urgau | -0/+2 |
| 2023-11-21 | Rollup merge of #117522 - Urgau:check-cfg-cli-own-lint, r=petrochenkov | Nilstrieb | -41/+0 |
| 2023-11-20 | Bump future release warning mode | Michael Goulet | -1/+1 |
| 2023-11-20 | Don't consider regions in deref_into_dyn_supertrait lint | Michael Goulet | -5/+11 |
| 2023-11-20 | Add allow-by-default lint for unit bindings | 许杰友 Jieyou Xu (Joe) | -0/+82 |
| 2023-11-18 | catch pinned `must_use` types in `unused_must_use` | Max Niederman | -0/+18 |
| 2023-11-18 | Remove --check-cfg checking of --cfg args | Urgau | -41/+0 |
| 2023-11-17 | Rollup merge of #117549 - DaniPopes:more-copied, r=b-naber | Matthias Krüger | -1/+1 |
| 2023-11-17 | rename bound region instantiation | lcnr | -5/+5 |
| 2023-11-17 | Move `lint_store` from `GlobalCtxt` to `Session`. | Nicholas Nethercote | -9/+15 |
| 2023-11-17 | Remove dead lint code. | Nicholas Nethercote | -33/+5 |
| 2023-11-15 | Bump cfg(bootstrap)s | Mark Rousskov | -2/+2 |
| 2023-11-15 | Auto merge of #117908 - lcnr:region-kind-rename, r=BoxyUwU | bors | -2/+2 |
| 2023-11-14 | Fix some typos | cui fliter | -1/+1 |
| 2023-11-14 | finish `RegionKind` rename | lcnr | -2/+2 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -11/+9 |
| 2023-11-03 | compiler: use `copied` instead of manual `map` | DaniPopes | -1/+1 |