| Age | Commit message (Expand) | Author | Lines |
| 2016-10-18 | Inline read_{un,}signed_leb128 and opaque::Decoder functions. | Nicholas Nethercote | -0/+18 |
| 2016-10-17 | Add stable example to TypeId | Jethro Beekman | -4/+2 |
| 2016-10-17 | Auto merge of #37237 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -38/+14 |
| 2016-10-17 | Add regression test. | Jeffrey Seyfried | -0/+14 |
| 2016-10-17 | Fix partially consumed tokens in macro matchers. | Jeffrey Seyfried | -15/+38 |
| 2016-10-17 | Fix typo | Michael Woerister | -1/+1 |
| 2016-10-17 | Rollup merge of #37215 - flodiebold:comment-fix, r=sfackler | Guillaume Gomez | -1/+1 |
| 2016-10-17 | Rollup merge of #37200 - zackmdavis:llvm_version_in_verbose_version, r=sanxiyn | Guillaume Gomez | -0/+4 |
| 2016-10-17 | Rollup merge of #37194 - johnthagen:fix-const-static-header, r=bluss | Guillaume Gomez | -1/+1 |
| 2016-10-17 | Rollup merge of #37189 - nabeelomer:master, r=bluss | Guillaume Gomez | -3/+5 |
| 2016-10-17 | Rollup merge of #37177 - michaelwoerister:fix-check-stage1, r=petrochenkov | Guillaume Gomez | -0/+2 |
| 2016-10-17 | Rollup merge of #37172 - michaelwoerister:cleanup-dibuilder, r=eddyb | Guillaume Gomez | -33/+1 |
| 2016-10-17 | Auto merge of #36915 - jfirebaugh:E0308-split, r=nikomatsakis | bors | -6/+28 |
| 2016-10-17 | Set stalled=false when encountering an error | Jonas Schievink | -0/+1 |
| 2016-10-17 | std::collections: Reexport libcollections's range module | Ulrik Sverdrup | -0/+4 |
| 2016-10-17 | Auto merge of #37112 - pnkfelix:fix-issue-36744, r=arielb1 | bors | -17/+110 |
| 2016-10-17 | ICH: Use 128-bit Blake2b hash instead of 64-bit SipHash for incr. comp. finge... | Michael Woerister | -38/+460 |
| 2016-10-17 | Moved new dropck-eyepatch compile-fail tests to the `ui/` subtree. | Felix S. Klock II | -2/+166 |
| 2016-10-17 | Review feedback: expand comment and simplify some code. | Felix S. Klock II | -9/+5 |
| 2016-10-17 | Review feedback: add linebreak and reindent to make braces match better. | Felix S. Klock II | -3/+4 |
| 2016-10-17 | remove fixme that i no longer think appropriate. | Felix S. Klock II | -11/+0 |
| 2016-10-17 | Fix Subst construction: use subst from adt_def rather than Drop impl's subst. | Felix S. Klock II | -13/+247 |
| 2016-10-17 | Auto merge of #37162 - matklad:static-mut-lint, r=jseyfried | bors | -50/+33 |
| 2016-10-17 | Expand .zip() specialization to .map() and .cloned() | Ulrik Sverdrup | -1/+186 |
| 2016-10-17 | Use one message for uppercase global lint | Aleksey Kladov | -6/+3 |
| 2016-10-17 | Auto merge of #37153 - michaelwoerister:spread-arg-debuginfo, r=eddyb | bors | -21/+13 |
| 2016-10-16 | Auto merge of #37082 - frewsxcv:session, r=jseyfried | bors | -45/+37 |
| 2016-10-17 | Don't process cycles when stalled | Jonas Schievink | -0/+10 |
| 2016-10-17 | Mark enums with non-zero discriminant as non-zero | Vadim Petrochenkov | -15/+58 |
| 2016-10-16 | impl Debug for ReadDir | David Henningsson | -0/+17 |
| 2016-10-16 | Run rustfmt on libcore/prelude folder | Srinivas Reddy Thatiparthy | -14/+28 |
| 2016-10-16 | Run rustfmt on libcore/sync folder | Srinivas Reddy Thatiparthy | -56/+58 |
| 2016-10-16 | Update comment in Vec::dedup_by | Florian Diebold | -1/+1 |
| 2016-10-16 | Auto merge of #37129 - arielb1:erased-normal, r=eddyb | bors | -38/+38 |
| 2016-10-16 | run rustfmt on various folders | Srinivas Reddy Thatiparthy | -39/+26 |
| 2016-10-16 | run rustfmt on bootstrap/bin folder | Srinivas Reddy Thatiparthy | -13/+16 |
| 2016-10-15 | Auto merge of #37098 - ollie27:rustdoc_playground, r=GuillaumeGomez | bors | -115/+131 |
| 2016-10-15 | include LLVM version in `--version --verbose` | Zack M. Davis | -0/+4 |
| 2016-10-15 | Treat custom derive extern crates like empty modules. | Jeffrey Seyfried | -27/+7 |
| 2016-10-15 | Use the macro namespace for custom derives. | Jeffrey Seyfried | -47/+62 |
| 2016-10-15 | Auto merge of #37152 - arielb1:drop-cache, r=pnkfelix | bors | -27/+41 |
| 2016-10-15 | Refactor `syntax::ext::base::Resolver::resolve_invoc`. | Jeffrey Seyfried | -21/+23 |
| 2016-10-15 | Remove un-rendered ticks from title. | johnthagen | -1/+1 |
| 2016-10-15 | correct erroneous pluralization of '1 type argument' error messages | Zack M. Davis | -7/+10 |
| 2016-10-15 | rustdoc: Improve playground run buttons | Oliver Middleton | -115/+131 |
| 2016-10-15 | Fixed typo | Nabeel Omer | -1/+1 |
| 2016-10-15 | Auto merge of #37132 - petrochenkov:intern, r=alexcrichton | bors | -39/+48 |
| 2016-10-15 | Corrected broken markdown link | Nabeel Omer | -1/+1 |
| 2016-10-15 | Remove FIXME | John Firebaugh | -1/+0 |
| 2016-10-15 | Updated the docs for Error::description | Nabeel Omer | -3/+5 |