about summary refs log tree commit diff
path: root/src/librustc_passes/static_recursion.rs
AgeCommit message (Expand)AuthorLines
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-1/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-3/+3
2016-03-31librustc_passes: use bug!(), span_bug!()Benjamin Herr-9/+9
2016-02-05Instrument a bunch of tasks that employ the HIR map in one way orNiko Matsakis-3/+6
2016-02-01Replace some aborts with ResultsNick Cameron-4/+4
2016-01-21move more checks out of librustcOliver Schneider-0/+290