summary refs log tree commit diff
path: root/compiler/rustc_mir/src/interpret/intrinsics
AgeCommit message (Expand)AuthorLines
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