summary refs log tree commit diff
path: root/src/librustc_passes/lib.rs
AgeCommit message (Expand)AuthorLines
2016-09-04Replace `_, _, _` with `..`Vadim Petrochenkov-0/+1
2016-08-04run rustfmt on librustc_passes folderSrinivas Reddy Thatiparthy-3/+6
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-0/+2
2016-05-28sanity -> validationVadim Petrochenkov-1/+1
2016-05-28Add an AST sanity checking pass and use it to catch some illegal lifetime/lab...Vadim Petrochenkov-0/+1
2016-05-07mir: qualify and promote constants.Eduard Burtescu-1/+0
2016-04-26don't report bitshift overflow twiceOliver Schneider-0/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-1/+0
2016-03-31librustc_passes: use bug!(), span_bug!()Benjamin Herr-1/+1
2016-03-30move `const_eval` and `check_match` out of `librustc`Oliver Schneider-0/+1
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-2/+3
2016-01-21move more checks out of librustcOliver Schneider-0/+7
2016-01-15move const block checks before lowering stepOliver Schneider-0/+36