summary refs log tree commit diff
path: root/src/librustc/middle/trans/expr.rs
AgeCommit message (Expand)AuthorLines
2012-12-13librustc: Allow moves out of `self`. r=nmatsakisPatrick Walton-1/+1
2012-12-13librustc: Automatically move non-implicitly-copyable types into unique closur...Patrick Walton-7/+5
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-9/+10
2012-12-10Remove un-needed code for obsolete classesTim Chevalier-6/+6
2012-12-07librustc: Implement "&mut [T]" as an expression. r=brsonPatrick Walton-1/+2
2012-12-07Add an auto-slice-and-ref step to method lookup. Allows ~[T] to work with exp...Brian Anderson-1/+9
2012-12-05librustc: Fix type_use to not treat i1* arguments as interchangeable with i8*...Patrick Walton-2/+2
2012-12-04librustc: Long lines. rs=rustbotPatrick Walton-1/+2
2012-12-04librustc: Implement moves based on type. r=nmatsakisPatrick Walton-16/+53
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-19/+19
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-30librustc: Make `a.b()` always a method call. r=nmatsakisPatrick Walton-0/+7
2012-11-29librustc: Make the Drop trait use explicit selfPatrick Walton-1/+1
2012-11-28Merge remote-tracking branch 'brson/companion' into incomingBrian Anderson-36/+0
2012-11-28Register snapshotsBrian Anderson-36/+0
2012-11-28librustc: Make overloaded operators with explicit self translate correctlyPatrick Walton-1/+1
2012-11-27librustc: Implement @mut [T] as the new replacement for @[mut T]Patrick Walton-1/+2
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+36
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+1563