summary refs log tree commit diff
path: root/src/librustc/middle/const_eval.rs
AgeCommit message (Expand)AuthorLines
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-2/+2
2012-12-07librustc: Implement "&mut [T]" as an expression. r=brsonPatrick Walton-1/+2
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-10/+10
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-28Merge remote-tracking branch 'brson/companion' into incomingBrian Anderson-18/+0
2012-11-28Register snapshotsBrian Anderson-18/+0
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/+18
2012-11-14rustc: Allow constants to be used in patterns. r=nmatsakisPatrick Walton-14/+16
2012-11-12rustc: Implement floating point literal inference. r=nmatsakisPatrick Walton-0/+2
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+467