about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-09-25Auto merge of #147019 - Zalathar:rollup-boxzbmo, r=Zalatharbors-84/+273
2025-09-25Rollup merge of #147015 - Zalathar:dispose-tm, r=lqdStuart Cook-8/+3
2025-09-25Rollup merge of #147005 - GuillaumeGomez:string-formatting-cleanup, r=jdonsze...Stuart Cook-5/+3
2025-09-25Rollup merge of #146905 - durin42:llvm-22-bitstream-remarks, r=nikicStuart Cook-0/+13
2025-09-25Rollup merge of #146766 - nikic:global-alloc-attr, r=nnethercoteStuart Cook-3/+13
2025-09-25Rollup merge of #146735 - Qelxiros:const_mul_add, r=tgross35,RalfJungStuart Cook-0/+54
2025-09-25Rollup merge of #146667 - calebzulawski:simd-mono-lane-limit, r=lcnr,RalfJungStuart Cook-66/+163
2025-09-25Rollup merge of #145973 - vexide:vex-std, r=tgross35Stuart Cook-1/+1
2025-09-25Rollup merge of #145277 - dingxiangfei2009:fold-coercion-into-const, r=nnethe...Stuart Cook-1/+23
2025-09-25Auto merge of #147003 - matthiaskrgr:rollup-b5z9uiz, r=matthiaskrgrbors-11/+15
2025-09-25Use `LLVMDisposeTargetMachine`Zalathar-8/+3
2025-09-24llvm: add a destructor to call releaseSerializerJosh Stone-0/+8
2025-09-24Small string formatting cleanupGuillaume Gomez-5/+3
2025-09-24Rollup merge of #146971 - lcnr:fix-writeback, r=BoxyUwUMatthias Krüger-5/+7
2025-09-24Rollup merge of #146894 - tiif:suggest_feature_attr, r=BoxyUwUMatthias Krüger-4/+7
2025-09-24Rollup merge of #146753 - tiif:unsatisfiable-unstable-feature, r=BoxyUwUMatthias Krüger-2/+1
2025-09-24unstably constify float mul_add methodsJeremy Smart-0/+54
2025-09-24Rollup merge of #146969 - RalfJung:maybe-null-errors, r=oli-obkMatthias Krüger-23/+33
2025-09-24Rollup merge of #146915 - clarfonthey:safe-intrinsics-2, r=RalfJungMatthias Krüger-0/+8
2025-09-24Rollup merge of #146857 - tnuha:revert_self_has_no_region_infer, r=lcnrMatthias Krüger-1/+10
2025-09-24Rollup merge of #146711 - lcnr:fix-placeholder-ice, r=lqdMatthias Krüger-3/+17
2025-09-25mark THIR use as candidate for constness checkDing Xiang Fei-1/+4
2025-09-25do not materialise X in [X; 0] when X is unsizing a constDing Xiang Fei-1/+20
2025-09-24std: add support for armv7a-vex-v5 targetTropical-1/+1
2025-09-24Improve the pretty print of UnstableFeature clausetiif-2/+1
2025-09-24Improve derive suggestion of const paramtiif-4/+7
2025-09-24Auto merge of #146338 - CrooseGit:dev/reucru01/AArch64-enable-GCS, r=Urgau,da...bors-4/+17
2025-09-24const validation: better error for maybe-null referencesRalf Jung-9/+26
2025-09-24const-eval: improve and actually test the errors when pointers might be outsi...Ralf Jung-14/+7
2025-09-24imrpove type_op failure ICElcnr-3/+3
2025-09-24allow bound regions in writebacklcnr-2/+4
2025-09-24fix wordinglcnr-1/+1
2025-09-23Including spans in layout errors for all ADTsCaleb Zulawski-4/+6
2025-09-23Add an attribute to check the number of lanes in a SIMD vector after monomorp...Caleb Zulawski-62/+157
2025-09-23Make missed precondition-free float intrinsics safeltdk-0/+8
2025-09-23Rollup merge of #146899 - Teapot4195:issue-146847-fix, r=nnethercoteMatthias Krüger-1/+3
2025-09-23revert change removing `has_infer` check. Commit conservatively patches for n...ash-1/+10
2025-09-23llvm: update remarks support on LLVM 22Augie Fackler-0/+5
2025-09-23Rollup merge of #146802 - joshtriplett:mbe-simplifications, r=petrochenkovMatthias Krüger-31/+39
2025-09-23Rollup merge of #146799 - cuviper:dangling-count-latch, r=lcnrMatthias Krüger-2/+6
2025-09-23Rollup merge of #146784 - dpaoliello:findmsvc, r=wesleywiserMatthias Krüger-43/+13
2025-09-23Rollup merge of #146775 - hkBst:clippy-fix-11, r=petrochenkovMatthias Krüger-39/+33
2025-09-23Add attributes for #[global_allocator] functionsNikita Popov-3/+13
2025-09-23Auto merge of #146317 - saethlin:panic=immediate-abort, r=nnethercotebors-50/+120
2025-09-22Fix a dangling reference in `rustc_thread_pool`Josh Stone-2/+6
2025-09-22Fix a crash/mislex when more than one frontmatter closing possibility is cons...Alex-1/+3
2025-09-22Auto merge of #146892 - GuillaumeGomez:rollup-fa7lp0n, r=GuillaumeGomezbors-5/+79
2025-09-22Rollup merge of #146848 - moturus:motor-os_tier-3, r=davidtwcoGuillaume Gomez-0/+74
2025-09-22Rollup merge of #146795 - alexcrichton:wasm-limit-rdylib-exports, r=bjorn3Guillaume Gomez-5/+5
2025-09-22Auto merge of #146683 - clarfonthey:safe-intrinsics, r=RalfJung,Amanieubors-58/+126