summary refs log tree commit diff
path: root/src/librustc/util
AgeCommit message (Collapse)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
and rename "class" to "struct" everywhere possible (except local vars, I was too lazy for that) -- that is why this commit is so big. No review, just dead code removal and renaming. Closes #3515
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. ↵Patrick Walton-14/+14
rs=refactoring
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
This allows more errors to be non-fatal, as per #1871. I only went through and started changing span_fatal to span_err in check.rs. There are probably more errors that could be made non-fatal. So if you see derived type errors appearing from now on, file a bug! r=graydon Closes #1871
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