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
/
middle
/
trans
/
meth.rs
Age
Commit message (
Expand
)
Author
Lines
2012-11-07
Rename src/rustc to src/librustc. Use the driver crate
Brian Anderson
-726
/
+0
2012-11-02
rustc: Implement ~Trait. r=nmatsakis
Patrick Walton
-18
/
+48
2012-10-23
rustc: Implement typechecking for simple monomorphic derivable traits on mono...
Patrick Walton
-1
/
+2
2012-10-22
rustc: Convert two printlns in trans into debug!
Brian Anderson
-1
/
+1
2012-10-19
Remove superfluous by-ref in option::get, option::get_default, option::expect
Tim Chevalier
-1
/
+1
2012-10-15
rustc: Implement monomorphic default methods. r=nmatsakis
Patrick Walton
-19
/
+72
2012-10-12
Use the Nth impl when translating a static method call, instead
Niko Matsakis
-3
/
+40
2012-10-05
Remove by-mutable-ref mode from the compiler
Tim Chevalier
-1
/
+1
2012-10-05
rustc: Add a new method_self method call origin. Part of default methods.
Patrick Walton
-0
/
+3
2012-10-05
rustc: Thread a self type through trans_impl; fix cross-crate trait issue
Patrick Walton
-3
/
+12
2012-10-05
rustc: Implement simple uses of &trait
Patrick Walton
-12
/
+26
2012-10-03
rustc: Unbreak old-style boxed traits
Patrick Walton
-4
/
+3
2012-10-03
rustc: Implement "@Foo as @Bar" for boxed traits
Patrick Walton
-9
/
+18
2012-09-28
Demode iter::foldl and friends
Tim Chevalier
-2
/
+2
2012-09-23
core: Demode option
Brian Anderson
-1
/
+1
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-4
/
+4
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-1
/
+1
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-1
/
+1
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-11
Introduce auto adjustment table to subsume autoderef/autoref/borrowings.
Niko Matsakis
-20
/
+20
2012-09-11
Promote 'impl' from restricted keyword to strict
Brian Anderson
-0
/
+571