| Age | Commit message (Expand) | Author | Lines |
| 2023-12-19 | Auto merge of #119112 - Nadrieril:remove-target_blocks-hack, r=matthewjasper | bors | -71/+65 |
| 2023-12-19 | Remove the `make_target_blocks` hack | Nadrieril | -71/+65 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -1/+1 |
| 2023-12-15 | Annotate some more bugs | Michael Goulet | -2/+6 |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -1/+1 |
| 2023-12-10 | Auto merge of #118692 - surechen:remove_unused_imports, r=petrochenkov | bors | -2/+0 |
| 2023-12-10 | remove redundant imports | surechen | -2/+0 |
| 2023-12-09 | s/const_effect/host_effect | Michael Goulet | -1/+1 |
| 2023-12-09 | Auto merge of #116170 - matthewjasper:remove-thir-destruction-scopes, r=cjgillot | bors | -111/+66 |
| 2023-12-08 | coverage: Use `SpanMarker` to mark the full condition of `if !` | Zalathar | -0/+5 |
| 2023-12-08 | coverage: Use `SpanMarker` to mark `continue` expressions. | Zalathar | -16/+8 |
| 2023-12-08 | coverage: Add `CoverageKind::SpanMarker` for including extra spans in MIR | Zalathar | -0/+13 |
| 2023-12-04 | Don't include destruction scopes in THIR | Matthew Jasper | -111/+66 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -3/+3 |
| 2023-11-30 | Auto merge of #118379 - compiler-errors:const-params-for-partialeq, r=fee1-dead | bors | -1/+6 |
| 2023-11-29 | Add `never_patterns` feature gate | Nadrieril | -0/+9 |
| 2023-11-28 | Add with_opt_const_effect_param helper, simplify | Michael Goulet | -8/+6 |
| 2023-11-28 | Fix PartialEq args when #[const_trait] is enabled | Michael Goulet | -1/+8 |
| 2023-11-26 | Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov | Guillaume Gomez | -8/+8 |
| 2023-11-26 | merge `DefKind::Coroutine` into `DefKind::Closure` | bohan | -8/+8 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -3/+3 |
| 2023-11-22 | Replace `no_ord_impl` with `orderable`. | Nicholas Nethercote | -0/+1 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -19/+19 |
| 2023-11-19 | Rollup merge of #117832 - RalfJung:interpret-shift, r=cjgillot | Michael Goulet | -4/+5 |
| 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-12 | interpret: simplify handling of shifts by no longer trying to handle signed a... | Ralf Jung | -4/+5 |
| 2023-11-08 | rename `BorrowKind::Shallow` to `Fake` | lcnr | -2/+2 |
| 2023-11-07 | Build pre-coroutine-transform coroutine body | Michael Goulet | -11/+1 |
| 2023-11-06 | Build a better MIR body when errors are encountered | Michael Goulet | -29/+59 |
| 2023-11-03 | clone less | Matthias Krüger | -1/+1 |
| 2023-11-01 | Auto merge of #116692 - Nadrieril:half-open-ranges, r=cjgillot | bors | -79/+14 |
| 2023-10-30 | Some more coroutine renamings | Michael Goulet | -4/+4 |
| 2023-10-27 | Auto merge of #103208 - cjgillot:match-fake-read, r=oli-obk,RalfJung | bors | -29/+39 |
| 2023-10-27 | Abstract over `PatRange` boundary value | Nadrieril | -79/+14 |
| 2023-10-25 | Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naber | bors | -13/+29 |
| 2023-10-24 | Update documentation. | Camille GILLOT | -3/+3 |
| 2023-10-24 | Use `PlaceMention` for match scrutinees. | Camille GILLOT | -26/+36 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -55/+55 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -15/+15 |
| 2023-10-18 | coverage: Attach an optional `FunctionCoverageInfo` to `mir::Body` | Zalathar | -0/+1 |
| 2023-10-16 | Address review comments | Matthew Jasper | -15/+4 |
| 2023-10-16 | Fix inline const pattern unsafety checking in THIR | Matthew Jasper | -14/+41 |
| 2023-10-15 | Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb | bors | -52/+87 |
| 2023-10-14 | Propagate pattern errors via a new `PatKind::Error` variant | Nadrieril | -4/+9 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -52/+87 |
| 2023-10-05 | Auto merge of #116427 - cjgillot:no-internal, r=oli-obk | bors | -10/+3 |
| 2023-10-05 | Rollup merge of #116223 - catandcoder:master, r=cjgillot | Jubilee | -1/+1 |
| 2023-10-04 | Remove mir::LocalDecl::internal. | Camille GILLOT | -10/+3 |