| Age | Commit message (Expand) | Author | Lines |
| 2024-06-15 | Auto merge of #126507 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-06-14 | Update cargo | Weihang Lo | -0/+0 |
| 2024-06-15 | Auto merge of #122613 - Zalathar:profiler, r=nnethercote | bors | -46/+12 |
| 2024-06-14 | Auto merge of #118958 - c410-f3r:concat-again, r=petrochenkov | bors | -29/+551 |
| 2024-06-14 | Auto merge of #125347 - tesuji:needtests, r=nikic | bors | -0/+222 |
| 2024-06-14 | Auto merge of #126473 - matthiaskrgr:rollup-8w2xm09, r=matthiaskrgr | bors | -321/+788 |
| 2024-06-14 | Rollup merge of #126426 - RalfJung:dangling-zst-ice, r=oli-obk | Matthias Krüger | -8/+49 |
| 2024-06-14 | Rollup merge of #126399 - onur-ozkan:126156, r=albertlarsan68 | Matthias Krüger | -13/+14 |
| 2024-06-14 | Rollup merge of #126285 - kpreid:unique-rc, r=dtolnay | Matthias Krüger | -30/+91 |
| 2024-06-14 | Rollup merge of #126266 - tbu-:pr_doc_alloc_default_system, r=jhpratt | Matthias Krüger | -1/+3 |
| 2024-06-14 | Rollup merge of #126135 - hermit-os:fuse, r=jhpratt | Matthias Krüger | -94/+189 |
| 2024-06-14 | Rollup merge of #126054 - veera-sivarajan:bugfix-113073-bound-on-generics-2, ... | Matthias Krüger | -101/+263 |
| 2024-06-14 | Rollup merge of #123769 - dtolnay:literal, r=fee1-dead | Matthias Krüger | -74/+179 |
| 2024-06-14 | Auto merge of #126463 - matthiaskrgr:rollup-lnkfibf, r=matthiaskrgr | bors | -42/+181 |
| 2024-06-14 | Auto merge of #126462 - matthiaskrgr:rollup-g0t1am4, r=matthiaskrgr | bors | -271/+1183 |
| 2024-06-14 | Rollup merge of #126386 - GuillaumeGomez:migrate-run-make-allow-non-lint-warn... | Matthias Krüger | -15/+23 |
| 2024-06-14 | Rollup merge of #126368 - nnethercote:rm-more-unused-crate-deps, r=jackh726 | Matthias Krüger | -3/+5 |
| 2024-06-14 | Rollup merge of #126351 - devnexen:to_sol11_upd, r=ChrisDenton | Matthias Krüger | -19/+2 |
| 2024-06-14 | Rollup merge of #126343 - ChrisDenton:remove-utils, r=Kobzol | Matthias Krüger | -2/+0 |
| 2024-06-14 | Rollup merge of #126449 - ChrisDenton:windows-std-support, r=workingjubilee | Matthias Krüger | -4/+4 |
| 2024-06-14 | Rollup merge of #124884 - bvanjoi:fix-124785, r=estebank | Matthias Krüger | -3/+151 |
| 2024-06-14 | Rollup merge of #126320 - oli-obk:pat_ice, r=lcnr | Matthias Krüger | -155/+213 |
| 2024-06-14 | Rollup merge of #126270 - GuillaumeGomez:migrate-run-make-const_fn_mir, r=jie... | Matthias Krüger | -13/+24 |
| 2024-06-14 | Rollup merge of #126244 - erickt:bump, r=Kobzol | Matthias Krüger | -20/+20 |
| 2024-06-14 | Rollup merge of #123962 - oli-obk:define_opaque_types5, r=lcnr | Matthias Krüger | -79/+922 |
| 2024-06-14 | const validation: fix ICE on dangling ZST reference | Ralf Jung | -8/+49 |
| 2024-06-14 | Remove broken/untested `--enable-profiler` from mingw dist builds | Zalathar | -2/+0 |
| 2024-06-14 | Remove `//@ ignore-windows-gnu` from tests that need the profiler | Zalathar | -28/+0 |
| 2024-06-14 | Don't build a known-broken profiler runtime in `x86_64-mingw` | Zalathar | -3/+1 |
| 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 | -698/+1245 |
| 2024-06-13 | Add a new concat metavar expr | Caio | -29/+551 |
| 2024-06-14 | Auto merge of #126445 - GuillaumeGomez:rm-help-page, r=lqd | bors | -69/+0 |
| 2024-06-14 | Fill out missing Windows support information | Chris Denton | -4/+4 |
| 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 #126402 - firefighterduck:fix-unsafe-precon-copy, r=Nilstrieb | Matthias Krüger | -2/+1 |
| 2024-06-13 | Rollup merge of #126392 - WaffleLapkin:gvn-style-ish-changes, r=scottmcm | Matthias Krüger | -2/+1 |
| 2024-06-13 | Rollup merge of #126390 - Kriskras99:master, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 2024-06-13 | Rollup merge of #126388 - RalfJung:const-eval-lint-scope, r=oli-obk | Matthias Krüger | -65/+60 |
| 2024-06-13 | Rollup merge of #126371 - estebank:suggest-core, r=fmease | Matthias Krüger | -80/+159 |
| 2024-06-13 | Rollup merge of #126360 - compiler-errors:uplift-structural-traits, r=lcnr | Matthias Krüger | -382/+824 |
| 2024-06-13 | Rollup merge of #126315 - mu001999-contrib:fix/126289, r=petrochenkov | Matthias Krüger | -1/+34 |
| 2024-06-13 | Rollup merge of #126238 - Nilstrieb:run,miri,run, r=RalfJung | Matthias Krüger | -3/+5 |
| 2024-06-13 | Rollup merge of #126088 - onur-ozkan:brooming, r=albertlarsan68 | Matthias Krüger | -160/+139 |
| 2024-06-13 | Rollup merge of #123726 - jieyouxu:command-new-docs, r=Nilstrieb | Matthias Krüger | -0/+19 |
| 2024-06-13 | Tweak output of import suggestions | Esteban Küber | -80/+159 |
| 2024-06-13 | Update fuchsia commit, and SDK to 21.20240610.2.1 | Erick Tryzelaar | -20/+20 |
| 2024-06-13 | const-eval: make lint scope computation consistent | Ralf Jung | -30/+25 |
| 2024-06-13 | rename CompileTimeInterpreter -> CompileTimeMachine, CompileTimeEvalContext -... | Ralf Jung | -35/+35 |
| 2024-06-13 | Fix Miri sysroot for `x run` | Nilstrieb | -3/+5 |