| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-12-13 | Rename Send trait to Owned | Brian Anderson | -1/+1 | |
| 2012-12-13 | Rename Owned trait to Durable | Brian Anderson | -1/+1 | |
| 2012-12-11 | Remove duplicate bound_to_str code | Brian Anderson | -7/+1 | |
| 2012-12-10 | Remove un-needed code for obsolete classes | Tim 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-04 | librustc: Remove all legacy pattern bindings from libsyntax and librustc. ↵ | Patrick Walton | -14/+14 | |
| rs=refactoring | ||||
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+20 | |
| 2012-11-30 | librustc: Make `a.b()` always a method call. r=nmatsakis | Patrick Walton | -0/+3 | |
| 2012-11-21 | Introduce a T_err type for type errors | Tim 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-14 | Add types for character position and byte position in the codemap | Brian Anderson | -1/+2 | |
| 2012-11-12 | Objectify the codemap | Brian Anderson | -6/+6 | |
| 2012-11-07 | Rename src/rustc to src/librustc. Use the driver crate | Brian Anderson | -0/+553 | |
