| Age | Commit message (Expand) | Author | Lines |
| 2014-05-27 | auto merge of #14387 : alan-andrade/rust/remove_managed_boxes_and_gc, r=brson | bors | -271/+98 |
| 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-27 | auto merge of #14444 : huonw/rust/nice-for-errors, r=alexcrichton | bors | -28/+140 |
| 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 | 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-27 | rustc: Account for typedefs in privacy | Alex Crichton | -0/+128 |
| 2014-05-27 | auto merge of #14429 : sanrodari/rust/patch-1, r=sfackler | bors | -1/+1 |
| 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 |
| 2014-05-25 | auto merge of #14391 : alexcrichton/rust/more-rustdoc-inline, r=huonw | bors | -177/+734 |
| 2014-05-25 | Change regex! macro to expand to a constexpr, allowing to put it in a static | Marvin Löbel | -44/+125 |
| 2014-05-25 | rustdoc: Move inlining to its own module | Alex Crichton | -352/+406 |
| 2014-05-25 | guide-runtime.md: Fix a typo | Anton Löfgren | -1/+1 |
| 2014-05-25 | auto merge of #14417 : Sawyer47/rust/dlist-fixme, r=huonw | bors | -7/+3 |
| 2014-05-25 | auto merge of #14370 : cmr/rust/design-faq, r=brson | bors | -7/+184 |
| 2014-05-25 | doc: add a new language design faq | Corey Richardson | -7/+184 |
| 2014-05-25 | Fix FIXME #3511 in Dlist code | Piotr Jawniak | -7/+3 |
| 2014-05-25 | doc: Document the new #[doc(no_inline)] attribute | Alex Crichton | -0/+21 |
| 2014-05-25 | rustdoc: Get [src] links working for inlined dox | Alex Crichton | -32/+96 |
| 2014-05-25 | rustdoc: Fix rendering of the 'static bound | Alex Crichton | -1/+1 |
| 2014-05-25 | rustdoc: Link to local reexportations of items | Alex Crichton | -1/+2 |
| 2014-05-25 | rustdoc: Prevent a segfault when using markdown | Alex Crichton | -0/+2 |
| 2014-05-25 | rustc: Encode module attributes | Alex Crichton | -0/+4 |
| 2014-05-25 | rustdoc: Use csearch for impl loading | Alex Crichton | -1/+1 |
| 2014-05-25 | rustdoc: Inline reexported modules | Alex Crichton | -0/+27 |