about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
2024-04-07Auto merge of #123221 - pacak:cache_emit, r=fmease,jieyouxubors-4/+45
2024-04-06Put checks that detect UB under their own flag below debug_assertionsBen Kimock-1/+1
2024-04-06Save/restore more items in cache with incremental compilationMichael Baikov-4/+45
2024-04-06Rollup merge of #123467 - dpaoliello:archcoff, r=wesleywiserMatthias Krüger-1/+5
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez-1/+7
2024-04-05Ignore `-C strip` on MSVCicedrocket-42/+35
2024-04-04MSVC targets should use COFF as their archive formatDaniel Paoliello-1/+5
2024-04-03Rollup merge of #122964 - joboet:pointer_expose, r=AmanieuMatthias Krüger-1/+1
2024-04-03Rollup merge of #122619 - erikdesjardins:cast, r=compiler-errorsMatthias Krüger-3/+29
2024-04-03rename `expose_addr` to `expose_provenance`joboet-1/+1
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob Pratt-1/+1
2024-04-02Auto merge of #123385 - matthiaskrgr:rollup-v69vjbn, r=matthiaskrgrbors-51/+37
2024-04-02Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwcobors-0/+31
2024-04-02Improve the `build_shift_expr_rhs` commentScott McMurray-4/+7
2024-03-30De-LLVM the unchecked shifts [MCP#693]Scott McMurray-51/+34
2024-03-29Rollup merge of #123188 - klensy:clippy-me2, r=NilstriebMatthias Krüger-6/+6
2024-03-29Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstriebbors-4/+2
2024-03-28and few moreklensy-6/+6
2024-03-25Rollup merge of #122842 - pacak:explicit_name, r=michaelwoeristerMatthias Krüger-1/+1
2024-03-24Rollup merge of #122937 - Zalathar:unbox, r=oli-obkMatthias Krüger-7/+7
2024-03-23Add+Use `mir::BinOp::Cmp`Scott McMurray-0/+31
2024-03-23Rollup merge of #122879 - maurer:callsite-instances, r=workingjubileeJubilee-15/+39
2024-03-23Fixed bad formattingAdam Gastineau-4/+2
2024-03-23Fixed builds with modified libcAdam Gastineau-3/+3
2024-03-23CFI: Use Instance at callsitesMatthew Maurer-15/+39
2024-03-23refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib...Ralf Jung-2/+1
2024-03-23Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obkbors-2/+90
2024-03-23rename MIR int2ptr casts to match library nameRalf Jung-1/+1
2024-03-23Unbox and unwrap the contents of `StatementKind::Coverage`Zalathar-7/+7
2024-03-22Auto merge of #122852 - compiler-errors:raw-ptr, r=lcnrbors-15/+7
2024-03-22Auto merge of #122580 - saethlin:compiler-builtins-can-panic, r=pnkfelixbors-11/+57
2024-03-22Programmatically convert some of the pat ctorsMichael Goulet-3/+3
2024-03-22Ty::new_ref and Ty::new_ptr stop using TypeAndMutMichael Goulet-8/+3
2024-03-22Eagerly convert some ctors to use their specialized ctorsMichael Goulet-4/+1
2024-03-22Don't emit an error about failing to produce a file with a specific nameMichael Baikov-1/+1
2024-03-22Codegen const panic messages as function callsMark Rousskov-4/+2
2024-03-21Auto merge of #122830 - matthiaskrgr:rollup-uk2by3f, r=matthiaskrgrbors-7/+0
2024-03-20Add a testBen Kimock-4/+8
2024-03-21Remove `CodegenBackend::target_override`.Nicholas Nethercote-7/+0
2024-03-20Update comment and remove special-case for Wasm targets which is incompatible...Douglas Young-7/+1
2024-03-20Use MSVC-style escaping when passing a response/@ file to lld on windowsDouglas Young-6/+11
2024-03-19Rollup merge of #122691 - veera-sivarajan:bugfix-121099, r=AmanieuMatthias Krüger-17/+29
2024-03-19Remove all checks of `IntrinsicDef::must_be_overridden` except for the actual...Oli Scherer-4/+0
2024-03-19Make ptr_guaranteed_cmp a rustc_intrinsic and favor its body over backends im...Oli Scherer-7/+0
2024-03-18Support for visionOSAdam Gastineau-1/+9
2024-03-19Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obkbors-1/+1
2024-03-18Fix ICE: `global_asm!()` Don't Panic When Unable to Evaluate ConstantVeera-17/+29
2024-03-18Rollup merge of #122567 - erikdesjardins:noname, r=oli-obkMatthias Krüger-1/+0
2024-03-18Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ...Oli Scherer-8/+5
2024-03-17Let codegen decide when to `mem::swap` with immediatesScott McMurray-2/+90