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
/
librustc
/
middle
/
dead.rs
Age
Commit message (
Expand
)
Author
Lines
2014-09-24
Use more descriptive names in dead code messages
Jakub Wieczorek
-7
/
+10
2014-09-24
Add detection of unused enum variants
Jakub Wieczorek
-36
/
+62
2014-09-19
Add enum variants to the type namespace
Nick Cameron
-2
/
+2
2014-09-17
librustc: Implement associated types behind a feature gate.
Patrick Walton
-1
/
+7
2014-09-16
Fallout from renaming
Aaron Turon
-1
/
+1
2014-09-15
trans -- stop tracking vtables precisely, instead recompute as needed.
Niko Matsakis
-5
/
+5
2014-09-15
Port coherence to use the new trait matching code
Niko Matsakis
-1
/
+1
2014-09-14
rustc: fix fallout from using ptr::P.
Eduard Burtescu
-7
/
+7
2014-09-12
Track the visited AST's lifetime throughout Visitor.
Eduard Burtescu
-12
/
+11
2014-09-12
Remove largely unused context from Visitor.
Eduard Burtescu
-48
/
+43
2014-09-10
Implement tuple and tuple struct indexing
P1start
-0
/
+14
2014-09-08
rustc: fix fallout from the addition of a 'tcx lifetime on tcx.
Eduard Burtescu
-10
/
+10
2014-08-20
librustc: handle repr on structs, require it for ffi, unify with packed
Corey Richardson
-3
/
+4
2014-08-14
librustc: Stop assuming that implementations and traits only contain
Patrick Walton
-18
/
+32
2014-08-11
core/std: squash dead_code warnings from fail! invocations.
Huon Wilson
-1
/
+0
2014-08-10
lint: dead_code ignores items with leading underscores.
Huon Wilson
-12
/
+10
2014-07-24
librustc: Stop desugaring `for` expressions and translate them directly.
Patrick Walton
-4
/
+4
2014-07-18
librustc: Implement unboxed closures with mutable receivers
Patrick Walton
-0
/
+1
2014-07-17
librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,
Patrick Walton
-2
/
+4
2014-07-15
change to new trait style for method field refs
John Clements
-5
/
+3
2014-07-13
refactor Method definition to make space for macros
John Clements
-2
/
+4
2014-07-04
librustc: Accept type aliases for structures in structure literals and
Patrick Walton
-8
/
+17
2014-07-03
Simplify PatIdent to contain an Ident rather than a Path
John Clements
-0
/
+4
2014-07-01
rustc: Remove `&str` indexing from the language.
Brian Anderson
-1
/
+1
2014-06-24
Rework lint attr parsing and use it in middle::dead
Keegan McAllister
-10
/
+5
2014-06-24
Convert builtin lints to uppercase names for style consistency
Keegan McAllister
-1
/
+1
2014-06-24
Replace enum LintId with an extensible alternative
Keegan McAllister
-6
/
+21
2014-06-24
Move lint.rs out of middle
Keegan McAllister
-1
/
+1
2014-06-16
rustc: Improve span for error about using a method as a field.
Kevin Butler
-1
/
+1
2014-06-13
Fix the unused struct field lint for struct variants
Jakub Wieczorek
-21
/
+39
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-7
/
+7
2014-06-08
Add detection of dead struct fields
Jakub Wieczorek
-2
/
+79
2014-06-06
Move Def out of syntax crate, where it does not belong
Niko Matsakis
-4
/
+5
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-2
/
+2
2014-05-21
rustc: rename the lint `level` enum for style.
Huon Wilson
-2
/
+2
2014-05-12
librustc: Remove all uses of `~str` from librustc.
Patrick Walton
-5
/
+11
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-3
/
+3
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-1
/
+1
2014-04-22
rustc: remove ty::Impl.
Eduard Burtescu
-5
/
+5
2014-04-22
rustc: de-@ some RefCell's.
Eduard Burtescu
-1
/
+1
2014-04-22
rustc: move the method and vtable maps into ty::ctxt.
Eduard Burtescu
-8
/
+3
2014-04-21
Fix misspellings in comments.
Joseph Crail
-1
/
+1
2014-04-03
std: Remove `RefCell::get()`
Erick Tryzelaar
-1
/
+1
2014-03-22
rustc: Fix fallout of removing get()
Alex Crichton
-7
/
+4
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-20
rename std::vec_ng -> std::vec
Daniel Micay
-1
/
+1
2014-03-17
De-@ ty::ctxt usage.
Eduard Burtescu
-15
/
+15
2014-03-13
Implement automatic overloaded dereference.
Eduard Burtescu
-3
/
+4
2014-03-08
librustc: Fix up fallout from the automatic conversion.
Felix S. Klock II
-0
/
+1
[next]