| Age | Commit message (Expand) | Author | Lines |
| 2014-04-29 | rustdoc: Make strip_hidden use a dedicated hidden item if any. | Kang Seonghoon | -16/+32 |
| 2014-04-28 | auto merge of #13797 : lifthrasiir/rust/std-mem-replace-doc, r=alexcrichton | bors | -0/+32 |
| 2014-04-28 | rustdoc: fix a few inconsistencies | Adrien Tétar | -8/+9 |
| 2014-04-28 | auto merge of #13821 : aochagavia/rust/pr3, r=alexcrichton | bors | -1/+1 |
| 2014-04-28 | Fixed typo in std::vec | Adolfo Ochagavía | -1/+1 |
| 2014-04-28 | std: Add more docs to `std::mem::replace`. | Kang Seonghoon | -0/+32 |
| 2014-04-28 | Remove default method implementations | Niko Matsakis | -23/+18 |
| 2014-04-28 | auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonw | bors | -14/+58 |
| 2014-04-28 | Refactor ty_str to use a ~(str) representation. | Nick Cameron | -509/+319 |
| 2014-04-27 | auto merge of #13811 : alexcrichton/rust/closed-issues, r=sfackler | bors | -0/+214 |
| 2014-04-27 | test: Add tests for closed issues | Alex Crichton | -0/+214 |
| 2014-04-27 | auto merge of #13795 : klutzy/rust/win-make-check, r=alexcrichton | bors | -22/+131 |
| 2014-04-28 | test: Fix run-make on windows | klutzy | -22/+131 |
| 2014-04-27 | Fix repeated module documentation | Alexandre Gagnon | -25/+30 |
| 2014-04-27 | auto merge of #13809 : prattmic/rust/tutorial_debug, r=alexcrichton | bors | -5/+0 |
| 2014-04-27 | std: Rewrite crate docs | Brian Anderson | -36/+106 |
| 2014-04-27 | auto merge of #13801 : ryantm/rust/master, r=alexcrichton | bors | -1/+9 |
| 2014-04-27 | auto merge of #13799 : m-r-r/rust/patch-std-io-standard_error, r=alexcrichton | bors | -1/+15 |
| 2014-04-27 | doc: Remove out-of-place debug! note | Michael Pratt | -5/+0 |
| 2014-04-27 | auto merge of #13792 : jacob-hegna/rust/master, r=alexcrichton | bors | -10/+28 |
| 2014-04-27 | Fix test issue-4016.rs with the json API change | Nicolas Silva | -1/+1 |
| 2014-04-27 | Update libworkcache with libserialize's json changes | Nicolas Silva | -4/+4 |
| 2014-04-27 | Fix a code formatting issue in json.rs | Nicolas Silva | -1/+2 |
| 2014-04-27 | Add a streaming parser to serialize::json. | Nicolas Silva | -261/+1048 |
| 2014-04-27 | Rewrote documentation for parse_bytes and to_str_bytes in {int, uint}_macros.rs | Jacob Hegna | -10/+28 |
| 2014-04-27 | auto merge of #13798 : aochagavia/rust/pr, r=alexcrichton | bors | -1/+1 |
| 2014-04-27 | add BigUint subtraction underflow error message | Ryan Mulligan | -1/+9 |
| 2014-04-27 | Fixed typo in std::iter | Adolfo Ochagavía | -1/+1 |
| 2014-04-27 | Added missing values in std::io::standard_error() | m-r-r | -1/+15 |
| 2014-04-27 | Fix link to hashmap.rs and json.rs in sample code FAQ | Emanuel Rylke | -2/+2 |
| 2014-04-27 | rustdoc: External module item links to the module contents. Fixes #12926. | Kang Seonghoon | -4/+24 |
| 2014-04-26 | auto merge of #13783 : wackywendell/rust/permfix, r=kballard | bors | -7/+48 |
| 2014-04-27 | rustdoc: style tweaks | Adrien Tétar | -14/+19 |
| 2014-04-27 | test: Rename a test to bypass UAC on windows | klutzy | -0/+0 |
| 2014-04-27 | syntax: `Mod` records the span for inner contents. | Kang Seonghoon | -10/+34 |
| 2014-04-27 | doc: perform some 80-chars wrappings | Adrien Tétar | -10/+14 |
| 2014-04-26 | Fixing permutation of small lists, such that [], [x] -> [[]], [[x]], and upda... | Wendell Smith | -7/+48 |
| 2014-04-26 | auto merge of #13777 : lifthrasiir/rust/no-multi-viewitemuse, r=alexcrichton | bors | -212/+194 |
| 2014-04-26 | auto merge of #13769 : alexcrichton/rust/restrict-some-scopes, r=huonw | bors | -3/+24 |
| 2014-04-26 | rustdoc: Moved `SCHEMA_VERSION` to `clean`. | Kang Seonghoon | -2/+7 |
| 2014-04-26 | syntax: ViewItemUse no longer contains multiple view paths. | Kang Seonghoon | -210/+187 |
| 2014-04-26 | rustdoc: refactor and unstyle inline section headers | Adrien Tétar | -10/+11 |
| 2014-04-26 | auto merge of #13766 : BurntSushi/rust/regex-dynamic-tests, r=alexcrichton | bors | -5/+15 |
| 2014-04-25 | auto merge of #13758 : sodaplayer/rust/patch-1, r=alexcrichton | bors | -6/+6 |
| 2014-04-25 | auto merge of #13750 : aturon/rust/issue-12583, r=alexcrichton | bors | -28/+28 |
| 2014-04-25 | auto merge of #13748 : hjr3/rust/guide-container-update, r=alexcrichton | bors | -6/+6 |
| 2014-04-25 | auto merge of #13744 : adrientetar/rust/derp, r=brson | bors | -70/+78 |
| 2014-04-25 | clarify docs for std:io::fs::Path::{is_dir,is_file,exists}; add lstat | Aaron Turon | -28/+28 |
| 2014-04-25 | rustc: Restrict the scope of a borrow on def_map | Alex Crichton | -3/+24 |
| 2014-04-25 | Tests for dynamic regexes will now run during 'check-stage2'. | Andrew Gallant | -5/+15 |