| Age | Commit message (Expand) | Author | Lines |
| 2024-09-20 | Auto merge of #124895 - obeis:static-mut-hidden-ref, r=compiler-errors | bors | -7/+0 |
| 2024-09-16 | Don't ICE when RPITIT captures more method args than trait definition | Michael Goulet | -5/+10 |
| 2024-09-13 | Disallow hidden references to mutable static | Obei Sideg | -7/+0 |
| 2024-09-13 | Auto merge of #107251 - dingxiangfei2009:let-chain-rescope, r=jieyouxu | bors | -2/+12 |
| 2024-09-12 | Rollup merge of #130250 - compiler-errors:useless-conversion, r=jieyouxu | Stuart Cook | -2/+2 |
| 2024-09-12 | Rollup merge of #130235 - compiler-errors:nested-if, r=michaelwoerister | Stuart Cook | -38/+34 |
| 2024-09-11 | Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errors | Jubilee | -1/+1 |
| 2024-09-11 | clippy::useless_conversion | Michael Goulet | -2/+2 |
| 2024-09-11 | Also fix if in else | Michael Goulet | -32/+30 |
| 2024-09-11 | Simplify some nested if statements | Michael Goulet | -6/+4 |
| 2024-09-11 | rescope temp lifetime in let-chain into IfElse | Ding Xiang Fei | -2/+12 |
| 2024-09-09 | Ban non-array SIMD | Scott McMurray | -20/+22 |
| 2024-09-09 | Remove needless returns detected by clippy in the compiler | Eduardo Sánchez Muñoz | -1/+1 |
| 2024-09-05 | Rollup merge of #129664 - adetaylor:arbitrary-self-types-pointers-feature-gat... | Matthias Krüger | -19/+63 |
| 2024-09-02 | chore: Fix typos in 'compiler' (batch 1) | Alexander Cyon | -1/+1 |
| 2024-08-30 | Some code review suggestions. | Adrian Taylor | -20/+18 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`. | Nicholas Nethercote | -0/+5 |
| 2024-08-27 | Auto merge of #128506 - compiler-errors:by-move-body, r=cjgillot | bors | -1/+2 |
| 2024-08-27 | Arbitrary self types v2: pointers feature gate. | Adrian Taylor | -19/+65 |
| 2024-08-27 | Add `warn(unreachable_pub)` to `rustc_hir_analysis`. | Nicholas Nethercote | -5/+5 |
| 2024-08-26 | Stop using a special inner body for the coroutine by-move body for async clos... | Michael Goulet | -1/+2 |
| 2024-08-24 | repr_transparent_external_private_fields: treat `rustc_pub_transparent` types... | Pavel Grigorenko | -1/+2 |
| 2024-08-23 | Rollup merge of #129417 - compiler-errors:refine-err, r=lqd | Matthias Krüger | -1/+6 |
| 2024-08-23 | Rollup merge of #129386 - cjgillot:local-resolved-arg, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2024-08-22 | Don't trigger refinement lint if predicates reference errors | Michael Goulet | -1/+6 |
| 2024-08-22 | Auto merge of #129365 - matthiaskrgr:rollup-ebwx6ya, r=matthiaskrgr | bors | -1/+1 |
| 2024-08-22 | Use a LocalDefId in ResolvedArg. | Camille GILLOT | -2/+2 |
| 2024-08-21 | Point at explicit `'static` obligations on a trait | Esteban Küber | -1/+1 |
| 2024-08-21 | Rollup merge of #129345 - compiler-errors:scratch4, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-08-21 | Simplify some redundant field names | Michael Goulet | -1/+1 |
| 2024-08-21 | Use bool in favor of Option<()> for diagnostics | Michael Goulet | -3/+2 |
| 2024-08-16 | Use FnSig instead of raw FnDecl for ForeignItemKind::Fn | Michael Goulet | -5/+5 |
| 2024-08-14 | Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors | bors | -2/+2 |
| 2024-08-12 | Rollup merge of #128978 - compiler-errors:assert-matches, r=jieyouxu | Guillaume Gomez | -4/+6 |
| 2024-08-11 | Use assert_matches around the compiler | Michael Goulet | -4/+6 |
| 2024-08-10 | Differentiate between methods and associated functions | Esteban Küber | -11/+3 |
| 2024-08-09 | Shrink `TyKind::FnPtr`. | Nicholas Nethercote | -2/+2 |
| 2024-08-08 | Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen | Michael Goulet | -1/+1 |
| 2024-08-06 | Auto merge of #125558 - Amanieu:const-asm-type, r=lcnr | bors | -25/+15 |
| 2024-07-30 | Auto merge of #128250 - Amanieu:select_unpredictable, r=nikic | bors | -0/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -63/+59 |
| 2024-07-28 | Force LLVM to use CMOV for binary search | Amanieu d'Antras | -0/+2 |
| 2024-07-26 | Auto merge of #121676 - Bryanskiy:polarity, r=petrochenkov | bors | -1/+1 |
| 2024-07-26 | Rollup merge of #127220 - BoxyUwU:dropck_handle_extra_impl_params, r=compiler... | Matthias Krüger | -9/+25 |
| 2024-07-25 | Apply suggestions from code review | Folkert de Vries | -1/+1 |
| 2024-07-25 | apply fix suggested by lcnr | Folkert | -39/+13 |
| 2024-07-25 | Tweak type inference for `const` operands in inline asm | Amanieu d'Antras | -4/+20 |
| 2024-07-25 | Support ?Trait bounds in supertraits and dyn Trait under a feature gate | Bryanskiy | -1/+1 |
| 2024-07-21 | Move all error reporting into rustc_trait_selection | Michael Goulet | -9/+7 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -16/+39 |