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-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
2014-03-08
librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.
Patrick Walton
-5
/
+5
2014-03-06
rustc: Move to FNV hashing for node/def ids
Alex Crichton
-3
/
+4
2014-03-01
librustc: Fix errors arising from the automated `~[T]` conversion
Patrick Walton
-3
/
+3
2014-02-26
Replace callee_id with information stored in method_map.
Eduard Burtescu
-4
/
+3
2014-02-26
Rename a few typeck method-related structures to UpperCamelCase.
Eduard Burtescu
-7
/
+7
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-1
/
+1
2014-02-19
Replaced method_map_entry with method_origin and cleaned up vtable checking a...
Eduard Burtescu
-1
/
+1
2014-02-14
Refactored ast_map and friends, mainly to have Paths without storing them.
Eduard Burtescu
-12
/
+11
2014-02-13
Replace `crate` usage with `krate`
Flavio Percoco
-7
/
+7
2014-02-02
librustc: Remove uses of `token::ident_to_str()` from librustc
Patrick Walton
-1
/
+2
2014-01-21
[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior
Simon Sapin
-1
/
+1
2014-01-19
syntax: convert ast_map to use a SmallIntMap.
Huon Wilson
-9
/
+7
2014-01-12
Mark allowed dead code and lang items as live
Kiet Tran
-12
/
+46
2014-01-09
rustc: Fix style of Lint enum
Brian Anderson
-2
/
+2
2014-01-09
libsyntax: Renamed types, traits and enum variants to CamelCase.
Eduard Burtescu
-35
/
+35
2014-01-08
Renamed Option::map_default and mutate_default to map_or and mutate_or_set
Marvin Löbel
-2
/
+2
2014-01-06
Disowned the Visitor.
Eduard Burtescu
-8
/
+8
2014-01-03
librustc: De-`@mut` the AST map
Patrick Walton
-2
/
+6
2013-12-31
Mark provided methods in dead-code pass
Kiet Tran
-23
/
+44
2013-12-26
librustc: De-`@mut` the def map.
Patrick Walton
-1
/
+2
2013-12-26
librustc: De-`@mut` the inherent implementations list
Patrick Walton
-1
/
+2
2013-12-26
librustc: De-`@mut` the entry function and entry type in the session
Patrick Walton
-1
/
+1
2013-12-26
librustc: De-`@mut` the method map
Patrick Walton
-1
/
+2
2013-12-26
librustc: De-`@mut` `inherent_impls` in the type context
Patrick Walton
-1
/
+2
[next]