| Age | Commit message (Expand) | Author | Lines |
| 2024-06-16 | Rollup merge of #126127 - Alexendoo:other-trait-diag, r=pnkfelix | Jacob Pratt | -347/+347 |
| 2024-06-16 | Auto merge of #126299 - scottmcm:tune-sliceindex-ubchecks, r=saethlin | bors | -20/+286 |
| 2024-06-15 | Redo SliceIndex implementations | Scott McMurray | -19/+285 |
| 2024-06-15 | Rollup merge of #126526 - Enselic:non-snake-case, r=jieyouxu | Guillaume Gomez | -5/+5 |
| 2024-06-15 | Rollup merge of #126517 - GuillaumeGomez:migrate-run-make-dep-graph, r=Kobzol | Guillaume Gomez | -12/+18 |
| 2024-06-15 | Rollup merge of #126478 - GuillaumeGomez:migrate-run-make-codegen-options-par... | Guillaume Gomez | -34/+56 |
| 2024-06-15 | Rollup merge of #126410 - RalfJung:smir-const-operand, r=oli-obk | Guillaume Gomez | -4/+4 |
| 2024-06-15 | Rollup merge of #126404 - compiler-errors:alias-relate-terms, r=lcnr | Guillaume Gomez | -167/+19 |
| 2024-06-15 | tests/ui/lint: Move 19 tests to new `non-snake-case` subdir | Martin Nordholts | -5/+5 |
| 2024-06-15 | Migrate `run-make/dep-graph` to `rmake.rs` | Guillaume Gomez | -12/+18 |
| 2024-06-15 | Auto merge of #126518 - matthiaskrgr:rollup-wb70rzq, r=matthiaskrgr | bors | -43/+239 |
| 2024-06-15 | Rollup merge of #126429 - tgross35:f16-f128-const-eval, r=RalfJung | Matthias Krüger | -5/+4 |
| 2024-06-15 | Rollup merge of #126417 - beetrees:f16-f128-inline-asm-x86, r=Amanieu | Matthias Krüger | -31/+223 |
| 2024-06-15 | Rollup merge of #126361 - celinval:issue-0079-intrinsic, r=oli-obk | Matthias Krüger | -7/+12 |
| 2024-06-15 | Auto merge of #126514 - matthiaskrgr:rollup-pnwi8ns, r=matthiaskrgr | bors | -2/+118 |
| 2024-06-15 | Rollup merge of #126497 - petrochenkov:delehyg, r=compiler-errors | Matthias Krüger | -2/+53 |
| 2024-06-15 | Rollup merge of #126367 - compiler-errors:point-out-failing-never-obligation,... | Matthias Krüger | -0/+65 |
| 2024-06-15 | Auto merge of #125722 - Urgau:non_local_defs-macro-to-change, r=estebank | bors | -1/+3 |
| 2024-06-14 | Add ub-checks to slice_index MIR-opt test | Scott McMurray | -1/+1 |
| 2024-06-15 | Auto merge of #122613 - Zalathar:profiler, r=nnethercote | bors | -38/+11 |
| 2024-06-15 | delegation: Fix hygiene for `self` | Vadim Petrochenkov | -2/+53 |
| 2024-06-14 | Remove f16 const eval crash test | Trevor Gross | -5/+4 |
| 2024-06-14 | Auto merge of #118958 - c410-f3r:concat-again, r=petrochenkov | bors | -2/+403 |
| 2024-06-14 | Auto merge of #125347 - tesuji:needtests, r=nikic | bors | -0/+222 |
| 2024-06-14 | Migrate `run-make/codegen-options-parsing` to `rmake.rs` | Guillaume Gomez | -34/+56 |
| 2024-06-14 | Auto merge of #126473 - matthiaskrgr:rollup-8w2xm09, r=matthiaskrgr | bors | -154/+284 |
| 2024-06-14 | Rollup merge of #126426 - RalfJung:dangling-zst-ice, r=oli-obk | Matthias Krüger | -3/+38 |
| 2024-06-14 | Rollup merge of #126054 - veera-sivarajan:bugfix-113073-bound-on-generics-2, ... | Matthias Krüger | -91/+161 |
| 2024-06-14 | Rollup merge of #123769 - dtolnay:literal, r=fee1-dead | Matthias Krüger | -60/+85 |
| 2024-06-14 | Auto merge of #126463 - matthiaskrgr:rollup-lnkfibf, r=matthiaskrgr | bors | -12/+139 |
| 2024-06-14 | Rollup merge of #126386 - GuillaumeGomez:migrate-run-make-allow-non-lint-warn... | Matthias Krüger | -12/+3 |
| 2024-06-14 | Rollup merge of #124884 - bvanjoi:fix-124785, r=estebank | Matthias Krüger | -0/+136 |
| 2024-06-14 | Rollup merge of #126320 - oli-obk:pat_ice, r=lcnr | Matthias Krüger | -43/+112 |
| 2024-06-14 | Rollup merge of #126270 - GuillaumeGomez:migrate-run-make-const_fn_mir, r=jie... | Matthias Krüger | -6/+8 |
| 2024-06-14 | Rollup merge of #123962 - oli-obk:define_opaque_types5, r=lcnr | Matthias Krüger | -39/+889 |
| 2024-06-14 | const validation: fix ICE on dangling ZST reference | Ralf Jung | -3/+38 |
| 2024-06-14 | Remove `//@ ignore-windows-gnu` from tests that need the profiler | Zalathar | -25/+0 |
| 2024-06-14 | Use `-Zno-profiler-runtime` instead of `//@ needs-profiler-support` | Zalathar | -13/+11 |
| 2024-06-14 | Auto merge of #126439 - matthiaskrgr:rollup-856xt18, r=matthiaskrgr | bors | -70/+152 |
| 2024-06-13 | Point out exactly what obligation will fail | Michael Goulet | -0/+65 |
| 2024-06-13 | Add a new concat metavar expr | Caio | -2/+403 |
| 2024-06-14 | Remove failing GUI test to stop blocking CI until it is fixed | Guillaume Gomez | -69/+0 |
| 2024-06-13 | Rollup merge of #126371 - estebank:suggest-core, r=fmease | Matthias Krüger | -70/+119 |
| 2024-06-13 | Rollup merge of #126315 - mu001999-contrib:fix/126289, r=petrochenkov | Matthias Krüger | -0/+33 |
| 2024-06-13 | Tweak output of import suggestions | Esteban Küber | -70/+119 |
| 2024-06-13 | Remove superfluous escaping from byte, byte str, and c str literals | David Tolnay | -7/+7 |
| 2024-06-13 | Add more Literal::to_string tests | David Tolnay | -11/+36 |
| 2024-06-13 | Rename proc_macro::Literal tests from parse.rs to literal.rs | David Tolnay | -2/+2 |
| 2024-06-13 | Add `f16` and `f128` inline ASM support for `x86` and `x86-64` | beetrees | -31/+223 |
| 2024-06-13 | smir: merge identical Constant and ConstOperand types | Ralf Jung | -4/+4 |