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
about
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
2018-08-14
Moved compile-fail tests to ui tests.
David Wood
-116
/
+0
2018-07-21
dead-code lint: say "constructed" for structs
Zack M. Davis
-2
/
+2
2017-11-19
dead code lint to say "never constructed" for variants
Zack M. Davis
-1
/
+1
2015-12-18
Fix the fallout
Vadim Petrochenkov
-1
/
+1
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-1
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-3
/
+0
2015-02-07
Feature-gate #![no_std]
Keegan McAllister
-0
/
+1
2015-02-03
Switch missing_copy_implementations to default-allow
Steven Fackler
-1
/
+0
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
-15
/
+15
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-2
/
+2
2014-10-28
Update code with new lint names
Aaron Turon
-2
/
+2
2014-10-13
rustc: Remove the dummy hack from check_match
Alex Crichton
-3
/
+7
2014-10-12
rustc: Warn about dead constants
Alex Crichton
-0
/
+7
2014-10-09
test: Convert statics to constants
Alex Crichton
-11
/
+5
2014-10-03
Set the `non_uppercase_statics` lint to warn by default
P1start
-0
/
+1
2014-09-25
auto merge of #17428 : fhahn/rust/issue-16114-rename-begin-unwind-2, r=alexcr...
bors
-1
/
+1
2014-09-25
Rename `fail_` lang item to `fail`, closes #16114
Florian Hahn
-1
/
+1
2014-09-24
Use more descriptive names in dead code messages
Jakub Wieczorek
-8
/
+8
2014-09-24
Add detection of unused enum variants
Jakub Wieczorek
-1
/
+5
2014-09-22
librustc: Forbid private types in public APIs.
Patrick Walton
-2
/
+1
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-2
/
+2
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-4
/
+4
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