about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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
2023-07-30Merge from rustcThe Miri Conjob Bot-4937/+2311
2023-07-30Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-07-29add tidy check for stray rustfix filesasquared31415-1/+1
2023-07-30Rollup merge of #114129 - GuillaumeGomez:rustdoc-cleanup, r=notriddleMatthias Krüger-109/+123
2023-07-29Auto merge of #114211 - RalfJung:miri, r=RalfJungbors-233/+336
2023-07-29Auto merge of #2993 - Vanille-N:tb-protector, r=RalfJungbors-151/+264
2023-07-29doc comment suggestionsNeven Villani-25/+57
2023-07-29Add wasm32-wasi-threads target + WASI threadsGeorgii Rylov-7/+183
2023-07-29fix(ci): Ensure idempotence of user creationsethp-1/+1
2023-07-29Auto merge of #114148 - cuviper:drop-llvm-14, r=nikicbors-98/+11
2023-07-29Group `write` calls when possible and use new format argsGuillaume Gomez-76/+84
2023-07-29Move `inherits_doc_hidden` and `should_ignore_res` into `clean/utils.rs`Guillaume Gomez-37/+38
2023-07-29Move Res check into `should_ignore_res`Guillaume Gomez-3/+8
2023-07-29print omitted frames count for short backtrace modeyukang-1/+1