about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-09-04Rollup merge of #146090 - Kobzol:invisible-origin-eq, r=petrochenkovStuart Cook-19/+21
2025-09-04Rollup merge of #145963 - heiher:src-analysis-lsx, r=lqdStuart Cook-3/+107
2025-09-04Rollup merge of #145962 - bjorn3:linkage_fixes, r=WaffleLapkinStuart Cook-39/+82
2025-09-04Rollup merge of #145932 - JamieCunliffe:target-feature-inlining, r=jackh726Stuart Cook-15/+246
2025-09-04Rollup merge of #145827 - estebank:issue-51976, r=jackh726Stuart Cook-38/+273
2025-09-04Rollup merge of #145342 - dianne:if-let-super-let, r=nnethercoteStuart Cook-41/+43
2025-09-03In the rustc_llvm build script, don't consider arm64* to be 32-bitDaniel Paoliello-1/+4
2025-09-04Don't require next-solver `ProbeRef` to be `Copy`Chayim Refael Friedman-8/+9
2025-09-03Auto merge of #146133 - rcvalle:rust-cfi-fix-145981, r=bjorn3bors-1/+12
2025-09-03simplify `check_c_variadic_type`Folkert de Vries-25/+21
2025-09-03don't uppercase error messagesSasha Pourcelot-14/+14
2025-09-03Rollup merge of #146106 - epage:whitespace, r=fee1-deadStuart Cook-18/+31
2025-09-03Rollup merge of #146032 - heiher:loong64-none-no-lsx, r=lqdStuart Cook-1/+1
2025-09-03Rollup merge of #145961 - petrochenkov:extprelregr, r=nnethercoteStuart Cook-3/+20
2025-09-03Add `funnel_sh{l,r}` functions and intrinsicssayantn-8/+23
2025-09-03Disallow frontmatter in `--cfg` and `--check-cfg` argumentsUrgau-6/+20
2025-09-03explicitly start `va_list` lifetimeFolkert de Vries-1/+5
2025-09-02Revert "Make `lto` and `linker-plugin-lto` work the same for `compiler_builti...Ramon de C Valle-1/+12
2025-09-02llvm: nvptx: Layout update to match LLVMMatthew Maurer-1/+5
2025-09-02Auto merge of #146125 - GuillaumeGomez:rollup-ld81n7e, r=GuillaumeGomezbors-97/+112
2025-09-02Rollup merge of #146102 - fmease:rm-dead-eff-code-iii, r=fee1-deadGuillaume Gomez-20/+12
2025-09-02Rollup merge of #146094 - mohe2015:patch-2, r=lcnrGuillaume Gomez-1/+2
2025-09-02Rollup merge of #146064 - jullanggit:patch-1, r=fmeaseGuillaume Gomez-1/+6
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-23/+32
2025-09-02Rollup merge of #144066 - RalfJung:extern-c-variadics, r=workingjubileeGuillaume Gomez-47/+55
2025-09-02Remove special implementation of `PartialEq` for `InvisibleOrigin` outside ma...Jakub Beránek-19/+21
2025-09-02resolve: Avoid finalizing extern prelude entries more than onceVadim Petrochenkov-6/+8
2025-09-02Auto merge of #145951 - lcnr:proof-tree-as-query, r=compiler-errorsbors-441/+331
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-02Revert introduction of `[workspace.dependencies]`.Nicholas Nethercote-158/+160
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-47/+55
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-02Auto merge of #146059 - folkertdev:va-end-lifetime, r=saethlinbors-3/+9
2025-09-02Suggest parentheses around if-expressionsEsteban Küber-74/+124
2025-09-01Auto merge of #145925 - lcnr:revealing-use-closures-2, r=BoxyUwUbors-203/+466
2025-09-01use defining uses of all bodies to constrain non-defining useslcnr-202/+461
2025-09-01Remove dead code stemming from an old effects desugaringLeón Orell Valerian Liehr-20/+12
2025-09-01Auto merge of #145721 - dpaoliello:ar050, r=bjorn3bors-53/+79
2025-09-01Make `Parser::parse_for_head` public for rustfmt usageMoritz Hedtke-1/+2
2025-09-01Auto merge of #144783 - folkertdev:loop-match-diverging-loop, r=SparrowLiibors-4/+6
2025-09-01Auto merge of #143290 - azhogin:azhogin/link-pub-async-impls, r=oli-obkbors-1/+14
2025-09-01Auto merge of #146077 - Zalathar:rollup-l7ip5yi, r=Zalatharbors-162/+225
2025-09-01Rollup merge of #145754 - epage:escape, r=SparrowLiiStuart Cook-21/+13
2025-09-01Rollup merge of #145643 - Zalathar:tree, r=SparrowLiiStuart Cook-141/+212
2025-09-01pub async fn implementation coroutine (func::{closure#0}) is monomorphized, w...Andrew Zhogin-1/+14
2025-09-01Add compiler error when trying to use concat metavar expr in repetitionsjullang-1/+6