| Age | Commit message (Expand) | Author | Lines |
| 2023-11-30 | Auto merge of #118379 - compiler-errors:const-params-for-partialeq, r=fee1-dead | bors | -3/+16 |
| 2023-11-29 | Rollup merge of #118333 - eduardosm:print-missing-target-features, r=est31 | Matthias Krüger | -16/+89 |
| 2023-11-29 | Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors | Matthias Krüger | -1/+22 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -1/+22 |
| 2023-11-28 | Add with_opt_const_effect_param helper, simplify | Michael Goulet | -18/+15 |
| 2023-11-28 | Fix PartialEq args when #[const_trait] is enabled | Michael Goulet | -3/+19 |
| 2023-11-28 | thir-unsafeck: print list of missing target features when calling a function ... | Eduardo Sánchez Muñoz | -16/+89 |
| 2023-11-28 | Auto merge of #118405 - matthiaskrgr:rollup-3a2eevc, r=matthiaskrgr | bors | -2/+8 |
| 2023-11-28 | Auto merge of #118282 - fee1-dead-contrib:enforce-more, r=compiler-errors | bors | -4/+4 |
| 2023-11-26 | Simplify indenting in THIR printing | Mark Rousskov | -2/+8 |
| 2023-11-26 | Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov | Guillaume Gomez | -20/+20 |
| 2023-11-26 | Rollup merge of #118302 - mu001999:dead_code/clean, r=cjgillot | Guillaume Gomez | -149/+3 |
| 2023-11-26 | merge `DefKind::Coroutine` into `DefKind::Closure` | bohan | -20/+20 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -10/+10 |
| 2023-11-26 | Auto merge of #118300 - compiler-errors:rollup-cm3i8fg, r=compiler-errors | bors | -5/+2 |
| 2023-11-26 | Clean dead codes | r0cky | -149/+3 |
| 2023-11-26 | Auto merge of #117611 - Nadrieril:linear-pass-take-4, r=cjgillot | bors | -764/+1013 |
| 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 | -4/+1 |
| 2023-11-26 | Use `rustc_fluent_macro::fluent_messages!` directly. | Nicholas Nethercote | -3/+1 |
| 2023-11-26 | Avoid need for `{D,Subd}iagnosticMessage` imports. | Nicholas Nethercote | -1/+0 |
| 2023-11-25 | is_{some,ok}_and | Michael Goulet | -1/+1 |
| 2023-11-25 | Review comment | Michael Goulet | -20/+8 |
| 2023-11-25 | make sure we still eagerly emit errors | Michael Goulet | -2/+4 |
| 2023-11-25 | Remove mir::Const::from_anon_const | Michael Goulet | -4/+22 |
| 2023-11-25 | effects: Run `enforce_context_effects` for all method calls | Deadbeef | -4/+4 |
| 2023-11-22 | Replace `no_ord_impl` with `orderable`. | Nicholas Nethercote | -0/+1 |
| 2023-11-22 | Separate `PatStack` and `MatrixRow` | Nadrieril | -42/+90 |
| 2023-11-22 | Clarify the `Wildcard`/`Missing` situation | Nadrieril | -43/+59 |
| 2023-11-22 | Cleanup span passing | Nadrieril | -30/+31 |
| 2023-11-22 | Store wildcard row in the matrix | Nadrieril | -39/+48 |
| 2023-11-22 | Fully rework the algorithm and its explanation | Nadrieril | -638/+748 |
| 2023-11-22 | Keep rows with guards in the matrix | Nadrieril | -46/+38 |
| 2023-11-22 | Respect `split` invariants for `Opaque`s | Nadrieril | -25/+59 |
| 2023-11-22 | Abstract over the list of `WitnessStack`s | Nadrieril | -69/+106 |
| 2023-11-22 | Tweak `lower_pattern` | Nadrieril | -2/+4 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -86/+79 |
| 2023-11-19 | Rollup merge of #117832 - RalfJung:interpret-shift, r=cjgillot | Michael Goulet | -4/+5 |
| 2023-11-17 | rename bound region instantiation | lcnr | -1/+1 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -5/+7 |
| 2023-11-14 | Rollup merge of #117686 - compiler-errors:gen-body, r=wesleywiser | Matthias Krüger | -11/+1 |
| 2023-11-14 | Auto merge of #117330 - tmiasko:custom-mir-cleanup-blocks, r=cjgillot | bors | -36/+108 |
| 2023-11-14 | Custom MIR: Support cleanup blocks | Tomasz Miąsko | -36/+108 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -1/+1 |
| 2023-11-12 | interpret: simplify handling of shifts by no longer trying to handle signed a... | Ralf Jung | -4/+5 |
| 2023-11-09 | Auto merge of #117712 - lcnr:expand-coroutine, r=jackh726 | bors | -5/+5 |
| 2023-11-08 | rename `BorrowKind::Shallow` to `Fake` | lcnr | -5/+5 |
| 2023-11-08 | Auto merge of #116930 - RalfJung:raw-ptr-match, r=davidtwco | bors | -30/+31 |
| 2023-11-08 | avoid unnecessary nested conditionals | Ralf Jung | -11/+9 |
| 2023-11-07 | Build pre-coroutine-transform coroutine body | Michael Goulet | -11/+1 |