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
/
rustc
/
middle
/
trans
/
monomorphize.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-08
Revert "remove ctor from ast"
Tim Chevalier
-1
/
+12
2012-10-08
remove ctor from ast
Niko Matsakis
-12
/
+1
2012-10-05
rustc: Thread a self type through trans_impl; fix cross-crate trait issue
Patrick Walton
-1
/
+2
2012-09-28
demode vec
Niko Matsakis
-6
/
+6
2012-09-26
Remove spurious by-ref argument to destructors
Tim Chevalier
-2
/
+2
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-1
/
+1
2012-09-23
core: Demode option
Brian Anderson
-4
/
+4
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-7
/
+11
2012-09-20
Make + mode by-value if the type is immediate, by-ref otherwise
Niko Matsakis
-14
/
+31
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-2
/
+2
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-1
/
+1
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-2
/
+2
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-2
/
+2
2012-09-18
Revert "rustc: Change all non-keyword uses of "link""
Patrick Walton
-1
/
+1
2012-09-18
rustc: Change all non-keyword uses of "link"
Patrick Walton
-1
/
+1
2012-09-12
Add some monomorphizing instrumentation, simplify types before emitting glue.
Graydon Hoare
-0
/
+2
2012-09-11
Promote 'impl' from restricted keyword to strict
Brian Anderson
-2
/
+2
2012-09-11
Promote 'struct' from a restricted keyword to a strict keyword
Brian Anderson
-1
/
+1
2012-09-07
Refactor fn_ty, working towards #3320
Niko Matsakis
-21
/
+31
2012-09-06
Refactor trans to replace lvalue and friends with Datum.
Niko Matsakis
-0
/
+276