| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-01-13 | rustc: Replace session's error handling with diagnostic impl | Brian Anderson | -1/+1 | |
| 2012-01-13 | rustc: Stop exporting various things from driver::diagnostic | Brian Anderson | -1/+1 | |
| 2012-01-13 | rustc: Extract driver::diagnostic from syntax::codemap | Brian Anderson | -1/+1 | |
| 2012-01-12 | Make driver::session::session no longer an object | Marijn Haverbeke | -21/+32 | |
| Rather, it is now a struct where properties like opts are accessed directly, and the error-reporting methods are part of a static impl (with the same name as the type). | ||||
| 2012-01-11 | Major clean-up of std::io | Marijn Haverbeke | -3/+4 | |
| Use ifaces instead of objs, stop wrapping everything in two (or three) layers of no-value-added indirection, and remove some of the more pointless/outdated idioms from the code. | ||||
| 2012-01-05 | rustc: Configure out #[test] functions when not testing | Brian Anderson | -5/+3 | |
| 2012-01-05 | Switch to new param kind bound syntax | Marijn Haverbeke | -1/+1 | |
| And remove support for the old syntax | ||||
| 2012-01-03 | More work on translating dictionary-passing | Marijn Haverbeke | -3/+4 | |
| Reached a point where simple uses of interfaces without bounds work. Issue #1227 | ||||
| 2012-01-01 | freebsd support | User Jyyou | -0/+3 | |
| 2011-12-22 | Merge all 3 log syntaxes, tidy up residual misuses. | Graydon Hoare | -2/+2 | |
| 2011-12-20 | Separate driver rustc and librustc | Haitao Li | -0/+615 | |
| rustc is now a minimal wrapper of librustc. | ||||
