Skip to content

Commit

Permalink
move more checks out of librustc
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Jan 21, 2016
1 parent d5ec3ab commit c124dec
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
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit c124dec

Please sign in to comment.