| Age | Commit message (Expand) | Author | Lines |
| 2013-12-18 | auto merge of #11050 : alexcrichton/rust/snapshots, r=brson | bors | -41/+9 |
| 2013-12-18 | auto merge of #10977 : brson/rust/androidtest, r=brson | bors | -121/+98 |
| 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 | -121/+98 |
| 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-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 | -5/+50 |
| 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 | -2/+41 |
| 2013-12-18 | auto merge of #11013 : klutzy/rust/win-no-pthread, r=alexcrichton | bors | -505/+18 |
| 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 |
| 2013-12-18 | auto merge of #11033 : michaelwoerister/rust/byvalself, r=pcwalton | bors | -197/+215 |
| 2013-12-18 | auto merge of #11024 : huonw/rust/return-from-closures, r=alexcrichton | bors | -21/+41 |
| 2013-12-18 | auto merge of #10915 : alexcrichton/rust/fixes, r=ILyoan | bors | -28/+15 |
| 2013-12-18 | rustc: Allow `return` to return from a closure. | Huon Wilson | -21/+41 |
| 2013-12-18 | auto merge of #11025 : ezyang/rust/reword-second-borrow, r=cmr | bors | -2/+2 |
| 2013-12-17 | auto merge of #11018 : sfackler/rust/variant-strip, r=alexcrichton | bors | -11/+6 |
| 2013-12-17 | auto merge of #11019 : alexcrichton/rust/issue-10545, r=pcwalton | bors | -10/+35 |
| 2013-12-18 | mklldeps.py: Write to file instead of print | klutzy | -11/+12 |
| 2013-12-18 | llvm: Disable pthread on mingw | klutzy | -494/+6 |
| 2013-12-17 | auto merge of #11009 : ktt3ja/rust/issue-11006, r=alexcrichton | bors | -10/+6 |
| 2013-12-17 | auto merge of #10967 : chris-morgan/rust/clean-and-tidy-some-traits, r=alexcr... | bors | -450/+9 |
| 2013-12-17 | auto merge of #10979 : alexcrichton/rust/less-bc, r=cmr | bors | -11/+16 |
| 2013-12-17 | auto merge of #10863 : cadencemarseille/rust/patch-handle-ENOENT, r=alexcrichton | bors | -3/+12 |
| 2013-12-17 | Don't allow impls to force public types | Alex Crichton | -10/+35 |
| 2013-12-17 | debuginfo: Updated test cases to also test by-value self arguments. | Michael Woerister | -193/+192 |
| 2013-12-17 | debuginfo: Properly support by-value self arguments | Michael Woerister | -4/+23 |
| 2013-12-17 | auto merge of #11030 : cmr/rust/rustdoc_on_fire, r=metajack | bors | -9/+8 |
| 2013-12-17 | Fix rustdoc HTML rendering | Corey Richardson | -9/+8 |
| 2013-12-17 | auto merge of #10972 : metajack/rust/pkgid-with-name, r=alexcrichton | bors | -52/+78 |
| 2013-12-17 | Update docs to new syntax. | Jack Moffitt | -1/+1 |
| 2013-12-17 | Change pkgid parser to allow overriding the inferred crate name. | Jack Moffitt | -51/+77 |
| 2013-12-17 | auto merge of #11005 : sanxiyn/rust/mut, r=alexcrichton | bors | -48/+48 |
| 2013-12-17 | auto merge of #10998 : thestinger/rust/iter, r=alexcrichton | bors | -4/+2 |
| 2013-12-17 | s/Second borrow/Previous borrow/ in error messages. | Edward Z. Yang | -2/+2 |
| 2013-12-17 | Handle ENOENT | Cadence Marseille | -3/+12 |
| 2013-12-17 | auto merge of #10996 : huonw/rust/more-vec-raw, r=cmr | bors | -89/+65 |
| 2013-12-17 | auto merge of #10990 : ktt3ja/rust/method-stability, r=huonw | bors | -53/+171 |
| 2013-12-17 | auto merge of #10830 : alexcrichton/rust/spsc-queue, r=brson | bors | -3130/+3519 |
| 2013-12-16 | auto merge of #10924 : pcwalton/rust/pod, r=pcwalton | bors | -57/+311 |
| 2013-12-16 | Test fallout from std::comm rewrite | Alex Crichton | -123/+140 |
| 2013-12-16 | doc: Update the documentation to describe the `Pod` trait. | Patrick Walton | -0/+6 |
| 2013-12-16 | test: Add a test that POD types can be implicitly copied. | Patrick Walton | -1/+24 |
| 2013-12-16 | libstd: Implement the new `Cell`. | Patrick Walton | -0/+100 |