about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-09-05Auto merge of #146224 - tgross35:rollup-1bgjms3, r=tgross35bors-38/+110
2025-09-05Rollup merge of #146217 - lukas-code:suggest-new-ice, r=compiler-errorsTrevor Gross-6/+5
2025-09-05Rollup merge of #145709 - heiher:issue-145692-1, r=jackh726Trevor Gross-32/+105
2025-09-05Auto merge of #144737 - petrochenkov:extprelcache, r=davidtwcobors-6/+8
2025-09-04Auto merge of #138736 - azhogin:azhogin/sanitizers-target-modificators, r=rcv...bors-7/+82
2025-09-04fix ICE when suggesting `::new`Lukas Markeffsky-6/+5
2025-09-04Auto merge of #145955 - bjorn3:lto_refactors4, r=nnethercotebors-155/+97
2025-09-04Special case allocator module submission to avoid special casing it elsewherebjorn3-146/+79
2025-09-04Ensure the allocator shim never participates in LTObjorn3-18/+13
2025-09-04Export __rdl_* symbols to the allocator shim when doing LTObjorn3-0/+14
2025-09-04Rollup merge of #146182 - ChayimFriedman2:ns-probe, r=jackh726Jacob Pratt-8/+9
2025-09-04Rollup merge of #145690 - sayantn:integer-funnel-shift, r=tgross35Jacob Pratt-8/+23
2025-09-04Rollup merge of #145682 - dpaoliello:arm64tier1, r=jieyouxuJacob Pratt-1/+1
2025-09-04Rollup merge of #146137 - Urgau:cfg-disallow-frontmatter, r=fmeaseStuart Cook-6/+20
2025-09-04Rollup merge of #146134 - maurer:nvptx-sync, r=durin42Stuart Cook-1/+5
2025-09-04Rollup merge of #146120 - smoelius:patch-3, r=lqdStuart Cook-1/+1
2025-09-04Rollup merge of #146112 - scrabsha:push-utkysktvulto, r=WaffleLapkinStuart Cook-14/+14
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-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-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-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-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