summary refs log tree commit diff
path: root/compiler/rustc_mir/src/interpret/intrinsics
AgeCommit message (Expand)AuthorLines
2021-07-14CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...Ralf Jung-1/+1
2021-06-29Unwrap allocated Location at creationSmitty-8/+7
2021-06-29Support allocation failures when interperting MIRSmitty-5/+8
2021-06-04Rollup merge of #85963 - m-ou-se:constructor-type-name, r=yaahcYuki Okushi-6/+1
2021-06-03Show `::{{constructor}}` in std::any::type_name().Mara Bos-6/+1
2021-06-02Restrict access to crate_name.Camille GILLOT-1/+1
2021-06-01Revert "Reduce the amount of untracked state in TyCtxt"Camille Gillot-1/+1
2021-05-30Restrict access to crate_name.Camille GILLOT-1/+1
2021-05-23support creating mutable allocations from byte slicesRalf Jung-2/+4
2021-05-05Use local and remapped paths where appropriateAndy Wang-1/+1
2021-03-31Add tcx lifetime to BinderJack Huey-1/+1
2021-02-16Pass MPlaceTy by reference not valueTomasz Miąsko-3/+3
2021-02-16Pass PlaceTy by reference not valueTomasz Miąsko-3/+3
2020-12-11Move binder for dyn to each list itemJack Huey-1/+1
2020-10-21rustc_mir: support MIR-inlining #[track_caller] functions.Eduard-Mihai Burtescu-28/+51
2020-09-25Implement `Display` for `DisambiguatedDefPathData` and `DefPathData`marmeladema-8/+2
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-2/+7
2020-09-04Change ty.kind to a methodLeSeulArtichaut-1/+1
2020-08-30mv compiler to compiler/mark-0/+299