rust/compiler/rustc_mir/src
Camille GILLOT cebbba081e Only store a LocalDefId in hir::Item.
Items are guaranteed to be HIR owner.
2021-02-15 19:32:10 +01:00
..
borrow_check Use ItemId as a strongly typed index. 2021-02-15 19:24:58 +01:00
const_eval improve error message for disallowed ptr-to-int casts in const eval 2021-02-05 00:52:19 -08:00
dataflow Remove RCs from Borrows 2021-02-08 20:37:16 +01:00
interpret Auto merge of #81350 - tmiasko:instrument-debug, r=lcnr 2021-02-11 13:44:00 +00:00
monomorphize Only store a LocalDefId in hir::Item. 2021-02-15 19:32:10 +01:00
transform Use debug log level for developer oriented logs 2021-02-13 00:00:00 +00:00
util Fix MIR pretty printer for non-local DefIds 2021-02-13 20:23:27 +03:00
lib.rs Prevent query cycles during inlining 2021-01-23 16:51:22 +00:00
shim.rs Replace let Some(..) = with .is_some() 2021-01-17 19:06:12 -05:00