about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-09-05cg_clif: account for moved `tests/run-make-cargo/compiler-builtins`Jieyou Xu-1/+1
2025-09-05remove couple of clonesMatthias Krüger-4/+4
2025-09-05rustc_infer: change top-level doc comment to innerMarijn Schouten-1/+1
2025-09-05DynamicConfig: use canonical clone implMarijn Schouten-1/+1
2025-09-05Auto merge of #146044 - estebank:issue-88727, r=chenyukangbors-42/+123
2025-09-05gpu offload: change suspicious map into filterMarijn Schouten-1/+1
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-04fix: Filter suggestion parts that match existing codeScott Schafer-10/+11
2025-09-04chore: Remove redundant disjoint spans assertScott Schafer-5/+0
2025-09-04refactor: Move assert for disjoint substitution spansScott Schafer-1/+6
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-04don't extend non-extended `super let` initializers' block tail tempsdianne-5/+19
2025-09-04compiler: Apply target features to the entry functionWANG Rui-10/+22
2025-09-04Auto merge of #145955 - bjorn3:lto_refactors4, r=nnethercotebors-155/+97
2025-09-04rustc_log: remove direct dep on tracing_coreklensy-1/+1
2025-09-04unpin tracing_coreklensy-2/+2
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-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