| Age | Commit message (Expand) | Author | Lines |
| 2015-04-10 | Eliminates a pointless is_empty test. | Christopher Chambers | -1/+1 |
| 2015-04-10 | Improves semicolon expansion efficiency, corrects bt_pop placement. | Christopher Chambers | -16/+51 |
| 2015-04-07 | Improves handling of statement macros. | Christopher Chambers | -45/+138 |
| 2015-04-07 | Auto merge of #24116 - zaeleus:rustdoc-codespan, r=alexcrichton | bors | -3/+46 |
| 2015-04-07 | Auto merge of #24101 - remram44:fix-rustdoc-passes-help, r=nikomatsakis | bors | -2/+3 |
| 2015-04-07 | Auto merge of #23952 - Kimundi:more_string_pattern, r=alexcrichton | bors | -836/+1481 |
| 2015-04-06 | Auto merge of #23857 - phildawes:libsyntax_nopanic, r=nikomatsakis | bors | -1318/+1397 |
| 2015-04-06 | Auto merge of #23655 - gereeter:rustc-remove-ident, r=sanxiyn | bors | -121/+117 |
| 2015-04-06 | rustdoc: Use iterators to collapse whitespace | Michael Macias | -21/+8 |
| 2015-04-06 | rustdoc: Add a custom callback for codespan to collapse whitespace | Michael Macias | -3/+59 |
| 2015-04-06 | Auto merge of #24056 - nikomatsakis:issue-23853-crates-io, r=aturon | bors | -5/+112 |
| 2015-04-06 | If we find a blanket impl for `Trait` but we're matching on an object | Niko Matsakis | -5/+112 |
| 2015-04-06 | Remove unnecessary returns in API examples | Corey Farwell | -3/+3 |
| 2015-04-05 | Changes rustdoc --passes help message | Remi Rampin | -2/+3 |
| 2015-04-06 | Auto merge of #24087 - mossberg:docs-comma, r=steveklabnik | bors | -1/+1 |
| 2015-04-05 | Auto merge of #24093 - GuillaumeGomez:typo, r=steveklabnik | bors | -2/+1 |
| 2015-04-05 | Remove external iterator in CharIndices comment and the reference to the std:... | Guillaume Gomez | -2/+1 |
| 2015-04-05 | Added smoke tests for new methods. | Marvin Löbel | -22/+160 |
| 2015-04-05 | Moved coretest::str tests into collectiontest::str | Marvin Löbel | -376/+376 |
| 2015-04-05 | Refactored core::str::pattern to become a user-facing module and hide away | Marvin Löbel | -20/+25 |
| 2015-04-05 | Format all str docs to 80 char line breaks | Marvin Löbel | -109/+174 |
| 2015-04-05 | Re-added Clone impls to all str iterators | Marvin Löbel | -9/+82 |
| 2015-04-05 | Implemented remaining string pattern iterators. | Marvin Löbel | -389/+753 |
| 2015-04-05 | Auto merge of #24053 - kvark:get_mut, r=alexcrichton | bors | -22/+22 |
| 2015-04-05 | Auto merge of #24084 - mdinger:align_nit, r=steveklabnik | bors | -1/+1 |
| 2015-04-05 | Add comments suggested by Niko | Phil Dawes | -27/+9 |
| 2015-04-05 | Work towards a non-panicing parser (libsyntax) | Phil Dawes | -1315/+1412 |
| 2015-04-05 | Documentation fix | Mark Mossberg | -1/+1 |
| 2015-04-05 | Auto merge of #23976 - dhuseby:bitrig_fixing_tests, r=alexcrichton | bors | -13/+42 |
| 2015-04-05 | Auto merge of #24067 - apasel422:patch-1, r=Gankro | bors | -4/+4 |
| 2015-04-04 | Alignment nitpick | mdinger | -1/+1 |
| 2015-04-05 | Auto merge of #24055 - estsauver:24044, r=alexcrichton | bors | -0/+2 |
| 2015-04-04 | Removed explicit lifetimes for `get_mut`. Fixed the doc test. | Dzmitry Malyshau | -2/+4 |
| 2015-04-04 | Renamed Arc::try_unique to get_mut | Dzmitry Malyshau | -23/+21 |
| 2015-04-04 | Auto merge of #24016 - aquach:master, r=Manishearth | bors | -1/+1 |
| 2015-04-04 | fixing some tests and temporarily disabling others to get Bitrig build workin... | Dave Huseby | -13/+42 |
| 2015-04-04 | Auto merge of #24045 - frewsxcv:cleanup, r=alexcrichton | bors | -90/+62 |
| 2015-04-04 | Auto merge of #23987 - liammonahan:master, r=Manishearth | bors | -1/+1 |
| 2015-04-04 | s/Perform/Performs/ | Andrew Paseltiner | -4/+4 |
| 2015-04-04 | Auto merge of #23981 - chastell:book_crates-and-modules_io_sync, r=Manishearth | bors | -27/+29 |
| 2015-04-04 | Make changing doc search unhighlight current result | Earl St Sauver | -0/+2 |
| 2015-04-04 | Fix doc (fixup #24031) | Manish Goregaokar | -3/+1 |
| 2015-04-04 | Rollup merge of #24040 - hackaugusto:patch-1, r=steveklabnik | Manish Goregaokar | -3/+0 |
| 2015-04-04 | Rollup merge of #24039 - frewsxcv:patch-10, r=steveklabnik | Manish Goregaokar | -7/+5 |
| 2015-04-04 | Rollup merge of #24038 - frewsxcv:patch-9, r=steveklabnik | Manish Goregaokar | -6/+2 |
| 2015-04-04 | Rollup merge of #24032 - steveklabnik:beta_install, r=alexcrichton | Manish Goregaokar | -2/+52 |
| 2015-04-04 | Rollup merge of #24031 - callahad:trpl_old_io_removal, r=steveklabnik | Manish Goregaokar | -22/+10 |
| 2015-04-04 | Rollup merge of #24022 - steveklabnik:hn_fix, r=nikomatsakis | Manish Goregaokar | -3/+2 |
| 2015-04-04 | Rollup merge of #24012 - tsion:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-04-04 | Rollup merge of #23997 - richo:typos, r=huonw | Manish Goregaokar | -1/+1 |