about summary refs log tree commit diff
path: root/src/rustc/middle/trans/meth.rs
AgeCommit message (Expand)AuthorLines
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-726/+0
2012-11-02rustc: Implement ~Trait. r=nmatsakisPatrick Walton-18/+48
2012-10-23rustc: Implement typechecking for simple monomorphic derivable traits on mono...Patrick Walton-1/+2
2012-10-22rustc: Convert two printlns in trans into debug!Brian Anderson-1/+1
2012-10-19Remove superfluous by-ref in option::get, option::get_default, option::expectTim Chevalier-1/+1
2012-10-15rustc: Implement monomorphic default methods. r=nmatsakisPatrick Walton-19/+72
2012-10-12Use the Nth impl when translating a static method call, insteadNiko Matsakis-3/+40
2012-10-05Remove by-mutable-ref mode from the compilerTim Chevalier-1/+1
2012-10-05rustc: Add a new method_self method call origin. Part of default methods.Patrick Walton-0/+3
2012-10-05rustc: Thread a self type through trans_impl; fix cross-crate trait issuePatrick Walton-3/+12
2012-10-05rustc: Implement simple uses of &traitPatrick Walton-12/+26
2012-10-03rustc: Unbreak old-style boxed traitsPatrick Walton-4/+3
2012-10-03rustc: Implement "@Foo as @Bar" for boxed traitsPatrick Walton-9/+18
2012-09-28Demode iter::foldl and friendsTim Chevalier-2/+2
2012-09-23core: Demode optionBrian Anderson-1/+1
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-4/+4
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-1/+1
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-1/+1
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-1/+1
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-2/+2
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-2/+2
2012-09-18Revert "rustc: Change all non-keyword uses of "link""Patrick Walton-1/+1
2012-09-18rustc: Change all non-keyword uses of "link"Patrick Walton-1/+1
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-20/+20
2012-09-11Promote 'impl' from restricted keyword to strictBrian Anderson-0/+571