Skip to content

Commit

Permalink
Auto merge of #31024 - oli-obk:move_checks_out_of_librustc, r=arielb1
Browse files Browse the repository at this point in the history
-    check_const
-    check_static_recursion
-    check_loop
-    check_rvalues

r? @arielb1
  • Loading branch information
bors committed Jan 21, 2016
2 parents 038de0f + c124dec commit 340e7eb
Show file tree
Hide file tree
Showing 16 changed files with 645 additions and 635 deletions.
2 changes: 1 addition & 1 deletion mk/crates.mk
Expand Up @@ -102,7 +102,7 @@ DEPS_rustc_front := std syntax log serialize
DEPS_rustc_lint := rustc log syntax
DEPS_rustc_llvm := native:rustllvm libc std rustc_bitflags
DEPS_rustc_metadata := rustc rustc_front syntax rbml
DEPS_rustc_passes := syntax rustc core
DEPS_rustc_passes := syntax rustc core rustc_front
DEPS_rustc_mir := rustc rustc_front syntax
DEPS_rustc_resolve := arena rustc rustc_front log syntax
DEPS_rustc_platform_intrinsics := rustc rustc_llvm
Expand Down

0 comments on commit 340e7eb

Please sign in to comment.