rust/src
Nick Cameron a642d853aa Change to a multi-trait approach
[breaking-change] for lint authors

You must now implement LateLintPass or EarlyLintPass as well as LintPass and use either register_late_lint_pass or register_early_lint_pass, rather than register_lint_pass.
2015-09-17 12:16:46 +12:00
..
compiler-rt@58ab642c30
compiletest
doc Fixe heading 2015-09-15 10:37:52 -07:00
driver
error-index-generator
etc
grammar
jemalloc@e24a1a025a
liballoc
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcollections
libcollectionstest
libcore Simplify sample code for {Option, Result}::iter_mut 2015-09-16 10:17:38 +02:00
libcoretest
libflate
libfmt_macros
libgetopts
libgraphviz
liblibc
liblog
librand
librbml
librustc Change to a multi-trait approach 2015-09-17 12:16:46 +12:00
librustc_back Remove hir::ExprParen 2015-09-17 12:16:46 +12:00
librustc_bitflags
librustc_borrowck Use ast attributes every where (remove HIR attributes). 2015-09-16 10:57:06 +12:00
librustc_data_structures
librustc_driver Change to a multi-trait approach 2015-09-17 12:16:46 +12:00
librustc_front Remove hir::ExprParen 2015-09-17 12:16:46 +12:00
librustc_lint Change to a multi-trait approach 2015-09-17 12:16:46 +12:00
librustc_llvm
librustc_mir Remove hir::ExprParen 2015-09-17 12:16:46 +12:00
librustc_platform_intrinsics
librustc_privacy
librustc_resolve Use ast attributes every where (remove HIR attributes). 2015-09-16 10:57:06 +12:00
librustc_trans Remove hir::ExprParen 2015-09-17 12:16:46 +12:00
librustc_typeck Remove hir::ExprParen 2015-09-17 12:16:46 +12:00
librustc_unicode
librustdoc Add an early lint pass for lints that operate on the AST 2015-09-17 12:16:46 +12:00
libserialize
libstd Auto merge of #28256 - petrochenkov:conv, r=alexcrichton 2015-09-14 22:21:41 +00:00
libsyntax Use ast attributes every where (remove HIR attributes). 2015-09-16 10:57:06 +12:00
libterm
libtest
llvm@3c88bf78f9
rt Remove a needless memset(). It's okay that we don't append NUL because len is actually one more than the length of argv[0]. However, this is precarious and should probably be replaced with more robust logic. 2015-09-14 18:12:45 -04:00
rust-installer@c37d3747da
rustbook
rustllvm
test Change to a multi-trait approach 2015-09-17 12:16:46 +12:00
snapshots.txt