| Age | Commit message (Expand) | Author | Lines |
| 2014-11-04 | Separate string->integer implementation in strconv | Brendan Zabarauskas | -189/+138 |
| 2014-11-03 | auto merge of #18463 : japaric/rust/bytes2, r=alexcrichton | bors | -59/+36 |
| 2014-11-03 | Doc: corrects obsolete pointer syntax | gamazeps | -1/+1 |
| 2014-11-03 | auto merge of #18206 : hirschenberger/rust/issue-17713, r=thestinger | bors | -3/+113 |
| 2014-11-03 | Dump char and byte positions in save_analysis | Nick Cameron | -7/+10 |
| 2014-11-03 | Ignore whitespace tokens when re-computing spans in save_analysis | Nick Cameron | -29/+29 |
| 2014-11-03 | auto merge of #17753 : aturon/rust/error-interop, r=alexcrichton | bors | -7/+191 |
| 2014-11-02 | Add regression test for #18532 | Brian Koropoff | -0/+22 |
| 2014-11-02 | Fix ICE when checking call overload | Brian Koropoff | -1/+1 |
| 2014-11-02 | refactor libcollections as part of collection reform | Alexis Beingessner | -1706/+1797 |
| 2014-11-02 | Add type annotation to deal with fallout | Aaron Turon | -1/+1 |
| 2014-11-02 | Add Error impls to a few key error types | Aaron Turon | -0/+66 |
| 2014-11-02 | auto merge of #18456 : gamazeps/rust/issue18449, r=thestinger | bors | -9/+6 |
| 2014-11-02 | Add error module with Error and FromError traits | Aaron Turon | -6/+124 |
| 2014-11-02 | Change Json methods to &str and allow Indexing | whataloadofwhat | -17/+39 |
| 2014-11-02 | auto merge of #18406 : thestinger/rust/oom, r=cmr | bors | -63/+49 |
| 2014-11-02 | Add regression test for #16790, #18378 and #18543 | Brian Koropoff | -0/+46 |
| 2014-11-02 | librustc: Check if return type is void not zero-sized for fn->closure wrapper. | Luqman Aden | -1/+24 |
| 2014-11-02 | Treat cross-crate unboxed closure def IDs consistently | Brian Koropoff | -31/+40 |
| 2014-11-02 | auto merge of #18481 : sfackler/rust/enum-namespace, r=pcwalton | bors | -94/+584 |
| 2014-11-02 | Fix decoding of unboxed closure kinds | Brian Koropoff | -6/+8 |
| 2014-11-02 | Mark the `struct_inherit` feature as removed | Jakub Bukaj | -1/+1 |
| 2014-11-02 | cleaned up ids, added direct rust doc search | Sean Jensen-Grey | -7/+27 |
| 2014-11-02 | core: Replace secret formatting functions with UFCS versions | Jorge Aparicio | -4/+138 |
| 2014-11-02 | syntax: Use UFCS instead of `secret_*` fns in expansion of `format_args!` | Jorge Aparicio | -18/+19 |
| 2014-11-02 | rand: Add next_f64/f32 to Rng. | Huon Wilson | -14/+56 |
| 2014-11-02 | Extend documentation of getopts for arguments | Robin Stocker | -6/+38 |
| 2014-11-01 | Merge remote-tracking branch 'upstream/master' into doc-18498 | Sean Jensen-Grey | -1583/+2519 |
| 2014-11-01 | add populated search box to docs 404 page | Sean Jensen-Grey | -0/+24 |
| 2014-11-01 | Add regression test | Brian Koropoff | -0/+27 |
| 2014-11-01 | Always consider static methods object-safe | Brian Koropoff | -1/+5 |
| 2014-11-02 | Convert some notes to help messages | P1start | -80/+123 |
| 2014-11-02 | Update error messages from "vector" to "array" | Mike Robinson | -2/+2 |
| 2014-11-01 | Add regression test for #18501 | Brian Koropoff | -0/+47 |
| 2014-11-01 | Fix def ID mapping for method defs | Brian Koropoff | -11/+14 |
| 2014-11-01 | Replace deprecated missing_doc attribute. | Joseph Crail | -10/+10 |
| 2014-11-01 | Remove unnecessary allocations | Jorge Aparicio | -5/+5 |
| 2014-11-01 | DSTify BytesContainer | Jorge Aparicio | -54/+31 |
| 2014-11-01 | bubble up out-of-memory errors from liballoc | Daniel Micay | -63/+49 |
| 2014-11-01 | auto merge of #17595 : danburkert/rust/tuple-index-deserialization, r=alexcri... | bors | -14/+57 |
| 2014-11-01 | Add regression test for issue #18514 | Brian Koropoff | -0/+51 |
| 2014-11-01 | Monomorphize method types in Typer impl for BlockS | Brian Koropoff | -1/+5 |
| 2014-11-01 | auto merge of #18474 : alexcrichton/rust/no-more-traits, r=aturon | bors | -1569/+2462 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -1569/+2462 |
| 2014-11-01 | Tuple deserialization should not fail | Dan Burkert | -11/+16 |
| 2014-11-01 | libserialize: tuple-arity should be provided to `Decoder::read_tuple` | Dan Burkert | -14/+52 |
| 2014-11-01 | Reference: Add missing of's | Daniel Hofstetter | -3/+3 |
| 2014-11-01 | Guide: Fix variable name | Daniel Hofstetter | -1/+1 |
| 2014-11-01 | auto merge of #18457 : japaric/rust/tocstr, r=alexcrichton | bors | -39/+29 |
| 2014-11-01 | Add compile-fail test of DST rvalues resulting from overloaded index | Brian Koropoff | -0/+40 |