]> git.lizzy.rs Git - rust.git/commitdiff
mk: Add tidy commands to 'make tips'
authorBrian Anderson <banderson@mozilla.com>
Sun, 25 Jan 2015 09:42:02 +0000 (01:42 -0800)
committerBrian Anderson <banderson@mozilla.com>
Thu, 5 Feb 2015 22:37:16 +0000 (14:37 -0800)
Makefile.in

index 63c5742a540d404c0502a38326fceb06e47da22a..a760155bbd91aeeee3a961599f7a7cf86c4b331a 100644 (file)
@@ -59,6 +59,9 @@
 #   * check-stage$(stage)-$(crate) - Test a crate in a specific stage
 #   * check-stage$(stage)-{rpass,rfail,cfail,rmake,...} - Run tests in src/test/
 #   * check-stage1-T-$(target)-H-$(host) - Run cross-compiled-tests
+#   * tidy-basic - show file / line stats
+#   * tidy-errors - show the highest rustc error code
+#   * tidy-features - show the status of language and lib features
 #
 # Then mix in some of these environment variables to harness the
 # ultimate power of The Rust Build System.