| Age | Commit message (Expand) | Author | Lines |
| 2023-11-27 | Address unused tuple struct fields in the compiler | Jake Goulding | -3/+3 |
| 2023-11-27 | Print list of missing target features when calling a function with target fea... | Eduardo Sánchez Muñoz | -53/+101 |
| 2023-11-27 | Remove uses of `ResultsClonedCursor`. | Nicholas Nethercote | -3/+3 |
| 2023-11-27 | Remove one use of `as_results_cursor`. | Nicholas Nethercote | -4/+4 |
| 2023-11-26 | Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov | Guillaume Gomez | -4/+3 |
| 2023-11-26 | merge `DefKind::Coroutine` into `DefKind::Closure` | bohan | -4/+3 |
| 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 #118158 - nnethercote:reduce-fluent-boilerplate, r=compiler-e... | Michael Goulet | -4/+1 |
| 2023-11-25 | Rollup merge of #117651 - Zalathar:fold-sums, r=cjgillot | Michael Goulet | -205/+170 |
| 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 | Auto merge of #118075 - tmiasko:validate-critical-call-edges, r=cjgillot | bors | -2/+3 |
| 2023-11-25 | Auto merge of #118203 - nnethercote:rustc_mir_dataflow, r=cjgillot | bors | -45/+26 |
| 2023-11-25 | coverage: Assert that bcb0 starts with bb0 and has no in-edges | Zalathar | -0/+13 |
| 2023-11-25 | coverage: Eliminate `BcbBranch` | Zalathar | -104/+69 |
| 2023-11-25 | coverage: Extract `CoverageGraph::bcb_has_multiple_in_edges` | Zalathar | -9/+16 |
| 2023-11-25 | coverage: Simplify building coverage expressions based on sums | Zalathar | -71/+54 |
| 2023-11-25 | coverage: Use `BcbCounter` to build coverage expressions | Zalathar | -19/+16 |
| 2023-11-25 | coverage: Push down creation of a visited node's counter | Zalathar | -6/+7 |
| 2023-11-25 | coverage: Push down and inline `bcb_needs_branch_counters` | Zalathar | -9/+10 |
| 2023-11-25 | coverage: Rename parameter `branching_bcb` to `from_bcb` | Zalathar | -9/+7 |
| 2023-11-23 | Fix fn_sig_for_fn_abi and the coroutine transform for generators | bjorn3 | -1/+31 |
| 2023-11-24 | Remove unused arguments from `on_all_children_bits`. | Nicholas Nethercote | -34/+17 |
| 2023-11-23 | Remove an unneeded local variable. | Nicholas Nethercote | -11/+9 |
| 2023-11-22 | Replace `no_ord_impl` with `orderable`. | Nicholas Nethercote | -0/+1 |
| 2023-11-22 | Split critical call edges just before code generation | Tomasz Miąsko | -1/+1 |
| 2023-11-22 | Split critical call edges in coroutine drop shim | Tomasz Miąsko | -1/+2 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -53/+45 |
| 2023-11-20 | Auto merge of #117783 - tmiasko:inline-ret, r=cjgillot | bors | -134/+163 |
| 2023-11-20 | Fix insertion of statements to be executed along return edge in inlining | Tomasz Miąsko | -14/+44 |
| 2023-11-19 | Auto merge of #116828 - compiler-errors:nightlyify-rustc_type_ir, r=jackh726 | bors | -1/+1 |
| 2023-11-19 | Use let else to reduce indentation | Tomasz Miąsko | -124/+123 |
| 2023-11-18 | Auto merge of #117525 - GKFX:remove_option_payload_ptr, r=petrochenkov | bors | -32/+0 |
| 2023-11-18 | Begin nightly-ifying rustc_type_ir | Michael Goulet | -1/+1 |
| 2023-11-17 | rename bound region instantiation | lcnr | -4/+4 |
| 2023-11-16 | Remove option_payload_ptr; redundant to offset_of | George Bateman | -32/+0 |
| 2023-11-15 | Re-format code with new rustfmt | Mark Rousskov | -12/+28 |
| 2023-11-14 | Fix def-use check for call terminators | Tomasz Miąsko | -22/+33 |
| 2023-11-14 | Auto merge of #117801 - tmiasko:remove-zsts-fuel, r=cjgillot | bors | -6/+5 |
| 2023-11-12 | coverage: Avoid creating malformed macro name spans | Zalathar | -0/+6 |
| 2023-11-11 | Remove incorrect transformation from RemoveZsts | Tomasz Miąsko | -6/+5 |
| 2023-11-09 | Auto merge of #117712 - lcnr:expand-coroutine, r=jackh726 | bors | -9/+16 |
| 2023-11-08 | rename `BorrowKind::Shallow` to `Fake` | lcnr | -8/+15 |
| 2023-11-08 | generator layout: ignore fake borrows | lcnr | -1/+1 |
| 2023-11-07 | Add -Zcross-crate-inline-threshold=yes | Ben Kimock | -2/+8 |
| 2023-11-05 | Make the randomize feature of rustc_abi additive | hkalbasi | -2/+2 |
| 2023-11-04 | Auto merge of #113343 - saethlin:looser-alignment, r=RalfJung | bors | -51/+54 |
| 2023-11-04 | Check alignment of pointers only when read/written through | Ben Kimock | -51/+54 |
| 2023-11-01 | Auto merge of #114208 - GKFX:offset_of_enum, r=wesleywiser | bors | -6/+6 |
| 2023-11-01 | Auto merge of #113970 - cjgillot:assume-all-the-things, r=nikic | bors | -146/+183 |