about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-09-03Merge pull request #4559 from nia-e/zed-configRalf Jung-0/+47
2025-09-03fix mangitude of applied float errorRalf Jung-69/+103
2025-09-03Add amdgpu to gpu-kernel testFlakebi-1/+4
2025-09-03Add test for addrspacecasting global varsFlakebi-1/+17
2025-09-03fixes auto-run js checks in tidyFrancescoV1985-13/+13
2025-09-03Disallow frontmatter in `--cfg` and `--check-cfg` argumentsUrgau-6/+65
2025-09-03Merge pull request #20586 from ChayimFriedman2/placeholder-nsShoyu Vanilla (Flint)-233/+324
2025-09-03raw_vec.rs: Remove superfluous fn alloc_guardBart Jacobs-25/+2
2025-09-03Merge pull request #4560 from rust-lang/rustup-2025-09-03Ben Kimock-2204/+2741
2025-09-03Merge ref '51ff895062ba' from rust-lang/rustThe Miri Cronjob Bot-2203/+2740
2025-09-03Prepare for merging from rust-lang/rustThe Miri Cronjob Bot-1/+1
2025-09-02add exact bitshiftsJeremy Smart-0/+231
2025-09-03RISC-V: Lower requirements of `clmul` and `clmulh`Tsukasa OI-2/+2
2025-09-03add zed editor configNia Espera-0/+47
2025-09-02compiletest: cygwin follows windows in using PATH for dynamic librariesjeremyd2019-1/+1
2025-09-02test(rustdoc): show the wrong `--emit` precedenceWeihang Lo-0/+13
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-03Fix closure in match not applicable for add_bracesA4-Tacks-2/+31
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