index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
compile-fail
/
lint-dead-code-3.rs
Age
Commit message (
Expand
)
Author
Lines
2015-11-08
librustc: dont warn for inside of items when the parent is dead
Kevin Butler
-1
/
+1
2015-03-25
Add trivial cast lints.
Nick Cameron
-1
/
+1
2015-03-16
Fallout in testing.
Nick Cameron
-1
/
+1
2015-01-31
Kill more `isize`s
Tobias Bucher
-1
/
+1
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-1
/
+1
2015-01-21
Fix up some tests for feature staging
Brian Anderson
-0
/
+1
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+0
2015-01-17
Add allow(unstable) to tests that need it
Brian Anderson
-0
/
+1
2015-01-08
Update compile-fail tests to use is/us, not i/u.
Huon Wilson
-1
/
+1
2015-01-08
Update compile fail tests to use isize.
Huon Wilson
-1
/
+1
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-09-24
Use more descriptive names in dead code messages
Jakub Wieczorek
-6
/
+6
2014-08-14
libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;`
Patrick Walton
-1
/
+1
2014-07-21
privacy: Add publically-reexported foreign item to exported item set
Kiet Tran
-0
/
+5
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-3
/
+3
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+1
2014-04-04
Fix fallout from std::libc separation
Corey Richardson
-1
/
+3
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-4
/
+4
2014-02-21
Changed NonCamelCaseTypes lint to warn by default
mr.Shu
-0
/
+1
2013-12-31
Mark provided methods in dead-code pass
Kiet Tran
-0
/
+16
2013-12-14
Dead-code pass now marks and warns foreign items
Kiet Tran
-3
/
+19
2013-12-08
Add dead-code warning pass
Kiet Tran
-0
/
+50