summary refs log tree commit diff
path: root/compiler/stable_mir
AgeCommit message (Expand)AuthorLines
2024-06-04Split smir `Const` into `TyConst` and `MirConst`Boxy-61/+137
2024-05-30Apply x clippy --fix and x fmtr0cky-5/+5
2024-05-28Add an intrinsic for `ptr::metadata`Scott McMurray-2/+17
2024-05-24Remove `DefId` from `EarlyParamRegion` (clippy/smir)Boxy-1/+0
2024-05-23Rollup merge of #125336 - momvart:smir-77-intrinsic, r=celinvalLeón Orell Valerian Liehr-4/+50
2024-05-23Add conversion from IntrinsicDef to FnDefMohammad Omidvar-0/+6
2024-05-20Implement BOXED_SLICE_INTO_ITERMichael Goulet-0/+1
2024-05-20Add intrinsic definition and retrieval APIsMohammad Omidvar-4/+44
2024-05-17Rename Unsafe to SafetySantiago Pastorino-5/+4
2024-05-13split out AliasTy -> AliasTermMichael Goulet-1/+7
2024-05-08Use generic `NonZero`.Markus Reiter-2/+2
2024-04-30Remove `extern crate scoped_tls` from `stable_mir`.Nicholas Nethercote-3/+1
2024-04-23Rollup merge of #122598 - Nadrieril:full-derefpats, r=matthewjasperLeón Orell Valerian Liehr-8/+18
2024-04-23Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obkbors-1/+7
2024-04-21Add `AggregateKind::RawPtr` and enough support to compileScott McMurray-0/+2
2024-04-20Add a non-shallow fake borrowNadrieril-8/+18
2024-04-18Fix disabling the export of noop async_drop_in_place_rawDaria Sukhonina-1/+7
2024-04-10Rollup merge of #123659 - celinval:smir-fix-intrinsic, r=oli-obkGuillaume Gomez-1/+10
2024-04-09Rollup merge of #123655 - celinval:smir-fix-binop-ty, r=compiler-errorsMatthias Krüger-37/+6
2024-04-08Add support to intrinsics fallback bodyCelina G. Val-1/+10
2024-04-08Remove unimplemented!() from BinOp::ty() functionCelina G. Val-37/+6
2024-04-08Actually create ranged int types in the type system.Oli Scherer-0/+8
2024-04-06Put checks that detect UB under their own flag below debug_assertionsBen Kimock-1/+1
2024-04-03rename `expose_addr` to `expose_provenance`joboet-0/+1
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob Pratt-1/+1
2024-04-02Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwcobors-0/+4
2024-03-28Normalize the result of Fields::ty_with_argsCelina G. Val-2/+2
2024-03-23Add+Use `mir::BinOp::Cmp`Scott McMurray-0/+4
2024-03-23Rollup merge of #122762 - RoboSchmied:RoboSchmied-typo, r=workingjubileeJubilee-3/+3
2024-03-23refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib...Ralf Jung-8/+2
2024-03-23rename MIR int2ptr casts to match library nameRalf Jung-1/+1
2024-03-22Split out ImplPolarity and PredicatePolarityMichael Goulet-1/+7
2024-03-21Rollup merge of #122801 - celinval:smir-pretty, r=compiler-errorsMatthias Krüger-341/+232
2024-03-20s/place_debug/place_pretty in SMIRCelina G. Val-2/+2
2024-03-20Enable users to dump the body of an instanceCelina G. Val-1/+8
2024-03-20Improve emit stable mir bodyCelina G. Val-341/+225
2024-03-20Update target.rs alloc.rs event.rs simd.rsRoboSchmied-3/+3
2024-03-20resolve clippy errorsonur-ozkan-4/+4
2024-03-14Rollup merge of #122405 - celinval:smir-new-const, r=oli-obkMatthias Krüger-5/+39
2024-03-13Rollup merge of #122426 - celinval:smir-fix-full, r=oli-obkMatthias Krüger-1/+1
2024-03-13Fix StableMIR is_full computationCelina G. Val-1/+1
2024-03-13Rollup merge of #122203 - adpaco-aws:smir-intrinsic-name, r=celinvalMatthias Krüger-0/+12
2024-03-12Add `intrinsic_name` to get plain intrinsic nameAdrian Palacios-0/+12
2024-03-12Add methods to create constantsCelina G. Val-5/+39
2024-03-08Distinguish between library and lang UB in assert_unsafe_preconditionBen Kimock-2/+8
2024-03-01Add support to new float typesCelina G. Val-4/+24
2024-03-01Implement missing ABI structures in StableMIRCelina G. Val-10/+177
2024-02-25remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsicsRalf Jung-1/+0
2024-02-24compiler: use `addr_of!`Pavel Grigorenko-1/+1
2024-02-17Merge `CompilerError::CompilationFailed` and `CompilerError::ICE`.Nicholas Nethercote-8/+4