about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-11llvm: Accept new LLVM lifetime formatMatthew Maurer-38/+42
2025-08-11Tweak trait modifier errorsCameron Steffen-55/+50
2025-08-11Move trait impl modifier errors to parsingCameron Steffen-78/+123
2025-08-11Factor out InherentImplCannotUnsafeCameron Steffen-19/+15
2025-08-11Account for new `assert!` desugaring in `!condition` suggestionEsteban Küber-56/+144
2025-08-11Account for new `assert!` desugaring in `!condition` suggestionEsteban Küber-56/+144
2025-08-11Always attempt to invoke xcrun to get the Apple SDKMads Marquart-4/+41
2025-08-11Revert "Add a disabled builder for riscv64 rva23 emulated tests"Zhongyao Chen-189/+1
2025-08-11Update src/doc/rustc/src/platform-support/riscv64a23-unknown-linux-gnu.mdzhongyao-30/+6
2025-08-11Add target page for riscv64a23-unknown-linux-gnuZhongyao Chen-0/+68
2025-08-11Add a disabled builder for riscv64 rva23 emulated testsChen Zhongyao-1/+189
2025-08-11Add new Tier-3 target: riscv64a23-unknown-linux-gnuChen Zhongyao-1/+166
2025-08-11Only warn when invoking xcrunMads Marquart-3/+24
2025-08-11Pass Apple SDK root to compiler driver via SDKROOT env varMads Marquart-31/+39
2025-08-11Deprecate RUST_TEST_* env variablesEd Page-13/+12
2025-08-11fix clippy testEsteban Küber-0/+2
2025-08-11fix clippy testEsteban Küber-0/+2
2025-08-11Simplify `add_apple_sdk`Mads Marquart-25/+20
2025-08-11Auto merge of #145254 - GuillaumeGomez:rollup-7bp43pv, r=GuillaumeGomezbors-45/+100
2025-08-11Update bootstrapping docs to account for new stage meaningslolbinarycat-3/+3
2025-08-11Respond to review commentsSabrinaJewson-5/+5
2025-08-11Update actions/checkouts to v5 (#15457)Philipp Krones-13/+13
2025-08-11Rework `NameValueStr`Esteban Küber-9/+9
2025-08-11Add more docs to templates for attrs with incorrect argumentsEsteban Küber-56/+225
2025-08-11Update booksrustbot-0/+0
2025-08-11Print created location of executed commandsJakub Beránek-20/+57
2025-08-11Get myself off assignment rotation (#15459)Samuel Tardieu-0/+1
2025-08-11Get myself off assignment rotationSamuel Tardieu-0/+1
2025-08-11Update debugging/profiling bootstrap pageJakub Beránek-99/+49
2025-08-11Use `pretty_step_name` in `step_graph`Jakub Beránek-11/+5
2025-08-11Create tracing directory symlink even during dry runJakub Beránek-2/+14
2025-08-11Do not create a span for cached commandsJakub Beránek-3/+3
2025-08-11Always profile commands and generate Chrome profile when tracing is enabledJakub Beránek-56/+37
2025-08-11Correctly show executed command name in Chrome traceJakub Beránek-27/+54
2025-08-11Move tracing setup to the `tracing` moduleJakub Beránek-298/+304
2025-08-11Remove manual `#[instrument]` annotations on stepsJakub Beránek-161/+1
2025-08-11Remove ad-hoc print of executed/cached steps in verbose modeJakub Beránek-4/+0
2025-08-11Create a span for each executed stepJakub Beránek-28/+108
2025-08-11Replace `tracing_forest` with custom span formattingJakub Beránek-44/+338
2025-08-11Print step timings also when the stap starts to executeJakub Beránek-6/+18
2025-08-11Use shorter command span labelJakub Beránek-1/+1
2025-08-11Store Chrome step trace into the tracing directoryJakub Beránek-14/+48
2025-08-11Store `latest` symlink to the latest tracing output directoryJakub Beránek-6/+15
2025-08-11Store bootstrap tracing outputs to a unified directoryJakub Beránek-28/+34
2025-08-11Make explicit guarantees about `Vec`’s allocatorSabrinaJewson-4/+47
2025-08-11Auto merge of #145207 - Kobzol:codegen-backend-clif-dist, r=jieyouxubors-30/+56
2025-08-11fix testsEsteban Küber-12/+20
2025-08-11Add link to invalid `repr` errorEsteban Küber-0/+10
2025-08-11Add link to docs on malformed attributesEsteban Küber-87/+344
2025-08-11Allow attr entries to declare list of alternatives for `List` and `NamedValue...Esteban Küber-272/+711