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-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
2013-12-16
Check even more live Path nodes in dead-code pass
Kiet Tran
-10
/
+2
2013-12-16
Mark live codes in struct/enum for dead-code pass
Kiet Tran
-0
/
+2
2013-12-14
Dead-code pass now marks and warns foreign items
Kiet Tran
-9
/
+21
2013-12-14
Check more live Path nodes in dead-code pass
Kiet Tran
-7
/
+7
2013-12-08
Add dead-code warning pass
Kiet Tran
-0
/
+352