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-1.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-23
librustc: Feature gate lang items and intrinsics.
Patrick Walton
-0
/
+1
2014-06-22
libsyntax: don't allow enum structs with no fields
Benjamin Herr
-1
/
+1
2014-06-08
Remove the dead code identified by the new lint
Jakub Wieczorek
-1
/
+5
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-2
/
+2
2014-04-23
Support unsized types with the `type` keyword
Nick Cameron
-0
/
+4
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-6
/
+6
2014-03-01
rustc: implement a lint for publicly visible private types.
Huon Wilson
-0
/
+1
2014-02-21
Changed NonCamelCaseTypes lint to warn by default
mr.Shu
-0
/
+1
2014-01-12
Mark allowed dead code and lang items as live
Kiet Tran
-0
/
+11
2013-12-16
Check even more live Path nodes in dead-code pass
Kiet Tran
-0
/
+4
2013-12-16
Mark live codes in struct/enum for dead-code pass
Kiet Tran
-0
/
+8
2013-12-14
Check more live Path nodes in dead-code pass
Kiet Tran
-14
/
+20
2013-12-08
Add dead-code warning pass
Kiet Tran
-0
/
+69