| Age | Commit message (Expand) | Author | Lines |
| 2014-06-02 | auto merge of #14596 : Sawyer47/rust/encodable-fix, r=alexcrichton | bors | -0/+37 |
| 2014-06-02 | Fix deriving Encodable trait for unit structs | Piotr Jawniak | -0/+37 |
| 2014-06-01 | auto merge of #14569 : skade/rust/rustdoc-robust-langstring-parsing, r=alexcr... | bors | -4/+49 |
| 2014-06-01 | rustdoc: Ensure external impls are inlined once | Alex Crichton | -10/+17 |
| 2014-06-01 | rustdoc: Filter private methods from inlined impls | Alex Crichton | -2/+7 |
| 2014-06-01 | rustdoc: Fix some more broken links | Alex Crichton | -5/+31 |
| 2014-06-02 | test: Enable #9205-related tests on windows | klutzy | -6/+0 |
| 2014-06-02 | rustdoc: make langstring parsing more robust | Florian Gilcher | -4/+49 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -431/+436 |
| 2014-06-01 | auto merge of #14580 : utkarshkukreti/rust/fix-docs-for-result-map, r=alexcri... | bors | -1/+3 |
| 2014-06-01 | auto merge of #14578 : huonw/rust/as_slice-cheatsheet, r=sfackler | bors | -0/+18 |
| 2014-06-01 | auto merge of #14571 : bnoordhuis/rust/libtest-check-isatty, r=alexcrichton | bors | -1/+3 |
| 2014-06-01 | Fix docs for `core::result::Result::map`. | Utkarsh Kukreti | -1/+3 |
| 2014-05-31 | auto merge of #14513 : alexcrichton/rust/rustdoc-primitives, r=huonw | bors | -384/+865 |
| 2014-05-31 | syntax: Fix an accidental hyperlink in a comment | Alex Crichton | -2/+2 |
| 2014-05-31 | rustdoc: Don't inline tuple struct constructors | Alex Crichton | -0/+5 |
| 2014-05-31 | rustdoc: Fix cross-crate links to reexported items | Alex Crichton | -30/+98 |
| 2014-05-31 | doc: Fix a number of broken links | Alex Crichton | -35/+52 |
| 2014-05-31 | rustdoc: Suck in all impls from external crates | Alex Crichton | -4/+41 |
| 2014-05-31 | rustdoc: Filter inlining private external items | Alex Crichton | -1/+2 |
| 2014-05-31 | rustdoc: Create anchor pages for primitive types | Alex Crichton | -87/+443 |
| 2014-05-31 | rustdoc: Fill in external type parameters correctly | Alex Crichton | -21/+22 |
| 2014-05-31 | rustdoc: Stringify more named lifetimes | Alex Crichton | -1/+1 |
| 2014-05-31 | rustdoc: Show all implementors of traits | Alex Crichton | -63/+43 |
| 2014-05-31 | rustdoc: Freeze the cache ASAP | Alex Crichton | -6/+9 |
| 2014-05-31 | rustdoc: Refactor structure of html::run | Alex Crichton | -166/+179 |
| 2014-05-31 | auto merge of #14561 : jakub-/rust/issue-11319, r=alexcrichton | bors | -8/+33 |
| 2014-06-01 | doc: add an `.as_slice` example to the cheatsheet. | Huon Wilson | -0/+18 |
| 2014-05-31 | auto merge of #14567 : cburgdorf/rust/patch-2, r=brson | bors | -4/+5 |
| 2014-05-31 | Fix example in lifetime guide | Christoph Burgdorf | -4/+5 |
| 2014-05-31 | Rename variable in tutorial | Christoph Burgdorf | -3/+3 |
| 2014-05-31 | libtest: Only colorize output if stdout is a tty | Ben Noordhuis | -1/+3 |
| 2014-05-31 | Make the match arm type mismatch message point to the arm's span | Jakub Wieczorek | -8/+33 |
| 2014-05-31 | auto merge of #14562 : jakub-/rust/issue-14541, r=alexcrichton | bors | -6/+24 |
| 2014-05-31 | auto merge of #14565 : fhartwig/rust/master, r=sfackler | bors | -2/+2 |
| 2014-05-31 | Fix broken markup in query_to_str documentation | Florian Hartwig | -2/+2 |
| 2014-05-31 | auto merge of #14563 : dotdash/rust/clone_kill, r=huonw | bors | -34/+10 |
| 2014-05-31 | auto merge of #14557 : zwarich/rust/missing-comment, r=alexcrichton | bors | -2/+2 |
| 2014-05-31 | Remove unnecessary allocations / clones during method lookup | Björn Steinbrink | -34/+10 |
| 2014-05-31 | auto merge of #14556 : sfackler/rust/kill-workcache, r=alexcrichton | bors | -535/+0 |
| 2014-05-31 | Use RHS's struct def ID for error messages in pattern matching | Jakub Wieczorek | -6/+24 |
| 2014-05-31 | auto merge of #14555 : tomjakubowski/rust/fix-snappy-link, r=alexcrichton | bors | -2/+2 |
| 2014-05-31 | auto merge of #14553 : reem/rust/nuke-owned-vectors, r=alexcrichton | bors | -38/+41 |
| 2014-05-30 | Remove libworkcache | Steven Fackler | -535/+0 |
| 2014-05-30 | auto merge of #14544 : aturon/rust/issue-14352, r=alexcrichton | bors | -2/+94 |
| 2014-05-30 | Add a comment missing from 5aff0e7 | Cameron Zwarich | -2/+2 |
| 2014-05-30 | Remove deprecated owned vector from tutorial. | Jonathan Reem | -9/+9 |
| 2014-05-30 | Remove deprecated owned vector from rust.md | Jonathan Reem | -10/+10 |
| 2014-05-30 | Remove deprecated owned vector from macro guide. | Jonathan Reem | -1/+1 |
| 2014-05-30 | Remove deprecated owned vector from intro. | Jonathan Reem | -13/+17 |