summary refs log tree commit diff
path: root/src/librustc/util
AgeCommit message (Expand)AuthorLines
2012-12-13Rename Send trait to OwnedBrian Anderson-1/+1
2012-12-13Rename Owned trait to DurableBrian Anderson-1/+1
2012-12-11Remove duplicate bound_to_str codeBrian Anderson-7/+1
2012-12-10Remove un-needed code for obsolete classesTim Chevalier-2/+2
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-14/+14
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+20
2012-11-30librustc: Make `a.b()` always a method call. r=nmatsakisPatrick Walton-0/+3
2012-11-21Introduce a T_err type for type errorsTim Chevalier-1/+2
2012-11-14Add types for character position and byte position in the codemapBrian Anderson-1/+2
2012-11-12Objectify the codemapBrian Anderson-6/+6
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+553