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
/
rustc
/
metadata
Age
Commit message (
Expand
)
Author
Lines
2012-03-09
rustc: Add region def ids to the AST
Patrick Walton
-1
/
+24
2012-03-09
Revert "rustc: Create def IDs for region parameters"
Patrick Walton
-888
/
+835
2012-03-09
rustc: Create def IDs for region parameters
Patrick Walton
-835
/
+888
2012-03-08
rustc: Change the address-of operator to an explicit production so that we ca...
Patrick Walton
-37
/
+60
2012-03-08
Rename last to last_opt, last_unsafe to last
Tim Chevalier
-1
/
+1
2012-03-08
rustc: Add regions to the type system
Patrick Walton
-0
/
+18
2012-03-08
Properly serialize is_last_use values
Marijn Haverbeke
-3
/
+119
2012-03-08
Explicitly store self_ids use for self locals in methods
Marijn Haverbeke
-9
/
+20
2012-03-08
Drop collect_items pass, create decls on demand
Marijn Haverbeke
-14
/
+17
2012-03-08
rustc: Add the safe address-of operator to the AST
Patrick Walton
-0
/
+8
2012-03-08
rustc: Add region-annoted type parameters to the AST; stub associated patterns
Patrick Walton
-832
/
+919
2012-03-07
Fix #1941: inlining of items that themselves contain nested items
Niko Matsakis
-1
/
+62
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-4
/
+10
2012-03-07
Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"
Patrick Walton
-10
/
+4
2012-03-07
stdlib: Stop incurring vtable dispatch costs when hashmaps are used
Patrick Walton
-4
/
+10
2012-03-06
Add a reachability checker, only export metadata for reachable items
Marijn Haverbeke
-7
/
+145
2012-03-06
Track all exports in exp_map
Marijn Haverbeke
-3
/
+8
2012-03-05
rustc: Lower case error messages
Brian Anderson
-2
/
+2
2012-03-05
rewrite vec to be more unsafe, more inlined
Niko Matsakis
-0
/
+3
2012-03-05
give user control of whether we use inline hint or inline always
Niko Matsakis
-2
/
+10
2012-03-05
set LLVM inline hint for all #[inline] methods, whether CC or local
Niko Matsakis
-6
/
+2
2012-03-04
Translate simple classes
Tim Chevalier
-127
/
+181
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-0
/
+12548
[prev]