| Age | Commit message (Expand) | Author | Lines |
| 2014-05-27 | native: Ignore stdio fds with /dev/null | Alex Crichton | -54/+140 |
| 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 | 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-25 | auto merge of #14430 : kballard/rust/squelch_os_warning, r=alexcrichton | bors | -70/+27 |
| 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 |
| 2014-05-25 | rustdoc: Inline names of function arguments | Alex Crichton | -31/+44 |
| 2014-05-25 | rustdoc: Inline argument names of foreign methods | Alex Crichton | -4/+54 |
| 2014-05-25 | rustdoc: Don't show reexported enum variants | Alex Crichton | -0/+3 |
| 2014-05-25 | rustdoc: Inline enums across crates | Alex Crichton | -0/+66 |
| 2014-05-25 | rustdoc: Start inlining structs across crates | Alex Crichton | -34/+192 |
| 2014-05-25 | std: Add doc(noinline) to the prelude reexports | Alex Crichton | -42/+49 |
| 2014-05-25 | rustdoc: Inline documentation of `pub use` | Alex Crichton | -53/+140 |
| 2014-05-25 | auto merge of #14415 : Sawyer47/rust/ascii-fixme, r=huonw | bors | -5/+2 |
| 2014-05-25 | Fix FIXME #5475 in std::ascii | Piotr Jawniak | -5/+2 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -1766/+1766 |
| 2014-05-24 | auto merge of #14402 : huonw/rust/arc-field-rename, r=alexcrichton | bors | -74/+93 |
| 2014-05-25 | Paper over privacy issues with Deref by changing field names. | Huon Wilson | -74/+93 |
| 2014-05-24 | Changes from feedback | Steven Fackler | -73/+70 |
| 2014-05-24 | Get "make check" to work with unused-attribute | Steven Fackler | -64/+102 |
| 2014-05-24 | Whitelist doc attributes | Steven Fackler | -0/+3 |
| 2014-05-24 | Port more stuff to mark used attributes | Steven Fackler | -53/+63 |
| 2014-05-24 | First sketch of lint pass | Steven Fackler | -6/+39 |
| 2014-05-24 | Add AttrId to Attribute_ | Steven Fackler | -30/+94 |
| 2014-05-24 | auto merge of #14401 : aochagavia/rust/pr4, r=alexcrichton | bors | -12/+54 |