summary refs log tree commit diff
path: root/src/rustc/middle/trans/expr.rs
AgeCommit message (Expand)AuthorLines
2012-10-11Update FIXME numbersTim Chevalier-1/+1
2012-09-30When a vec/str bounds check fails, include the bad index and the length of th...Gareth Daniel Smith-1/+3
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-2/+2
2012-09-25Demode iter-traitTim Chevalier-1/+1
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-34/+0
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-2/+2
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-6/+45
2012-09-19demode the each() method on vec and other iterables.Niko Matsakis-3/+5
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-2/+6
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-7/+3
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-3/+7
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-69/+150
2012-09-11Promote 'impl' from restricted keyword to strictBrian Anderson-3/+3
2012-09-11Promote 'struct' from a restricted keyword to a strict keywordBrian Anderson-4/+4
2012-09-10Convert std::map to camel caseBrian Anderson-1/+1
2012-09-10rustc: Make shape-based compare glue never called for comparison operators.Patrick Walton-5/+14
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-1/+3
2012-09-07Refactor fn_ty, working towards #3320Niko Matsakis-6/+7
2012-09-06Issue #3402: Load immediate rvalues right awayNiko Matsakis-0/+12
2012-09-06Refactor trans to replace lvalue and friends with Datum.Niko Matsakis-0/+1371