| Age | Commit message (Expand) | Author | Lines |
| 2014-06-03 | auto merge of #14625 : japaric/rust/slice-tojson, r=alexcrichton | bors | -0/+54 |
| 2014-06-03 | auto merge of #14622 : reillywatson/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-06-03 | Implement ToJson for &[T], and add tests. Closes #14619 | Jorge Aparicio | -0/+54 |
| 2014-06-03 | Doc: grammar fix in intro.md | Reilly Watson | -1/+1 |
| 2014-06-03 | Update README file for src/ directory | Piotr Jawniak | -3/+14 |
| 2014-06-02 | auto merge of #14609 : aturon/rust/issue-12882, r=alexcrichton | bors | -2/+17 |
| 2014-06-02 | auto merge of #14605 : jakub-/rust/pattern-matching-refactor, r=pcwalton | bors | -246/+120 |
| 2014-06-02 | auto merge of #14601 : skade/rust/remove-notrust-tags, r=alexcrichton | bors | -156/+165 |
| 2014-06-02 | auto merge of #14598 : alexcrichton/rust/triage, r=huonw | bors | -0/+26 |
| 2014-06-02 | Document failure cases for `char_at` and friends. | Aaron Turon | -2/+17 |
| 2014-06-02 | auto merge of #14509 : klutzy/rust/de-pub-use-glob, r=alexcrichton | bors | -15/+44 |
| 2014-06-02 | Remove further code duplication | Jakub Wieczorek | -137/+56 |
| 2014-06-02 | Improve code reuse in check_match::specialize() | Jakub Wieczorek | -128/+83 |
| 2014-06-02 | test: Add tests for closed issue #10764 | Alex Crichton | -0/+26 |
| 2014-06-02 | syntax: Remove use of `pub use` globs | klutzy | -12/+41 |
| 2014-06-02 | doc: Remove use of `pub use` globs | klutzy | -3/+3 |
| 2014-06-02 | docs: Stop using `notrust` | Florian Gilcher | -156/+165 |
| 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-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 |