about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-07-31Rollup merge of #113804 - Kobzol:opt-dist-version, r=Mark-SimulacrumMatthias Krüger-6/+19
2023-07-31Rollup merge of #113906 - notriddle:notriddle/cargo-extra-env, r=Mark-SimulacrumMatthias Krüger-1/+5
2023-07-31Rollup merge of #113717 - cuishuang:master, r=NilstriebMatthias Krüger-1/+1
2023-07-31Rollup merge of #112858 - chriswailes:riscv64-android, r=Mark-SimulacrumMatthias Krüger-0/+1
2023-07-31better error handling for `rust.codegen-backends` on deserializationozkanonur-3/+17
2023-07-31fix: lookup user by name, not idsethp-1/+1
2023-07-31fix alignment handling for Repeat expressionsRalf Jung-0/+24
2023-07-31apply nitRalf Jung-1/+1
2023-07-31Auto merge of #114294 - matthiaskrgr:rollup-yk78pvd, r=matthiaskrgrbors-1/+1
2023-07-31Rollup merge of #114228 - fmease:wf-lazy-ty-aliases, r=oli-obkMatthias Krüger-1/+1
2023-07-31Auto merge of #3002 - RalfJung:miri-script, r=RalfJungbors-1/+1
2023-07-31fix oversight from new miri-scriptRalf Jung-1/+1
2023-07-31Auto merge of #113592 - Kobzol:pgo-script-bolt, r=Mark-Simulacrumbors-314/+224
2023-07-31add some interesting tests for alignment corner casesRalf Jung-18/+67
2023-07-31strip debuginfo from librustc_driver.so when applicable, on x64 linuxRémy Rakic-2/+25
2023-07-31allow `DebuginfoLevel` to be comparedRémy Rakic-1/+1
2023-07-31strip debuginfo from LLVM's .so when applicable, on x64 linuxRémy Rakic-0/+26
2023-07-31extract helper to find libLLVM's nameRémy Rakic-8/+13
2023-07-31Auto merge of #114277 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-07-31Remove a `bool` for color in favor of the `WriteColor` trait wrapping colored...Oli Scherer-3/+2
2023-07-31Use builder pattern instead of lots of arguments for `EmitterWriter::new`Oli Scherer-13/+2
2023-07-31Use builder pattern instead of lots of arguments for `EmitterWriter::new`Oli Scherer-49/+6
2023-07-31remove repetitive wordscui fliter-1/+1
2023-07-31Update cargoWeihang Lo-0/+0
2023-07-31Auto merge of #2909 - osiewicz:rewrite-miri-script-in-rust-2883, r=RalfJungbors-361/+1016
2023-07-31port to hand-rolled parser, since clap doesn't behave just the right wayRalf Jung-354/+150
2023-07-31miri-script refactorRalf Jung-614/+553
2023-07-31Replace the many arguments of `EmitterWriter::stderr` with builder methodsOli Scherer-26/+17
2023-07-31Pass BOLT profile to bootstrap to be included in the reproducible artifacts a...Jakub Beránek-32/+36
2023-07-31Remove BOLT from bootstrapJakub Beránek-294/+61
2023-07-31Implement BOLT optimization in the `opt-dist` toolJakub Beránek-24/+163
2023-07-31Document `-Zno-parallel-llvm`.Nicholas Nethercote-0/+8
2023-07-31Use - instead of * for unordered listLan, Jian-53/+55
2023-07-31Auto merge of #114126 - ozkanonur:stage-support-for-clean, r=ozkanonurbors-31/+75
2023-07-30Auto merge of #112843 - chenyukang:yukang-more-on-backtrace, r=workingjubileebors-1/+1
2023-07-30remove stage-specific artifacts when `--stage` is usedozkanonur-22/+62
2023-07-30support `--stage` for `x clean`ozkanonur-9/+13
2023-07-30Auto merge of #114204 - GuillaumeGomez:remove-unneeded-clone-calls, r=notriddlebors-16/+11
2023-07-30rewrite miri script in RustPiotr Osiewicz-357/+1277
2023-07-31Improve the rust style guide docLan, Jian-134/+98
2023-07-30Auto merge of #2997 - RalfJung:test-utils, r=RalfJungbors-112/+77
2023-07-30refactor tests/utils a bit, and move some FS functions thereRalf Jung-112/+77
2023-07-30Auto merge of #114250 - matthiaskrgr:rollup-0r0dhrr, r=matthiaskrgrbors-6/+6
2023-07-30Rollup merge of #114227 - asquared31415:tidy_check_fixed, r=albertlarsan68Matthias Krüger-1/+1
2023-07-30Rollup merge of #112655 - WaffleLapkin:must_use_map_or, r=workingjubileeMatthias Krüger-5/+5
2023-07-30Remove some unneeded `clone()` callsGuillaume Gomez-16/+11
2023-07-30Mark `map_or` as `#[must_use]`Maybe Waffle-5/+5
2023-07-30bootstrap: inline format!() argsMatthias Krüger-174/+162
2023-07-30Check lazy type aliases for well-formednessLeón Orell Valerian Liehr-1/+1
2023-07-30fmtThe Miri Conjob Bot-1/+1