about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-07-21Move some stuff to TypeErrCtxtMichael Goulet-27/+31
2024-07-21Auto merge of #120812 - compiler-errors:impl-sorting, r=lcnrbors-95/+75
2024-07-21Auto merge of #127993 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-07-21Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-...bors-543/+1242
2024-07-21Auto merge of #127715 - klensy:tests-w, r=Mark-Simulacrumbors-5/+0
2024-07-21Auto merge of #128011 - matthiaskrgr:rollup-0vmf75y, r=matthiaskrgrbors-280/+458
2024-07-20Auto merge of #128007 - Mark-Simulacrum:bump-version, r=Mark-Simulacrumbors-1/+2
2024-07-20Allow deprecated temporarily to unblock version bumpMark Rousskov-0/+1
2024-07-20Auto merge of #127663 - Oneirical:fuzzy-testure, r=jieyouxubors-82/+154
2024-07-20Rollup merge of #128005 - ChrisDenton:msvc-include, r=joboetMatthias Krüger-13/+0
2024-07-20Rollup merge of #127975 - GuillaumeGomez:fix-trait-bounds-display, r=notriddleMatthias Krüger-16/+68
2024-07-20Rollup merge of #127958 - jieyouxu:compiletest-rmake-cleanup, r=KobzolMatthias Krüger-92/+186
2024-07-20Rollup merge of #127867 - alexcrichton:add-wasm32-wasip2-to-dist-manifest, r=...Matthias Krüger-0/+1
2024-07-20Rollup merge of #127839 - ehuss:safe-directory-docker, r=Mark-SimulacrumMatthias Krüger-1/+1
2024-07-20Rollup merge of #127752 - uweigand:s390x-miropt-update, r=Mark-SimulacrumMatthias Krüger-4/+3
2024-07-20Rollup merge of #127734 - ChrisDenton:netc, r=Mark-SimulacrumMatthias Krüger-109/+109
2024-07-20Rollup merge of #127720 - c410-f3r:concat-rep, r=cjgillotMatthias Krüger-45/+90
2024-07-20Bump to 1.82Mark Rousskov-1/+1
2024-07-20Auto merge of #128002 - matthiaskrgr:rollup-21p0cue, r=matthiaskrgrbors-222/+370
2024-07-20Remove _tls_used hackChris Denton-13/+0
2024-07-20Rollup merge of #127964 - jieyouxu:rmake-rustfmt-skip, r=nnethercoteMatthias Krüger-0/+6
2024-07-20Rollup merge of #127917 - Zalathar:after-or, r=NadrierilMatthias Krüger-91/+129
2024-07-20Rollup merge of #127873 - workingjubilee:forbid-unsafe-ops-for-kmc-solid, r=A...Matthias Krüger-2/+5
2024-07-20Rollup merge of #127843 - workingjubilee:break-up-big-ass-stack-overflow-fn, ...Matthias Krüger-24/+61
2024-07-20Rollup merge of #127779 - momvart:should_codegen_hook, r=cjgillotMatthias Krüger-58/+62
2024-07-20Rollup merge of #127463 - onur-ozkan:precompiled-rustdoc, r=KobzolMatthias Krüger-47/+107
2024-07-20Auto merge of #127658 - compiler-errors:precise-capturing-rustdoc-cross, r=fm...bors-17/+87
2024-07-20compiletest/rmake: simplify path calculations许杰友 Jieyou Xu (Joe)-36/+10
2024-07-20compiletest/rmake: avoid double test directory for rmake.rs tests许杰友 Jieyou Xu (Joe)-2/+8
2024-07-20compiletest/rmake: improve comments许杰友 Jieyou Xu (Joe)-30/+7
2024-07-20compiletest/rmake: prune unused `RUST_BUILD_STAGE` and explain env vars passe...许杰友 Jieyou Xu (Joe)-6/+20
2024-07-20use precompiled rustdoc with CI rustconur-ozkan-6/+53
2024-07-20Auto merge of #127998 - matthiaskrgr:rollup-ykp0h5r, r=matthiaskrgrbors-294/+1296
2024-07-20Auto merge of #127003 - GrigorenkoPV:107975, r=SparrowLiibors-0/+799
2024-07-20Rollup merge of #127987 - estebank:impl-trait-sugg, r=cjgillotMatthias Krüger-64/+71
2024-07-20Rollup merge of #127984 - nyurik:src-refs, r=onur-ozkanMatthias Krüger-9/+9
2024-07-20Rollup merge of #127980 - nyurik:compiler-refs, r=oli-obkMatthias Krüger-65/+61
2024-07-20Rollup merge of #127948 - surechen:fix_127915, r=compiler-errorsMatthias Krüger-4/+49
2024-07-20Rollup merge of #127918 - ChrisDenton:thread-name-string, r=joboetMatthias Krüger-23/+51
2024-07-20Rollup merge of #127866 - alexcrichton:disable-wasm-component-ld-by-default, ...Matthias Krüger-5/+26
2024-07-20Rollup merge of #127693 - Rejyr:migrate-crate-hash-rustc-version-rmake, r=jie...Matthias Krüger-39/+57
2024-07-20Rollup merge of #127556 - Zalathar:autoref, r=NadrierilMatthias Krüger-81/+84
2024-07-20Rollup merge of #123196 - Ayush1325:uefi-process, r=joboetMatthias Krüger-4/+888
2024-07-20Inline `finalize_or_candidate`Zalathar-17/+7
2024-07-20Improve `test_remaining_match_pairs_after_or`Zalathar-0/+13
2024-07-20Split out `test_remaining_match_pairs_after_or`Zalathar-43/+58
2024-07-20Improve `merge_trivial_subcandidates`Zalathar-5/+15
2024-07-20Split out `remove_never_subcandidates`Zalathar-37/+47
2024-07-19Allow concat in repetitionsCaio-45/+90
2024-07-19Update cargoWeihang Lo-0/+0