| Age | Commit message (Expand) | Author | Lines |
| 2014-05-28 | rustdoc: cross-crate source links are one level lower. | Huon Wilson | -2/+2 |
| 2014-05-28 | auto merge of #14459 : seanmonstar/rust/select-docs, r=alexcrichton | bors | -3/+3 |
| 2014-05-28 | auto merge of #14455 : crabtw/rust/mips, r=alexcrichton | bors | -22/+113 |
| 2014-05-28 | Rename UTF16Item[s] to Utf16Item[s] | Piotr Jawniak | -9/+9 |
| 2014-05-27 | auto merge of #14452 : alexcrichton/rust/issue-14438, r=huonw | bors | -1/+15 |
| 2014-05-27 | Rename PatUniq to PatBox. Fixes part of #13910. | Ahmed Charles | -20/+20 |
| 2014-05-27 | auto merge of #14364 : alexcrichton/rust/libdebug, r=brson | bors | -142/+1539 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -142/+1539 |
| 2014-05-27 | rustdoc: Only link to local inlined foreign items | Alex Crichton | -1/+15 |
| 2014-05-27 | auto merge of #14387 : alan-andrade/rust/remove_managed_boxes_and_gc, r=brson | bors | -271/+98 |
| 2014-05-27 | native: Ignore stdio fds with /dev/null | Alex Crichton | -54/+140 |
| 2014-05-27 | auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric... | bors | -3015/+3019 |
| 2014-05-27 | auto merge of #14447 : erickt/rust/show-treemap, r=kballard | bors | -32/+72 |
| 2014-05-28 | rustc: clarify warning about native deps for a staticlib. | Huon Wilson | -10/+20 |
| 2014-05-27 | auto merge of #14444 : huonw/rust/nice-for-errors, r=alexcrichton | bors | -28/+140 |
| 2014-05-27 | rust manual: supertraits seperator is wrong | Ryman | -1/+1 |
| 2014-05-27 | auto merge of #14435 : P1start/rust/str-docs-fix, r=sfackler | bors | -11/+12 |
| 2014-05-27 | doc: Fix link to string | Richo Healey | -1/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -2570/+2570 |
| 2014-05-27 | auto merge of #14428 : alexcrichton/rust/issue-14422, r=pcwalton | bors | -0/+128 |
| 2014-05-27 | Fixed deprecation warning text for mem::move_val_init and its associated comm... | Sergio Benitez | -2/+2 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -438/+442 |
| 2014-05-27 | collections: implement Show for Tree{Map,Set} | Erick Tryzelaar | -2/+58 |
| 2014-05-27 | collections: add Show impl test for HashMap | Erick Tryzelaar | -0/+14 |
| 2014-05-27 | serialize: Remove old commented out code | Erick Tryzelaar | -30/+0 |
| 2014-05-28 | fix MIPS target | Jyun-Yan You | -22/+113 |
| 2014-05-27 | rustc: Account for typedefs in privacy | Alex Crichton | -0/+128 |
| 2014-05-27 | std: change select! docs from 'ports' to 'receivers' | Sean McArthur | -3/+3 |
| 2014-05-27 | auto merge of #14429 : sanrodari/rust/patch-1, r=sfackler | bors | -1/+1 |
| 2014-05-27 | rustc: Use rust strings for failure arguments | Alex Crichton | -34/+59 |
| 2014-05-26 | std: Remove String::from_owned_str as it's redundant | Richo Healey | -7/+7 |
| 2014-05-27 | rustc: provide more precise information about refutable patterns. | Huon Wilson | -25/+73 |
| 2014-05-27 | syntax: desugar a `for` loop to a let binding to get better error | Huon Wilson | -5/+54 |
| 2014-05-26 | auto merge of #14440 : Sawyer47/rust/tuple-doc, r=alexcrichton | bors | -2/+50 |
| 2014-05-26 | Improve docs for core::tuple | Piotr Jawniak | -2/+50 |
| 2014-05-26 | auto merge of #14374 : swgillespie/rust/swgillespie-tutorial, r=alexcrichton | bors | -11/+18 |
| 2014-05-26 | syntax: Add a source field to `Local` for tracking if it comes from `let`s or... | Huon Wilson | -2/+17 |
| 2014-05-26 | auto merge of #14439 : thestinger/rust/nonnull, r=luqmana | bors | -14/+10 |
| 2014-05-26 | handle attributes for non-immediate types first | Daniel Micay | -15/+10 |
| 2014-05-26 | auto merge of #14300 : cmr/rust/enum-size-lint, r=kballard | bors | -98/+239 |
| 2014-05-26 | mark non-immediate by-value parameters as non-null | Daniel Micay | -0/+1 |
| 2014-05-25 | auto merge of #14432 : kballard/rust/nt_block, r=huonw | bors | -7/+32 |
| 2014-05-25 | Allow $foo:block nonterminals in expression position | Kevin Ballard | -7/+32 |
| 2014-05-25 | Update tutorial, see issue #13578 | Sean Gillespie | -12/+19 |
| 2014-05-26 | Minor fixes to `std::str` docs | P1start | -11/+12 |
| 2014-05-25 | auto merge of #14430 : kballard/rust/squelch_os_warning, r=alexcrichton | bors | -70/+27 |
| 2014-05-25 | Fix to tutorial | Santiago Rodriguez | -1/+1 |
| 2014-05-25 | auto merge of #14423 : Kimundi/rust/static_regex, r=alexcrichton | bors | -44/+125 |
| 2014-05-25 | De-realstd os::args | Kevin Ballard | -48/+8 |
| 2014-05-25 | libstd: Remove unnecessary re-exports under std::std | Kevin Ballard | -22/+19 |