about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-03explicitly start `va_list` lifetimeFolkert de Vries-1/+26
2025-09-02docs(std): add missing closing code block fences in doc commentsAudaciousAxiom-2/+7
2025-09-02Revert "Make `lto` and `linker-plugin-lto` work the same for `compiler_builti...Ramon de C Valle-23/+12
2025-09-02Auto merge of #146076 - Kobzol:bootstrap-compiletest, r=jieyouxubors-222/+279
2025-09-02llvm: nvptx: Layout update to match LLVMMatthew Maurer-1/+5
2025-09-02Auto merge of #146125 - GuillaumeGomez:rollup-ld81n7e, r=GuillaumeGomezbors-417/+424
2025-09-02Rollup merge of #146118 - RalfJung:miri-abort, r=joboetGuillaume Gomez-90/+54
2025-09-02Rollup merge of #146117 - GuillaumeGomez:fix-search-index-generation, r=notri...Guillaume Gomez-55/+41
2025-09-02Rollup merge of #146116 - zmodem:issue_118306_fix, r=nikicGuillaume Gomez-1/+1
2025-09-02Rollup merge of #146115 - hax0kartik:master, r=lqdGuillaume Gomez-0/+1
2025-09-02Rollup merge of #146102 - fmease:rm-dead-eff-code-iii, r=fee1-deadGuillaume Gomez-26/+16
2025-09-02Rollup merge of #146094 - mohe2015:patch-2, r=lcnrGuillaume Gomez-1/+2
2025-09-02Rollup merge of #146091 - janis-bhm:rustdoc-default-span-with-simple-test, r=...Guillaume Gomez-16/+73
2025-09-02Rollup merge of #146089 - npmccallum:rustfmt, r=fmeaseGuillaume Gomez-1/+1
2025-09-02Rollup merge of #146088 - npmccallum:try, r=scottmcmGuillaume Gomez-2/+4
2025-09-02Rollup merge of #146070 - notriddle:skip-loading-function-data, r=GuillaumeGomezGuillaume Gomez-12/+13
2025-09-02Rollup merge of #146064 - jullanggit:patch-1, r=fmeaseGuillaume Gomez-6/+35
2025-09-02Rollup merge of #146034 - taiki-e:target-spec, r=nnethercoteGuillaume Gomez-5/+5
2025-09-02Rollup merge of #145783 - Erk-:et-cetera-span, r=compiler-errorsGuillaume Gomez-6/+7
2025-09-02Rollup merge of #145783 - Erk-:et-cetera-span, r=compiler-errorsGuillaume Gomez-40/+50
2025-09-02Rollup merge of #144066 - RalfJung:extern-c-variadics, r=workingjubileeGuillaume Gomez-162/+128
2025-09-02Merge pull request #4555 from RalfJung/float-errRalf Jung-72/+116
2025-09-02Remove special implementation of `PartialEq` for `InvisibleOrigin` outside ma...Jakub Beránek-19/+21
2025-09-02account for aarch64 windows oversleepingRalf Jung-1/+2
2025-09-02ptr_cast_constness: avoid suggesting unresolvable method call (#15540)Alex Macleod-3/+30
2025-09-02Preserve `unsafe` blocks in `option_map_unit` suggestion (#15570)Alex Macleod-9/+48
2025-09-02resolve: Avoid finalizing extern prelude entries more than onceVadim Petrochenkov-19/+9
2025-09-02Auto merge of #145951 - lcnr:proof-tree-as-query, r=compiler-errorsbors-441/+331
2025-09-02add a flag to always apply the maximum float errorRalf Jung-9/+54
2025-09-02Add LSX accelerated implementation for source file analysisWANG Rui-3/+107
2025-09-02Correct typo in `rustc_errors` commentSamuel Moelius-1/+1
2025-09-02improve process::abort rendering in Miri backtracesRalf Jung-90/+54
2025-09-02move some configuration enums to a more logical placeRalf Jung-65/+63
2025-09-02Make it impossible to forget a conversion for the rustdoc `ItemType` enumGuillaume Gomez-55/+40
2025-09-02Adjust issue-118306.rs test after LLVM changeHans Wennborg-1/+1
2025-09-02Auto merge of #146113 - nnethercote:undo-workspace-dependencies, r=Kobzolbors-212/+187
2025-09-02Fix `unknown number` error when generating search indexGuillaume Gomez-2/+3
2025-09-02Replace print statements in runtest with `write!` or `writeln!`Zalathar-60/+98
2025-09-02Preliminary plumbing of stdout/stderr as `&dyn ConsoleOut`Zalathar-8/+60
2025-09-02Encapsulate output-capture mode in a dedicated enumZalathar-7/+43
2025-09-02Add maintainer for VxWorksKartik Agarwala-0/+1
2025-09-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-212/+187
2025-09-02Migrate more things in the new solver to specific `DefId`sChayim Refael Friedman-80/+154
2025-09-02stabilize extended_varargs_abi_supportRalf Jung-162/+128
2025-09-01add rust.break-on-ice to bootstrap.tomlbeepster4096-2/+18
2025-09-02Fix `alloc_instead_of_core` FP when `alloc` is an alias (#15581)Jason Newcomb-0/+16
2025-09-01fix(lexer): Only allow horizontal whitespace in frontmatterEd Page-6/+21
2025-09-01docs(lexer): Organize and document whitespace by Pattern_White_SpaceEd Page-12/+10
2025-09-01test(lexer): Ensure tabs are accepted for horizontal whitespaceEd Page-3/+5
2025-09-01test(lexer): Ensure frontmatter can contain unicode whitespaceEd Page-0/+22