about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-02Merge pull request #1912 from folkertdev/loongarch-qemu-userSayantan Chakraborty-2/+2
2025-09-02use `qemu-user` instead of `qemu-user-static` for loongarch CIFolkert de Vries-2/+2
2025-09-02Remove some llvm workaroundsNikita Popov-12/+4
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-02Merge pull request #20587 from ChayimFriedman2/private-inherentLaurențiu Nicola-8/+47
2025-09-02Deduplicate methods in completion by function ID and not by nameChayim Refael Friedman-8/+47
2025-09-02Make sense of the mess that were (are) different kind of generics in the solverChayim Refael Friedman-233/+324
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
2025-09-01test(lexer): Ensure frontmatter w/ crlf worksEd Page-0/+15
2025-09-01Constify conversion traitsltdk-171/+278
2025-09-02Auto merge of #146059 - folkertdev:va-end-lifetime, r=saethlinbors-3/+9
2025-09-02Suggest parentheses around if-expressionsEsteban Küber-76/+301
2025-09-02squash fix `render_call_locations` panic when default span points at file out...Janis-16/+73
2025-09-01Auto merge of #145925 - lcnr:revealing-use-closures-2, r=BoxyUwUbors-233/+523
2025-09-01use defining uses of all bodies to constrain non-defining useslcnr-232/+518
2025-09-01Remove dead code stemming from an old effects desugaringLeón Orell Valerian Liehr-26/+16
2025-09-01Auto merge of #145721 - dpaoliello:ar050, r=bjorn3bors-56/+82
2025-09-01Fix ui-fulldepsJakub Beránek-1/+3
2025-09-01Make `Parser::parse_for_head` public for rustfmt usageMoritz Hedtke-1/+2
2025-09-01fix: `alloc_instead_of_core` FP when `alloc` is an aliasyanglsh-0/+16
2025-09-01Auto merge of #144783 - folkertdev:loop-match-diverging-loop, r=SparrowLiibors-4/+419
2025-09-01fix a constness ordering bug in rustfmtNathaniel McCallum-1/+1