about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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-24Address review commentsJules Bertholet-8/+23
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-24impl Ord for params and use unstable sortMarijn Schouten-2/+2
2025-09-24Improve derive suggestion of const paramtiif-4/+7
2025-09-24simplify setup_constraining_predicates, and note it is potentially cubicMarijn Schouten-26/+26
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-23Update compiler/rustc_mir_transform/src/patch.rsCamille Gillot-0/+2
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-23yeet fastpathlcnr-13/+1
2025-09-23Add proper name mangling for pattern typesOli Scherer-8/+6
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
2025-09-22Rollup merge of #146858 - Gelbpunkt:mips64el-musl-dynamic, r=jieyouxuStuart Cook-2/+0
2025-09-22Rollup merge of #146845 - Zalathar:prof-target-machine, r=KobzolStuart Cook-0/+10
2025-09-22Rollup merge of #146831 - taiki-e:powerpc-clobber, r=AmanieuStuart Cook-13/+36
2025-09-22Rollup merge of #146791 - folkertdev:readonly-not-pure, r=nikic,joshtriplettStuart Cook-2/+8
2025-09-21port `#[debugger_visualizer]` to the new attribute systemJana Dönszelmann-109/+143
2025-09-21Mark float intrinsics with no preconditions as safeltdk-0/+64
2025-09-21Rollup merge of #143857 - Periodic1911:macro-export, r=jdonszelmannMatthias Krüger-69/+147
2025-09-21Add x86_64-unknown-motor (Motor OS) tier 3 targetU. Lasiotus-0/+74
2025-09-21emit attribute for readonly non-pure inline assemblyFolkert de Vries-2/+8
2025-09-21Make mips64el-unknown-linux-muslabi64 link dynamicallyJens Reidel-2/+0
2025-09-21Explain tests and setting cfgsBen Kimock-0/+4
2025-09-21Change the cfg to a dashBen Kimock-1/+1