about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-10Rollup merge of #123668 - oli-obk:by_move_body_golfing, r=compiler-errorsMatthias Krüger-51/+43
2024-04-10Rollup merge of #123633 - bjorn3:unsupported_command_data, r=jhprattMatthias Krüger-31/+119
2024-04-10Rollup merge of #123612 - kxxt:riscv-target-abi, r=jieyouxu,nikic,DianQKMatthias Krüger-21/+177
2024-04-10Rollup merge of #123609 - compiler-errors:greek-question-mark, r=jieyouxuMatthias Krüger-27/+60
2024-04-10Rollup merge of #123568 - Oneirical:delete-tests, r=wesleywiserMatthias Krüger-12/+1
2024-04-10Rollup merge of #122200 - jieyouxu:unconditional-nightly-update-hint, r=estebankMatthias Krüger-45/+21
2024-04-10Rollup merge of #121884 - 5225225:rmake-exit-code, r=jieyouxuMatthias Krüger-16/+70
2024-04-09remove does-nothing.rsOneirical-12/+1
2024-04-09Auto merge of #123683 - pietroalbini:pa-cve-2024-24576-nightly, r=pietroalbinibors-14/+329
2024-04-09Iterate over parent captures first, as there is a 1:N mapping of parent captu...Oli Scherer-71/+63
2024-04-09Add a FIXMEOli Scherer-0/+1
2024-04-09run-make: make arg take AsRef<OsStr> instead of str5225225-9/+5
2024-04-09Add a helper for extending a span to include any trailing whitespaceMichael Goulet-27/+17
2024-04-09Don't use bytepos offsets when computing semicolon span for removalMichael Goulet-2/+45
2024-04-09allow the test bat files in tidyPietro Albini-0/+3
2024-04-09Auto merge of #123485 - madsmtm:use-libc-copyfile, r=joboetbors-39/+10
2024-04-09tests: bless ui and rustdoc-ui tests for ICE messages许杰友 Jieyou Xu (Joe)-0/+8
2024-04-09Fix dead code warningbjorn3-0/+1
2024-04-09driver: unconditionally show update nightly hint许杰友 Jieyou Xu (Joe)-45/+13
2024-04-09Auto merge of #123676 - GuillaumeGomez:rollup-1hurixy, r=GuillaumeGomezbors-1321/+1691
2024-04-09Rollup merge of #123672 - davidtwco:compiletest-unset-log-color, r=clubby789Guillaume Gomez-1/+1
2024-04-09Rollup merge of #123665 - Jules-Bertholet:patch-1, r=lqdGuillaume Gomez-1/+1
2024-04-09Rollup merge of #123662 - compiler-errors:no-upvars-yet, r=oli-obkGuillaume Gomez-36/+75
2024-04-09Rollup merge of #123658 - compiler-errors:stop-assuming, r=oli-obkGuillaume Gomez-19/+34
2024-04-09Rollup merge of #123653 - Urgau:split-test-non_local_defs, r=compiler-errorsGuillaume Gomez-1196/+1375
2024-04-09Rollup merge of #123638 - fmease:rustdoc-synth-auto-yeet-item-param-env-claus...Guillaume Gomez-1/+15
2024-04-09Rollup merge of #123626 - Zalathar:test-tools-mcdc, r=oli-obkGuillaume Gomez-54/+105
2024-04-09Rollup merge of #123254 - stepancheg:thin-box-0-const-alloc, r=oli-obkGuillaume Gomez-13/+85
2024-04-09Auto merge of #123631 - oli-obk:fail_slow, r=jieyouxubors-22/+20
2024-04-09compiletest: unset `RUSTC_LOG_COLOR`David Wood-1/+1
2024-04-09Shrink a loop to its looping part and move out the part that runs after the loopOli Scherer-50/+50
2024-04-09prefer `expect` over `let else bug!`Oli Scherer-3/+2
2024-04-09Split out a complex if condition into a named functionOli Scherer-18/+18
2024-04-09Auto merge of #123272 - saethlin:reachable-mono-cleanup, r=cjgillotbors-68/+111
2024-04-09Pass value and valueLen to create a StringRefLevi Zim-10/+10
2024-04-09Fix typo in `Future::poll()` docsJules Bertholet-1/+1
2024-04-09Auto merge of #123663 - matthiaskrgr:rollup-1qnj9j3, r=matthiaskrgrbors-1053/+1468
2024-04-09Rollup merge of #123655 - celinval:smir-fix-binop-ty, r=compiler-errorsMatthias Krüger-39/+196
2024-04-09Rollup merge of #123652 - cuviper:ui-vendor, r=jieyouxuMatthias Krüger-1/+6
2024-04-09Rollup merge of #123649 - maurer:kcfi-v0, r=compiler-errorsMatthias Krüger-2/+32
2024-04-09Rollup merge of #123648 - oli-obk:pattern_types_syntax, r=compiler-errorsMatthias Krüger-2/+44
2024-04-09Rollup merge of #123647 - fmease:rustdoc-clean-up-blanket-impls-synth, r=camelidMatthias Krüger-131/+121
2024-04-09Rollup merge of #123636 - rustbot:docs-update, r=ehussMatthias Krüger-0/+0
2024-04-09Rollup merge of #123624 - GuillaumeGomez:theme-switch-tests, r=notriddleMatthias Krüger-33/+45
2024-04-09Rollup merge of #123620 - rcvalle:rust-create-rustc-sanitizers, r=davidtwcoMatthias Krüger-784/+915
2024-04-09Rollup merge of #122768 - oli-obk:why_is_E0699_so_bad, r=WaffleLapkinMatthias Krüger-61/+109
2024-04-09Convert tests/run-make/cross-lang-lto-riscv-abi to rmakekxxt-25/+87
2024-04-09Set target-abi module flag for RISC-V targetskxxt-21/+115
2024-04-09Auto merge of #123099 - oli-obk:span_tcx, r=petrochenkovbors-54/+46
2024-04-08Don't rely on upvars being assigned just because coroutine-closure kind is as...Michael Goulet-36/+75