about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift
AgeCommit message (Expand)AuthorLines
2023-05-01Box AssertKindBen Kimock-1/+1
2023-04-29Merge commit 'ef07e8e60f994ec014d049a95591426fb92ebb79' into sync_cg_clif-202...bjorn3-670/+1464
2023-04-27rename `needs_infer` to `has_infer`Boxy-2/+2
2023-04-25Lower `intrinsics::offset` to `mir::BinOp::Offset`Scott McMurray-1/+1
2023-04-25Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger-2/+28
2023-04-24Fix `rustc_index` imports outside the compilerMaybe Waffle-1/+1
2023-04-24Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle-4/+4
2023-04-22Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwcobors-28/+2
2023-04-22Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkinbors-1/+4
2023-04-21offset_ofDrMeepster-1/+4
2023-04-20Remove WithOptconstParam.Camille GILLOT-1/+1
2023-04-16Remove #[alloc_error_handler] from the compiler and libraryAmanieu d'Antras-28/+2
2023-04-14Remove from cranelift too.Camille GILLOT-89/+0
2023-04-06Rename `Abort` terminator to `Terminate`Gary Guo-2/+2
2023-04-06Refactor unwind from Option to a new enumGary Guo-3/+3
2023-04-01Use `FieldIdx` in various things related to aggregatesScott McMurray-3/+4
2023-03-31Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obkbors-0/+12
2023-03-30Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>`Scott McMurray-1/+2
2023-03-29Rollup merge of #109716 - scottmcm:field-to-fieldidx, r=oli-obkMatthias Krüger-18/+18
2023-03-29Support TLS access into dylibs on WindowsJohn Kåre Alsaker-6/+16
2023-03-28Move `mir::Field` → `abi::FieldIdx`Scott McMurray-18/+18
2023-03-28Rollup merge of #108480 - Zoxc:rayon-tlv, r=cuvipernils-3/+3
2023-03-25Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT`Scott McMurray-3/+3
2023-03-25Update indexmap and rayon cratesJohn Kåre Alsaker-3/+3
2023-03-23A MIR transform that checks pointers are alignedBen Kimock-0/+12
2023-03-23Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obkbors-10/+4
2023-03-22Add `CastKind::Transmute` to MIRScott McMurray-10/+4
2023-03-20Remove Ty::is_region_ptrMu42-3/+1
2023-03-16Tweak implementation of overflow checking assertionsTomasz Miąsko-11/+4
2023-03-15Auto merge of #108282 - cjgillot:mir-checked-sh, r=tmiaskobors-23/+0
2023-03-15Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-202...bjorn3-792/+873
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-6/+6
2023-03-11Auto merge of #109001 - matthiaskrgr:rollup-a3agnwp, r=matthiaskrgrbors-18/+10
2023-03-11Auto merge of #104527 - ferrocene:pa-more-licenses, r=pnkfelixbors-9/+3
2023-03-10Rollup merge of #108017 - chbaker0:fix-105967, r=chbaker0Matthias Krüger-18/+10
2023-03-09Don't export of __rust_* alloc symbols if not codegenedCollin Baker-18/+10
2023-03-09Introduce a no-op PlaceMention statement for `let _ =`.Camille GILLOT-0/+2
2023-03-09replace legacy copyright annotations in submodulesPietro Albini-9/+3
2023-03-08Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiaskoMatthias Krüger-3/+1
2023-03-07Remove DropAndReplace terminatorGiacomo Pasini-3/+1
2023-03-07Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se...bors-0/+4
2023-02-27Implement checked Shl/Shr at MIR building.Camille GILLOT-23/+0
2023-02-27Unify all validity check intrinsicsNilstrieb-49/+31
2023-02-27Rollup merge of #108364 - Nilstrieb:validity-checks-refactor, r=compiler-errorsMatthias Krüger-3/+7
2023-02-24Rename many interner functions.Nicholas Nethercote-9/+9
2023-02-23Unify validity checks into a single queryNilstrieb-3/+7
2023-02-22Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obkbors-2/+2
2023-02-22Remove type-traversal trait aliasesAlan Egerton-2/+2
2023-02-22various: translation resources from cg backendDavid Wood-0/+5
2023-02-18Stop implementing _with_overflow intrinsics in codegen backends.Camille GILLOT-14/+0