about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-06-15Auto merge of #126507 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-06-14Update cargoWeihang Lo-0/+0
2024-06-15Auto merge of #122613 - Zalathar:profiler, r=nnethercotebors-46/+12
2024-06-14Auto merge of #118958 - c410-f3r:concat-again, r=petrochenkovbors-29/+551
2024-06-14Auto merge of #125347 - tesuji:needtests, r=nikicbors-0/+222
2024-06-14Auto merge of #126473 - matthiaskrgr:rollup-8w2xm09, r=matthiaskrgrbors-321/+788
2024-06-14Rollup merge of #126426 - RalfJung:dangling-zst-ice, r=oli-obkMatthias Krüger-8/+49
2024-06-14Rollup merge of #126399 - onur-ozkan:126156, r=albertlarsan68Matthias Krüger-13/+14
2024-06-14Rollup merge of #126285 - kpreid:unique-rc, r=dtolnayMatthias Krüger-30/+91
2024-06-14Rollup merge of #126266 - tbu-:pr_doc_alloc_default_system, r=jhprattMatthias Krüger-1/+3
2024-06-14Rollup merge of #126135 - hermit-os:fuse, r=jhprattMatthias Krüger-94/+189
2024-06-14Rollup merge of #126054 - veera-sivarajan:bugfix-113073-bound-on-generics-2, ...Matthias Krüger-101/+263
2024-06-14Rollup merge of #123769 - dtolnay:literal, r=fee1-deadMatthias Krüger-74/+179
2024-06-14Auto merge of #126463 - matthiaskrgr:rollup-lnkfibf, r=matthiaskrgrbors-42/+181
2024-06-14Auto merge of #126462 - matthiaskrgr:rollup-g0t1am4, r=matthiaskrgrbors-271/+1183
2024-06-14Rollup merge of #126386 - GuillaumeGomez:migrate-run-make-allow-non-lint-warn...Matthias Krüger-15/+23
2024-06-14Rollup merge of #126368 - nnethercote:rm-more-unused-crate-deps, r=jackh726Matthias Krüger-3/+5
2024-06-14Rollup merge of #126351 - devnexen:to_sol11_upd, r=ChrisDentonMatthias Krüger-19/+2
2024-06-14Rollup merge of #126343 - ChrisDenton:remove-utils, r=KobzolMatthias Krüger-2/+0
2024-06-14Rollup merge of #126449 - ChrisDenton:windows-std-support, r=workingjubileeMatthias Krüger-4/+4
2024-06-14Rollup merge of #124884 - bvanjoi:fix-124785, r=estebankMatthias Krüger-3/+151
2024-06-14Rollup merge of #126320 - oli-obk:pat_ice, r=lcnrMatthias Krüger-155/+213
2024-06-14Rollup merge of #126270 - GuillaumeGomez:migrate-run-make-const_fn_mir, r=jie...Matthias Krüger-13/+24
2024-06-14Rollup merge of #126244 - erickt:bump, r=KobzolMatthias Krüger-20/+20
2024-06-14Rollup merge of #123962 - oli-obk:define_opaque_types5, r=lcnrMatthias Krüger-79/+922
2024-06-14const validation: fix ICE on dangling ZST referenceRalf Jung-8/+49
2024-06-14Remove broken/untested `--enable-profiler` from mingw dist buildsZalathar-2/+0
2024-06-14Remove `//@ ignore-windows-gnu` from tests that need the profilerZalathar-28/+0
2024-06-14Don't build a known-broken profiler runtime in `x86_64-mingw`Zalathar-3/+1
2024-06-14Use `-Zno-profiler-runtime` instead of `//@ needs-profiler-support`Zalathar-13/+11
2024-06-14Auto merge of #126439 - matthiaskrgr:rollup-856xt18, r=matthiaskrgrbors-698/+1245
2024-06-13Add a new concat metavar exprCaio-29/+551
2024-06-14Auto merge of #126445 - GuillaumeGomez:rm-help-page, r=lqdbors-69/+0
2024-06-14Fill out missing Windows support informationChris Denton-4/+4
2024-06-14Remove failing GUI test to stop blocking CI until it is fixedGuillaume Gomez-69/+0
2024-06-13Rollup merge of #126402 - firefighterduck:fix-unsafe-precon-copy, r=NilstriebMatthias Krüger-2/+1
2024-06-13Rollup merge of #126392 - WaffleLapkin:gvn-style-ish-changes, r=scottmcmMatthias Krüger-2/+1
2024-06-13Rollup merge of #126390 - Kriskras99:master, r=NilstriebMatthias Krüger-3/+3
2024-06-13Rollup merge of #126388 - RalfJung:const-eval-lint-scope, r=oli-obkMatthias Krüger-65/+60
2024-06-13Rollup merge of #126371 - estebank:suggest-core, r=fmeaseMatthias Krüger-80/+159
2024-06-13Rollup merge of #126360 - compiler-errors:uplift-structural-traits, r=lcnrMatthias Krüger-382/+824
2024-06-13Rollup merge of #126315 - mu001999-contrib:fix/126289, r=petrochenkovMatthias Krüger-1/+34
2024-06-13Rollup merge of #126238 - Nilstrieb:run,miri,run, r=RalfJungMatthias Krüger-3/+5
2024-06-13Rollup merge of #126088 - onur-ozkan:brooming, r=albertlarsan68Matthias Krüger-160/+139
2024-06-13Rollup merge of #123726 - jieyouxu:command-new-docs, r=NilstriebMatthias Krüger-0/+19
2024-06-13Tweak output of import suggestionsEsteban Küber-80/+159
2024-06-13Update fuchsia commit, and SDK to 21.20240610.2.1Erick Tryzelaar-20/+20
2024-06-13const-eval: make lint scope computation consistentRalf Jung-30/+25
2024-06-13rename CompileTimeInterpreter -> CompileTimeMachine, CompileTimeEvalContext -...Ralf Jung-35/+35
2024-06-13Fix Miri sysroot for `x run`Nilstrieb-3/+5