| Age | Commit message (Expand) | Author | Lines |
| 2013-12-20 | rustc: Improve crate id extraction | Alex Crichton | -67/+127 |
| 2013-12-20 | auto merge of #11081 : alexcrichton/rust/comm-adapters, r=huonw | bors | -2/+5 |
| 2013-12-20 | auto merge of #11017 : alexcrichton/rust/faster-read, r=thestinger | bors | -17/+186 |
| 2013-12-19 | rustc: Optimize reading metadata by 4x | Alex Crichton | -17/+186 |
| 2013-12-19 | auto merge of #11073 : klutzy/rust/issue-10978, r=alexcrichton | bors | -1/+11 |
| 2013-12-19 | auto merge of #11071 : huonw/rust/quiet-test, r=cmr | bors | -57/+34 |
| 2013-12-20 | extra: remove sort in favour of the std method. | Huon Wilson | -1247/+47 |
| 2013-12-20 | std::vec: implement a stable merge sort, deferring to insertion sort for | Huon Wilson | -1/+348 |
| 2013-12-19 | auto merge of #11057 : alexcrichton/rust/no-at-in-ebml, r=pcwalton | bors | -156/+182 |
| 2013-12-19 | Purge @-boxes from the reading half of EBML | Alex Crichton | -156/+182 |
| 2013-12-19 | Get comm_adapters building again | Alex Crichton | -2/+5 |
| 2013-12-20 | Fix two regressions introduced by #11072. | Chris Morgan | -2/+1 |
| 2013-12-19 | librustc: Add missing case for the `Pod` bound in `tydecode`. | Patrick Walton | -2/+34 |
| 2013-12-19 | auto merge of #11072 : chris-morgan/rust/ctags-tweaks, r=cmr | bors | -11/+12 |
| 2013-12-19 | auto merge of #11070 : ezyang/rust/better-errors, r=alexcrichton | bors | -6/+15 |
| 2013-12-19 | Accept trailing commas in struct patterns | Alex Crichton | -2/+79 |
| 2013-12-20 | mklldeps.py: Ignore extra whitespaces of argument | klutzy | -0/+5 |
| 2013-12-20 | rustc: Handle `#[link(name = "")]` error | klutzy | -1/+6 |
| 2013-12-19 | auto merge of #11041 : cmr/rust/pkgid_changes, r=cmr,metajack | bors | -69/+138 |
| 2013-12-19 | Add some things to inspect crate-id's | Corey Richardson | -13/+66 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -56/+72 |
| 2013-12-20 | Remove many false positives from the ctags results | Chris Morgan | -11/+12 |
| 2013-12-20 | extra: silence warnings during testing. | Huon Wilson | -11/+6 |
| 2013-12-20 | std: silence warnings when compiling test. | Huon Wilson | -46/+28 |
| 2013-12-19 | auto merge of #11061 : huonw/rust/opt-unsafe-vec, r=alexcrichton | bors | -48/+105 |
| 2013-12-19 | std::vec: use some unsafe code to optimise `remove`. | Huon Wilson | -39/+74 |
| 2013-12-19 | Generalize item_span into node_span, which works on more types. | Edward Z. Yang | -6/+15 |
| 2013-12-19 | auto merge of #11065 : huonw/rust/slice-chars-example, r=cmr | bors | -1/+1 |
| 2013-12-19 | auto merge of #11038 : alexcrichton/rust/fix-osx-leak, r=cmr | bors | -2/+1 |
| 2013-12-18 | Upgrade libuv to fix a leak on OSX | Alex Crichton | -2/+1 |
| 2013-12-18 | auto merge of #11050 : alexcrichton/rust/snapshots, r=brson | bors | -41/+9 |
| 2013-12-19 | std::str: fix .slice_chars example. Fixes #11014. | Huon Wilson | -1/+1 |
| 2013-12-18 | auto merge of #10977 : brson/rust/androidtest, r=brson | bors | -110/+90 |
| 2013-12-19 | std::vec: replace .insert with a small amount of unsafe code. | Huon Wilson | -9/+31 |
| 2013-12-18 | auto merge of #10927 : g3xzh/rust/sum_bugfix, r=huonw | bors | -1/+66 |
| 2013-12-18 | Make Android tests fail if no device is available | Brian Anderson | -110/+90 |
| 2013-12-18 | auto merge of #11029 : huonw/rust/rm-vec-as-buf, r=cmr | bors | -401/+261 |
| 2013-12-19 | Fix `sum()` accuracy | g3xzh | -1/+66 |
| 2013-12-18 | Fix #10755 - ICE: `--linker=` | Cadence Marseille | -5/+29 |
| 2013-12-19 | std::str: remove .as_mut_buf & rewrite/simplify `.push_char`. | Huon Wilson | -23/+6 |
| 2013-12-19 | std::str: replace .as_imm_buf with .as_ptr. | Huon Wilson | -107/+73 |
| 2013-12-19 | std::vec: remove .as_muf_buf, replaced by .as_mut_ptr & .len. | Huon Wilson | -112/+71 |
| 2013-12-18 | auto merge of #11032 : cmr/rust/rustdoc_test, r=alexcrichton | bors | -3/+47 |
| 2013-12-19 | std::vec: remove .as_imm_buf, replaced by .as_ptr & .len. | Huon Wilson | -167/+119 |
| 2013-12-18 | rustdoc: thread through the context for rendering | Corey Richardson | -3/+9 |
| 2013-12-18 | Add a rustdoc test | Corey Richardson | -0/+38 |
| 2013-12-18 | auto merge of #11013 : klutzy/rust/win-no-pthread, r=alexcrichton | bors | -501/+13 |
| 2013-12-18 | auto merge of #11012 : alexcrichton/rust/needstest, r=alexcrichton | bors | -0/+227 |
| 2013-12-18 | Register new snapshots | Alex Crichton | -41/+9 |
| 2013-12-18 | Adding tests for closed issues | Alex Crichton | -0/+227 |