| Age | Commit message (Expand) | Author | Lines |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -9/+317 |
| 2024-02-25 | Auto merge of #121591 - matthiaskrgr:rollup-8wfhh3v, r=matthiaskrgr | bors | -311/+405 |
| 2024-02-25 | Rollup merge of #121586 - gurry:121532-ice-unwrap-on-none, r=cjgillot | Matthias Krüger | -5/+9 |
| 2024-02-25 | Rollup merge of #121409 - compiler-errors:atb-cycle, r=cjgillot | Matthias Krüger | -8/+22 |
| 2024-02-25 | Rollup merge of #121324 - Nadrieril:unspecialize, r=cjgillot | Matthias Krüger | -15/+21 |
| 2024-02-25 | Rollup merge of #121060 - clubby789:bool-newtypes, r=cjgillot | Matthias Krüger | -205/+330 |
| 2024-02-25 | Rollup merge of #120805 - RalfJung:const-pat-partial-eq, r=oli-obk | Matthias Krüger | -67/+19 |
| 2024-02-25 | Rollup merge of #119590 - ChrisDenton:cfg-target-abi, r=Nilstrieb | Matthias Krüger | -11/+4 |
| 2024-02-25 | Cranelift: Don't use raw-dylib in std | Chris Denton | -0/+47 |
| 2024-02-25 | Don't use `unwrap()` in `ArrayIntoIter` lint when typeck fails | Gurinder Singh | -5/+9 |
| 2024-02-25 | make non-PartialEq-typed consts as patterns a hard error | Ralf Jung | -67/+19 |
| 2024-02-25 | Auto merge of #121114 - Nilstrieb:no-inline!, r=saethlin | bors | -0/+9 |
| 2024-02-25 | Auto merge of #120650 - clubby789:switchint-const, r=saethlin | bors | -5/+13 |
| 2024-02-24 | Auto merge of #121569 - matthiaskrgr:rollup-awglrax, r=matthiaskrgr | bors | -163/+253 |
| 2024-02-24 | Rollup merge of #121556 - GrigorenkoPV:addr_of, r=Nilstrieb | Matthias Krüger | -9/+9 |
| 2024-02-24 | Rollup merge of #121515 - RalfJung:fallible-promotion, r=oli-obk | Matthias Krüger | -3/+26 |
| 2024-02-24 | Rollup merge of #121374 - Nadrieril:factor-explain, r=matthewjasper | Matthias Krüger | -151/+218 |
| 2024-02-24 | Auto merge of #121549 - matthiaskrgr:rollup-1hvu3lb, r=matthiaskrgr | bors | -58/+78 |
| 2024-02-24 | Stabilize `cfg_target_abi` | Chris Denton | -11/+4 |
| 2024-02-24 | Add `#[rustc_no_mir_inline]` for standard library UB checks | Nilstrieb | -0/+9 |
| 2024-02-24 | Auto merge of #121523 - matthiaskrgr:comp_comp, r=Nilstrieb | bors | -95/+62 |
| 2024-02-24 | compiler: use `addr_of!` | Pavel Grigorenko | -9/+9 |
| 2024-02-24 | Rollup merge of #121539 - Enselic:fix-large-move, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-02-24 | Rollup merge of #121522 - RalfJung:insert-extract-boundscheck, r=oli-obk | Matthias Krüger | -41/+50 |
| 2024-02-24 | Rollup merge of #121520 - matthiaskrgr:cloned, r=jackh726 | Matthias Krüger | -16/+19 |
| 2024-02-24 | Rollup merge of #121435 - estebank:rpitit-static-119773, r=compiler-errors | Matthias Krüger | -0/+8 |
| 2024-02-24 | promotion: don't promote int::MIN / -1 | Ralf Jung | -3/+26 |
| 2024-02-24 | compiler/rustc_target/src/spec/base/apple/tests.rs: Avoid unnecessary large move | Martin Nordholts | -1/+1 |
| 2024-02-24 | Tweak debug!() call | Guillaume Boisseau | -1/+1 |
| 2024-02-23 | compiler: clippy::complexity fixes | Matthias Krüger | -95/+62 |
| 2024-02-23 | interpret: do no ICE on OOB shuffle/insert/extract indices | Ralf Jung | -8/+12 |
| 2024-02-23 | check that simd_insert/extract indices are in-bounds | Ralf Jung | -33/+38 |
| 2024-02-23 | delay cloning of iterator items | Matthias Krüger | -16/+19 |
| 2024-02-23 | Rollup merge of #121495 - cuishuang:master, r=clubby789 | Matthias Krüger | -2/+2 |
| 2024-02-23 | Rollup merge of #121492 - Zalathar:hole, r=fmease | Matthias Krüger | -65/+62 |
| 2024-02-23 | Rollup merge of #121470 - clubby789:anon-struct-in-enum, r=fmease | Matthias Krüger | -1/+14 |
| 2024-02-23 | Rollup merge of #120742 - Nadrieril:use-min_exh_pats, r=compiler-errors | Matthias Krüger | -3/+5 |
| 2024-02-23 | Don't ICE on anonymous struct in enum variant | clubby789 | -1/+14 |
| 2024-02-23 | Auto merge of #121491 - matthiaskrgr:rollup-wkzqawy, r=matthiaskrgr | bors | -48/+77 |
| 2024-02-23 | Use `br` instead of conditional when branching on constant | clubby789 | -5/+13 |
| 2024-02-23 | remove repetitive words | cui fliter | -2/+2 |
| 2024-02-23 | Auto merge of #121442 - lcnr:region-var-universe-uwu, r=compiler-errors | bors | -96/+130 |
| 2024-02-23 | coverage: Rename `is_closure` to `is_hole` | Zalathar | -60/+59 |
| 2024-02-23 | coverage: Remove some lingering references to `pending_dups` | Zalathar | -6/+4 |
| 2024-02-23 | Rollup merge of #121484 - Zalathar:this, r=oli-obk | Matthias Krüger | -7/+6 |
| 2024-02-23 | Rollup merge of #121482 - nnethercote:fix-121455, r=oli-obk | Matthias Krüger | -1/+4 |
| 2024-02-23 | Rollup merge of #121480 - nnethercote:fix-more-121208-fallout, r=lcnr | Matthias Krüger | -10/+9 |
| 2024-02-23 | Rollup merge of #121479 - lcnr:fix-generalize, r=compiler-errors | Matthias Krüger | -23/+33 |
| 2024-02-23 | Rollup merge of #121471 - estebank:lint-clone, r=TaKO8Ki | Matthias Krüger | -1/+18 |
| 2024-02-23 | Rollup merge of #121434 - nnethercote:fix-121208-fallout, r=lcnr | Matthias Krüger | -6/+7 |