| Age | Commit message (Expand) | Author | Lines |
| 2014-01-08 | auto merge of #11401 : michaelwoerister/rust/issue11322, r=alexcrichton | bors | -0/+40 |
| 2014-01-08 | auto merge of #11370 : alexcrichton/rust/issue-10465, r=pwalton | bors | -0/+33 |
| 2014-01-08 | Fix CodeMap issue in expand_include_str() | Michael Woerister | -0/+40 |
| 2014-01-08 | auto merge of #11405 : huonw/rust/moredocs, r=huonw | bors | -18/+18 |
| 2014-01-08 | auto merge of #11358 : pcwalton/rust/typed-arenas, r=alexcrichton | bors | -11/+12 |
| 2014-01-07 | Fix leaking trait imports across modules | Alex Crichton | -0/+33 |
| 2014-01-07 | 'borrowed pointer' -> 'reference' | Brian Anderson | -18/+18 |
| 2014-01-07 | libextra: Introduce typed arenas. | Patrick Walton | -11/+12 |
| 2014-01-07 | auto merge of #11353 : alexcrichton/rust/improve-logging, r=brson | bors | -0/+46 |
| 2014-01-07 | auto merge of #11347 : alexcrichton/rust/issue-11346, r=brson | bors | -0/+5 |
| 2014-01-07 | auto merge of #11329 : fhahn/rust/unused-cast-lint2, r=alexcrichton | bors | -0/+24 |
| 2014-01-06 | Support arbitrary stdout/stderr/logger handles | Alex Crichton | -0/+46 |
| 2014-01-06 | Add lint for unnecessary casts | Florian Hahn | -0/+24 |
| 2014-01-06 | Don't attempt duplicate outputs | Alex Crichton | -0/+5 |
| 2014-01-06 | auto merge of #11333 : cmr/rust/triage2, r=alexcrichton | bors | -2/+29 |
| 2014-01-06 | auto merge of #11315 : alexcrichton/rust/issue-11309, r=huonw | bors | -0/+28 |
| 2014-01-05 | Guarantee that native tasks wait for children | Alex Crichton | -0/+28 |
| 2014-01-05 | Fix some warnings | Corey Richardson | -1/+1 |
| 2014-01-05 | Remove a fixme | Corey Richardson | -1/+28 |
| 2014-01-06 | Revert "std: adjust requested stack size for thread-local storage." | Huon Wilson | -22/+0 |
| 2014-01-05 | Don't abort the process in native::start | Alex Crichton | -0/+22 |
| 2014-01-04 | auto merge of #11188 : brson/rust/noderef, r=brson | bors | -336/+145 |
| 2014-01-04 | rustc: Add error about obsolete struct deref | Brian Anderson | -0/+15 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -322/+138 |
| 2014-01-04 | auto merge of #11284 : huonw/rust/issue-6233, r=alexcrichton | bors | -0/+22 |
| 2014-01-04 | Don't allow single-variant enums to be dereferenced. #6246 | Brian Anderson | -25/+3 |
| 2014-01-03 | auto merge of #11251 : pcwalton/rust/remove-at-mut, r=pcwalton | bors | -1356/+427 |
| 2014-01-04 | std: adjust requested stack size for thread-local storage. | Huon Wilson | -0/+22 |
| 2014-01-03 | test: Make all the run-pass tests use `pub fn main` | Patrick Walton | -73/+73 |
| 2014-01-03 | test: De-`@mut` the test suite | Patrick Walton | -837/+351 |
| 2014-01-03 | test: Get rid of some `@mut`s in borrow check tests | Patrick Walton | -45/+3 |
| 2014-01-03 | test: Make `borrowck-assign-to-subfield` into a run-pass test, now that | Patrick Walton | -11/+0 |
| 2014-01-03 | test: Remove all borrow check write guard tests | Patrick Walton | -390/+0 |
| 2014-01-03 | auto merge of #11264 : am0d/rust/crate_type_lint, r=alexcrichton | bors | -0/+12 |
| 2014-01-03 | auto merge of #11149 : alexcrichton/rust/remove-either, r=brson | bors | -5/+12 |
| 2014-01-03 | Remove std::either | Alex Crichton | -5/+12 |
| 2014-01-03 | auto merge of #11276 : brson/rust/0.9, r=pcwalton | bors | -1/+1 |
| 2014-01-03 | auto merge of #11262 : alexcrichton/rust/issue-11259, r=pcwalton | bors | -0/+8 |
| 2014-01-02 | auto merge of #11093 : alexcrichton/rust/issue-11085, r=pcwalton | bors | -0/+55 |
| 2014-01-02 | Bump version to 0.9 | Brian Anderson | -1/+1 |
| 2014-01-02 | auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwalton | bors | -3/+2 |
| 2014-01-02 | auto merge of #11274 : michaelwoerister/rust/issue11083, r=pcwalton | bors | -0/+33 |
| 2014-01-02 | debuginfo: Add test case for recursive enum types (issue #11083) | Michael Woerister | -0/+33 |
| 2014-01-01 | auto merge of #11246 : ktt3ja/rust/issue-11224, r=alexcrichton | bors | -0/+16 |
| 2014-01-01 | auto merge of #11245 : alexcrichton/rust/issue-11225, r=pcwalton | bors | -0/+134 |
| 2014-01-02 | Test column offset for #11184 | Jan Niklas Hasse | -0/+1 |
| 2014-01-01 | Add linting for `crate_type` attribute values. | a_m0d | -0/+12 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -3/+2 |
| 2014-01-01 | Fix usage of rustc --ls on invalid files | Alex Crichton | -0/+8 |
| 2014-01-01 | Don't leave lingering files in doc tests | Alex Crichton | -0/+1 |