| Age | Commit message (Expand) | Author | Lines |
| 2014-01-02 | syntax: expand impl_pretty_name to handle more cases. | Huon Wilson | -2/+2 |
| 2013-12-31 | auto merge of #11173 : whitequark/rust/master, r=thestinger | bors | -0/+29 |
| 2013-12-31 | auto merge of #11157 : alexcrichton/rust/issue-11154, r=pcwalton | bors | -0/+15 |
| 2013-12-31 | Mark provided methods in dead-code pass | Kiet Tran | -0/+16 |
| 2013-12-31 | Conservatively export all trait methods and impls | Alex Crichton | -0/+133 |
| 2013-12-31 | Disallow LTO with a preference to dynamic linking | Alex Crichton | -0/+15 |
| 2013-12-31 | Implement volatile_load and volatile_store intrinsics. | Peter Zotov | -0/+29 |
| 2013-12-30 | Revert "Embed Windows application manifest." | Vadim Chugunov | -19/+0 |
| 2013-12-30 | auto merge of #11185 : huonw/rust/doc-ignore, r=cmr | bors | -0/+37 |
| 2013-12-30 | auto merge of #11182 : luisbg/rust/crateid, r=cmr | bors | -8/+8 |
| 2013-12-30 | rustdoc: only filter lines starting with '# ' from the shown code. | Huon Wilson | -0/+37 |
| 2013-12-29 | Rename uses of PkgId to CrateId in librustpkg | Luis de Bethencourt | -8/+8 |
| 2013-12-28 | Stop using @ExtCtxt | Steven Fackler | -1/+1 |
| 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 | -2/+150 |
| 2013-12-26 | auto merge of #10965 : alexcrichton/rust/libgreen, r=brson | bors | -70/+36 |
| 2013-12-25 | Test fixes and rebase conflicts | Alex Crichton | -12/+60 |
| 2013-12-25 | Remove out of date test | Steven Fackler | -62/+0 |
| 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 | -103/+0 |
| 2013-12-22 | auto merge of #11111 : alexcrichton/rust/issue-11039, r=brson | bors | -0/+17 |
| 2013-12-22 | Allow optional filename argument for --dep-info | Andreas Neuhaus | -2/+27 |
| 2013-12-22 | Use --crate-file-name to find out the library filename in dep-info test | Andreas Neuhaus | -6/+3 |
| 2013-12-22 | auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichton | bors | -25/+109 |
| 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 | -27/+22 |
| 2013-12-21 | auto merge of #10997 : cadencemarseille/rust/issue-10755-ICE-for-missing-link... | bors | -0/+15 |
| 2013-12-21 | Guarantee comm primitives are not Freeze | Alex Crichton | -0/+17 |
| 2013-12-20 | auto merge of #11077 : alexcrichton/rust/crate-id, r=cmr | bors | -0/+21 |
| 2013-12-21 | std::vec: add a sugary .sort() method for plain Ord sorting. | Huon Wilson | -5/+5 |
| 2013-12-20 | auto merge of #11075 : alexcrichton/rust/issue-10392, r=brson | bors | -0/+72 |
| 2013-12-20 | rustc: Improve crate id extraction | Alex Crichton | -0/+21 |
| 2013-12-19 | auto merge of #11073 : klutzy/rust/issue-10978, r=alexcrichton | bors | -0/+1 |
| 2013-12-20 | extra: remove sort in favour of the std method. | Huon Wilson | -5/+5 |
| 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/+29 |
| 2013-12-19 | Accept trailing commas in struct patterns | Alex Crichton | -0/+72 |
| 2013-12-20 | rustc: Handle `#[link(name = "")]` error | klutzy | -0/+1 |
| 2013-12-19 | auto merge of #11041 : cmr/rust/pkgid_changes, r=cmr,metajack | bors | -48/+48 |
| 2013-12-19 | Add some things to inspect crate-id's | Corey Richardson | -1/+1 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -47/+47 |
| 2013-12-18 | auto merge of #11029 : huonw/rust/rm-vec-as-buf, r=cmr | bors | -11/+10 |
| 2013-12-18 | Fix #10755 - ICE: `--linker=` | Cadence Marseille | -0/+15 |
| 2013-12-18 | auto merge of #11032 : cmr/rust/rustdoc_test, r=alexcrichton | bors | -0/+37 |
| 2013-12-19 | std::vec: remove .as_imm_buf, replaced by .as_ptr & .len. | Huon Wilson | -11/+10 |
| 2013-12-18 | Add a rustdoc test | Corey Richardson | -0/+37 |