summary refs log tree commit diff
path: root/src/librustc/mir/mod.rs
AgeCommit message (Expand)AuthorLines
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-3/+3
2017-01-06rustc: keep track of tables everywhere as if they were per-body.Eduard-Mihai Burtescu-8/+3
2017-01-03Fix build after rebaseAndrew Cann-1/+1
2017-01-03More pattern matching for empty types changesAndrew Cann-0/+4
2016-11-29rustc: simplify AdtDef by removing the field types and ty::ivar.Eduard-Mihai Burtescu-3/+3
2016-11-10Balance the debug output of Lvalue SubsliceNicolas B. Pierron-1/+1
2016-10-30Auto merge of #37489 - nagisa:unnecessary-clone, r=eddybbors-1/+2
2016-10-31Do not clone Mir unnecessarilySimonas Kazlauskas-1/+2
2016-10-30Fix ICE when attempting to get closure generics.Mark-Simulacrum-3/+2
2016-10-28rustc: move the MIR map into TyCtxt.Eduard Burtescu-1/+0
2016-10-28rustc: move mir::repr::* to mir.Eduard Burtescu-0/+1340