| Age | Commit message (Expand) | Author | Lines |
| 2014-01-09 | Fix ICE on const of nullable enum with fields in null case. | Jed Davis | -0/+19 |
| 2014-01-09 | auto merge of #10926 : thestinger/rust/rc, r=cmr | bors | -23/+2 |
| 2014-01-09 | librustc: Implement placement `box` for GC and unique pointers. | Patrick Walton | -2/+34 |
| 2014-01-09 | stop treating `Rc` cycles as unsafe | Daniel Micay | -23/+2 |
| 2014-01-09 | auto merge of #11402 : bjz/rust/remove-approx, r=alexcrichton | bors | -153/+137 |
| 2014-01-09 | auto merge of #11394 : alexcrichton/rust/no-decorator, r=cmr | bors | -7/+4 |
| 2014-01-09 | auto merge of #11386 : rcatolino/rust/ice-10955, r=pcwalton | bors | -0/+30 |
| 2014-01-08 | Remove the io::Decorator trait | Alex Crichton | -7/+4 |
| 2014-01-09 | Remove ApproxEq and assert_approx_eq! | Brendan Zabarauskas | -153/+137 |
| 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-08 | Remove unnecessary substitution of type params when generating | Raphael Catolino | -0/+30 |
| 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 |