| Age | Commit message (Expand) | Author | Lines |
| 2014-01-07 | 'borrowed pointer' -> 'reference' | Brian Anderson | -5/+5 |
| 2014-01-07 | auto merge of #11353 : alexcrichton/rust/improve-logging, r=brson | bors | -0/+46 |
| 2014-01-06 | Support arbitrary stdout/stderr/logger handles | Alex Crichton | -0/+46 |
| 2014-01-06 | auto merge of #11333 : cmr/rust/triage2, r=alexcrichton | bors | -2/+6 |
| 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/+5 |
| 2014-01-06 | Revert "std: adjust requested stack size for thread-local storage." | Huon Wilson | -22/+0 |
| 2014-01-04 | auto merge of #11188 : brson/rust/noderef, r=brson | bors | -223/+130 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -222/+127 |
| 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 | -1/+3 |
| 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 | -724/+290 |
| 2014-01-03 | test: Get rid of some `@mut`s in borrow check tests | Patrick Walton | -2/+2 |
| 2014-01-03 | test: Make `borrowck-assign-to-subfield` into a run-pass test, now that | Patrick Walton | -0/+30 |
| 2014-01-03 | test: Remove all borrow check write guard tests | Patrick Walton | -111/+0 |
| 2014-01-03 | auto merge of #11149 : alexcrichton/rust/remove-either, r=brson | bors | -0/+5 |
| 2014-01-03 | Remove std::either | Alex Crichton | -0/+5 |
| 2014-01-03 | auto merge of #11276 : brson/rust/0.9, r=pcwalton | bors | -1/+1 |
| 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-01 | auto merge of #11245 : alexcrichton/rust/issue-11225, r=pcwalton | bors | -0/+52 |
| 2014-01-01 | Remove `extern mod foo (name="bar")` syntax, closes #9543 | Florian Hahn | -3/+2 |
| 2013-12-31 | Conservatively export all trait methods and impls | Alex Crichton | -0/+52 |
| 2013-12-30 | Revert "Embed Windows application manifest." | Vadim Chugunov | -19/+0 |
| 2013-12-28 | auto merge of #11159 : alexcrichton/rust/native-io, r=pcwalton | bors | -178/+0 |
| 2013-12-27 | Bring native process bindings up to date | Alex Crichton | -178/+0 |
| 2013-12-27 | Add tests for trait object coercion. | Luqman Aden | -0/+84 |
| 2013-12-25 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2013-12-24 | rustc: Strip struct fields and enum variants | Alex Crichton | -0/+55 |
| 2013-12-24 | Test fixes and rebase problems | Alex Crichton | -86/+4 |
| 2013-12-23 | rustc: Add a lint for the obsolete crate-level link attribute | Brian Anderson | -8/+0 |
| 2013-12-22 | auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichton | bors | -0/+89 |
| 2013-12-22 | fix check-fast tests. | Huon Wilson | -1/+2 |
| 2013-12-22 | std::vec: make the sorting closure use `Ordering` rather than just being | Huon Wilson | -3/+3 |
| 2013-12-21 | std::vec: add a sugary .sort() method for plain Ord sorting. | Huon Wilson | -2/+2 |
| 2013-12-20 | auto merge of #11075 : alexcrichton/rust/issue-10392, r=brson | bors | -0/+37 |
| 2013-12-20 | std::vec: implement a stable merge sort, deferring to insertion sort for | Huon Wilson | -0/+88 |
| 2013-12-19 | auto merge of #11057 : alexcrichton/rust/no-at-in-ebml, r=pcwalton | bors | -6/+10 |
| 2013-12-19 | Purge @-boxes from the reading half of EBML | Alex Crichton | -6/+10 |
| 2013-12-19 | librustc: Add missing case for the `Pod` bound in `tydecode`. | Patrick Walton | -0/+19 |
| 2013-12-19 | Accept trailing commas in struct patterns | Alex Crichton | -0/+37 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -4/+4 |
| 2013-12-18 | auto merge of #11012 : alexcrichton/rust/needstest, r=alexcrichton | bors | -0/+150 |
| 2013-12-18 | Adding tests for closed issues | Alex Crichton | -0/+150 |
| 2013-12-18 | rustc: Allow `return` to return from a closure. | Huon Wilson | -0/+41 |