summary refs log tree commit diff
path: root/src/librustc/lib
AgeCommit message (Expand)AuthorLines
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-1/+1
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-30librustc: Implement C-like enum constants. r=tjcPatrick Walton-5/+16
2012-11-28Register snapshotsBrian Anderson-43/+0
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+43
2012-11-07rustc: Support irrefutable patterns in function arguments. r=nmatsakisPatrick Walton-5/+5
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+1273