| Age | Commit message (Expand) | Author | Lines |
| 2024-06-23 | Replace `f16` and `f128` pattern matching stubs with real implementations | Trevor Gross | -2/+2 |
| 2024-06-22 | Change comment to reflect switch to THIR unsafeck | Nadrieril | -14/+10 |
| 2024-06-22 | Reuse `lower_let_expr` for `let .. else` lowering | Nadrieril | -87/+49 |
| 2024-06-22 | Don't use fake wildcards when we can get the failure block directly | Nadrieril | -50/+59 |
| 2024-06-21 | Save 2 pointers in `TerminatorKind` (96 → 80 bytes) | Scott McMurray | -8/+10 |
| 2024-06-20 | [GVN] Add tests for generic pointees with PtrMetadata | Scott McMurray | -0/+4 |
| 2024-06-19 | Move `lower_match_tree` | Nadrieril | -65/+64 |
| 2024-06-19 | There's nothing to bind for a wildcard | Nadrieril | -8/+1 |
| 2024-06-19 | Small dedup | Nadrieril | -18/+15 |
| 2024-06-19 | Only one caller of `lower_match_tree` was using the fake borrows | Nadrieril | -31/+17 |
| 2024-06-19 | We can traverse bindings before `lower_match_tree` now | Nadrieril | -50/+98 |
| 2024-06-19 | Auto merge of #126679 - fmease:rollup-njrv2py, r=fmease | bors | -23/+48 |
| 2024-06-19 | Rollup merge of #125766 - RenjiSann:fresh-mcdc-branch-on-bool, r=nnethercote | León Orell Valerian Liehr | -23/+48 |
| 2024-06-19 | Rollup merge of #126553 - Nadrieril:expand-or-pat-into-above, r=matthewjasper | León Orell Valerian Liehr | -97/+120 |
| 2024-06-19 | coverage: Make MCDC take in account last RHS of condition-coverage | Dorian Péron | -23/+48 |
| 2024-06-18 | Remove redundant argument from `subdiagnostic` method | Oli Scherer | -1/+1 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -3/+3 |
| 2024-06-16 | Expand or-candidates mixed with candidates above | Nadrieril | -97/+79 |
| 2024-06-16 | Factor out `finalize_or_candidate` | Nadrieril | -18/+42 |
| 2024-06-16 | Use `otherwise_block` for or-pattern shortcutting | Nadrieril | -3/+8 |
| 2024-06-16 | Always set `otherwise_block`s | Nadrieril | -13/+20 |
| 2024-06-16 | Tweak simple or-pattern expansion | Nadrieril | -16/+21 |
| 2024-06-15 | Rollup merge of #126354 - compiler-errors:variance, r=lcnr | Matthias Krüger | -4/+4 |
| 2024-06-14 | Use is_lang_item more aggressively | Michael Goulet | -3/+5 |
| 2024-06-12 | Use Variance glob import everywhere | Michael Goulet | -4/+4 |
| 2024-06-12 | Add TODO comment to unsafe env modification | Tobias Bucher | -0/+8 |
| 2024-06-12 | Use `tidy` to sort crate attributes for all compiler crates. | Nicholas Nethercote | -0/+2 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -17/+13 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -9/+14 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -1/+5 |
| 2024-06-06 | Auto merge of #126056 - matthiaskrgr:rollup-ytwg62v, r=matthiaskrgr | bors | -34/+47 |
| 2024-06-05 | Don't trigger `unsafe_op_in_unsafe_fn` for deprecated safe fns | Tobias Bucher | -34/+47 |
| 2024-06-05 | Add `Ty` to `mir::Const::Ty` | Boxy | -17/+26 |
| 2024-06-05 | Add `Ty` to `ConstKind::Value` | Boxy | -3/+3 |
| 2024-06-05 | Basic removal of `Ty` from places (boring) | Boxy | -4/+2 |
| 2024-06-04 | Add safe/unsafe to static inside extern blocks | Santiago Pastorino | -1/+5 |
| 2024-06-04 | Reduce `pub` exposure. | Nicholas Nethercote | -275/+275 |
| 2024-06-04 | Remove out-of-date comment. | Nicholas Nethercote | -2/+0 |
| 2024-05-31 | Rollup merge of #125756 - Zalathar:branch-on-bool, r=oli-obk | Matthias Krüger | -2/+63 |
| 2024-05-30 | Auto merge of #124636 - tbu-:pr_env_unsafe, r=petrochenkov | bors | -5/+44 |
| 2024-05-30 | Rollup merge of #125754 - Zalathar:conditions-num, r=lqd | Matthias Krüger | -17/+17 |
| 2024-05-30 | Rollup merge of #125711 - oli-obk:const_block_ice2, r=Nadrieril | Matthias Krüger | -21/+6 |
| 2024-05-30 | coverage: Instrument the RHS value of lazy logical operators | Zalathar | -2/+63 |
| 2024-05-30 | coverage: Rename MC/DC `conditions_num` to `num_conditions` | Zalathar | -17/+17 |
| 2024-05-30 | Add `deprecated_safe` lint | Tobias Bucher | -2/+36 |
| 2024-05-29 | Make `std::env::{set_var, remove_var}` unsafe in edition 2024 | Tobias Bucher | -4/+9 |
| 2024-05-29 | Rollup merge of #125700 - Zalathar:limit-overflow, r=nnethercote | Matthias Krüger | -2/+3 |
| 2024-05-29 | coverage: Avoid overflow when the MC/DC condition limit is exceeded | Zalathar | -2/+3 |
| 2024-05-29 | Make `body_owned_by` return the body directly. | Oli Scherer | -21/+6 |
| 2024-05-28 | Add custom mir support for `PtrMetadata` | Scott McMurray | -0/+1 |