about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-05-20chore(bootstrap/core/build_steps/dist): add fixme for duplicated vendor logicBernardo Meurer Costa-0/+3
2024-05-20refactor(ci/docker/dist-x86_64-linux): remove rustc-perf downloadingBernardo Meurer Costa-8/+0
2024-05-20refactor(opt-dist): use rustc-perf from rustc checkoutBernardo Meurer Costa-435/+14
2024-05-20refactor(bootstrap): update rustc-perf submodule when building opt-distBernardo Meurer Costa-2/+39
2024-05-20refactor: add rustc-perf submodule to src/toolsBernardo Meurer Costa-0/+9
2024-05-20Auto merge of #124985 - dpaoliello:rebalance, r=Mark-Simulacrumbors-23/+23
2024-05-20Auto merge of #125313 - matthiaskrgr:rollup-65etxv0, r=matthiaskrgrbors-150/+445
2024-05-20Rollup merge of #125302 - workingjubilee:prefer-my-stack-neat, r=compiler-errorsMatthias Krüger-10/+46
2024-05-20Rollup merge of #125301 - jwong101:fix-static-coro-suggest, r=compiler-errorsMatthias Krüger-0/+68
2024-05-20Rollup merge of #125282 - WaffleLapkin:never-type-unsafe-improvements, r=comp...Matthias Krüger-47/+86
2024-05-20Rollup merge of #125093 - zachs18:rc-into-raw-with-allocator-only, r=Mark-Sim...Matthias Krüger-10/+107
2024-05-20Rollup merge of #125034 - rust-lang:cargo_update, r=Mark-SimulacrumMatthias Krüger-83/+138
2024-05-20Auto merge of #124560 - madsmtm:update-libc, r=Mark-Simulacrumbors-7/+6
2024-05-19note value of RUST_MIN_STACK and explain unsettingJubilee Young-4/+12
2024-05-20Auto merge of #125288 - nikic:update-llvm-18.1.6, r=cuviperbors-1/+1
2024-05-19defrost RUST_MIN_STACK=ice rustc hello.rsJubilee Young-9/+37
2024-05-19move rustc-rust-log test into ui/rustc-envJubilee Young-1/+1
2024-05-20Auto merge of #123878 - jwong101:inplacecollect, r=jhprattbors-2/+58
2024-05-19add ui tests for E0373 suggestionJoshua Wong-0/+64
2024-05-19fix suggestion in E0373 for !Unpin coroutinesJoshua Wong-0/+4
2024-05-19Auto merge of #125294 - matthiaskrgr:rollup-w42c829, r=matthiaskrgrbors-650/+1372
2024-05-19Rollup merge of #125286 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-606/+1298
2024-05-19Rollup merge of #125279 - WaffleLapkin:unpacktermindebug, r=aDotInTheVoid,Nil...Matthias Krüger-8/+4
2024-05-19Rollup merge of #124992 - foresterre:example/is-terminal, r=ChrisDentonMatthias Krüger-0/+34
2024-05-19Rollup merge of #124948 - blyxyas:remove-repeated-words, r=compiler-errorsMatthias Krüger-36/+36
2024-05-19Auto merge of #125006 - spastorino:generics-is-empty, r=compiler-errorsbors-17/+25
2024-05-19update lockfileRalf Jung-2/+2
2024-05-19Add example to IsTerminal::is_terminalMartijn-0/+34
2024-05-19Auto merge of #3319 - bjorn3:some_more_shims, r=RalfJungbors-48/+168
2024-05-19various small nitsRalf Jung-69/+72
2024-05-19Auto merge of #123786 - a1phyr:cursor_unsafe, r=joboetbors-6/+18
2024-05-19bless testsWaffle Lapkin-9/+39
2024-05-19Directly implement native exception raise methods in miribjorn3-1/+118
2024-05-19Auto merge of #3621 - RalfJung:argparse, r=RalfJungbors-147/+262
2024-05-19use a little arg-parsing helper for miri-scriptRalf Jung-147/+262
2024-05-19Update to LLVM 18.1.6Nikita Popov-1/+1
2024-05-19Auto merge of #125280 - compiler-errors:rollup-401itda, r=compiler-errorsbors-170/+474
2024-05-19Rollup merge of #125275 - GuillaumeGomez:migrate-rustdoc-scrape-examples-test...Michael Goulet-11/+11
2024-05-19Rollup merge of #125270 - pietroalbini:pa-no-sad-contributors, r=NilstriebMichael Goulet-6/+13
2024-05-19Rollup merge of #125261 - matthiaskrgr:from_ashes_to_crashes, r=jieyouxuMichael Goulet-0/+126
2024-05-19Rollup merge of #125252 - beetrees:patch-1, r=joboetMichael Goulet-0/+1
2024-05-19Rollup merge of #124708 - weiznich:implement_do_not_recommend, r=compiler-err...Michael Goulet-25/+177
2024-05-19Rollup merge of #124304 - hermit-os:fuse, r=joboetMichael Goulet-90/+87
2024-05-19Rollup merge of #123709 - tgross35:windows-cmd-docs-update, r=ChrisDentonMichael Goulet-38/+59
2024-05-19Auto merge of #3620 - RalfJung:wasi, r=RalfJungbors-2/+2
2024-05-19make `Debug` impl for `Term` simplerWaffle Lapkin-8/+4
2024-05-19test wasm32-wasip2 instead of the deprecated wasm32-wasi targetRalf Jung-2/+2
2024-05-19Add and use generics.is_empty() and generics.is_own_empty, rather than using ...Santiago Pastorino-17/+25
2024-05-19Migrate `run-make/rustdoc-scrape-examples-test` to new `rmake.rs`Guillaume Gomez-11/+11
2024-05-19Auto merge of #125272 - lnicola:sync-from-ra, r=lnicolabors-2897/+5502