| Age | Commit message (Expand) | Author | Lines |
| 2017-01-27 | Attempt at fixing dead code lints | Segev Finer | -68/+106 |
| 2017-01-24 | Make backtraces work on Windows GNU targets again. | Segev Finer | -7/+140 |
| 2017-01-24 | Auto merge of #39222 - GuillaumeGomez:rustdoc_where, r=frewsxcv,steveklabnik,... | bors | -4/+3 |
| 2017-01-24 | Auto merge of #39214 - estebank:fix-labels-without-msg, r=nikomatsakis | bors | -30/+470 |
| 2017-01-24 | Auto merge of #39173 - jseyfried:tokenstream, r=nrc | bors | -1764/+443 |
| 2017-01-24 | Auto merge of #39145 - nrc:opt-cfg-mod, r=@jseyfried | bors | -1/+5 |
| 2017-01-24 | Auto merge of #39227 - alexcrichton:enable-i686-musl, r=brson | bors | -2/+16 |
| 2017-01-24 | Auto merge of #39048 - lambda:impl-tosocketaddrs-for-string, r=alexcrichton | bors | -0/+20 |
| 2017-01-23 | Auto merge of #39260 - steveklabnik:rollup, r=steveklabnik | bors | -11/+45 |
| 2017-01-23 | Rollup merge of #39258 - jacwah:makefile-note, r=aturon | Steve Klabnik | -0/+4 |
| 2017-01-23 | Rollup merge of #39233 - frewsxcv:upper-lower-docs, r=GuillaumeGomez | Steve Klabnik | -2/+30 |
| 2017-01-23 | Rollup merge of #39200 - DirkyJerky:patch-1, r=steveklabnik | Steve Klabnik | -1/+5 |
| 2017-01-23 | Rollup merge of #39191 - cesarb:book/trait-objects-vtable-size-and-align, r=s... | Steve Klabnik | -4/+1 |
| 2017-01-23 | Rollup merge of #38993 - krdln:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2017-01-23 | Rollup merge of #38956 - theduke:document-field-init-shorthand-38830, r=steve... | Steve Klabnik | -2/+3 |
| 2017-01-23 | Rollup merge of #38794 - ConnyOnny:master, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2017-01-24 | Add an option to the parser so cfg'ed out modules can still be parsed | Nick Cameron | -1/+5 |
| 2017-01-23 | build: Link to new build sys from Makefile.in | Jacob Wahlgren | -0/+4 |
| 2017-01-23 | Remove `open_span` and `close_span` from `Delimited`. | Jeffrey Seyfried | -55/+35 |
| 2017-01-23 | Auto merge of #39248 - Wilfred:patch-1, r=frewsxcv | bors | -0/+1 |
| 2017-01-23 | Auto merge of #39242 - Eijebong:typo_fix, r=apasel422 | bors | -1/+1 |
| 2017-01-23 | Auto merge of #39247 - est31:master, r=jseyfried | bors | -4/+10 |
| 2017-01-22 | Adding missing URL to release notes | Wilfred Hughes | -0/+1 |
| 2017-01-22 | Remove proc_macro from the tidy whitelist again | est31 | -4/+10 |
| 2017-01-22 | Auto merge of #39238 - king6cong:pr, r=frewsxcv | bors | -2/+2 |
| 2017-01-22 | Remove crate `proc_macro_tokens`. | Jeffrey Seyfried | -205/+1 |
| 2017-01-22 | Refactor `TokenStream`. | Jeffrey Seyfried | -1288/+424 |
| 2017-01-22 | Auto merge of #39243 - cseale:issue_30924, r=est31 | bors | -4/+13 |
| 2017-01-22 | travis: Enable testing i686 musl | Alex Crichton | -2/+16 |
| 2017-01-22 | [Gate Tests] - marking feature tests | Colm Seale | -4/+13 |
| 2017-01-22 | Auto merge of #38648 - utkarshkukreti:question-mark-in-libstd-documentation-e... | bors | -163/+163 |
| 2017-01-22 | Fix minor typo | Eijebong | -1/+1 |
| 2017-01-22 | libstd: mention `?` operator instead of removing `try!` macro reference | Utkarsh Kukreti | -1/+3 |
| 2017-01-22 | libstd: update std::io module documentation to not mention `try!` | Utkarsh Kukreti | -3/+1 |
| 2017-01-22 | libstd: replace all `try!` with `?` in documentation examples | Utkarsh Kukreti | -161/+161 |
| 2017-01-22 | Auto merge of #38108 - linclark:32777-E0328, r=GuillaumeGomez | bors | -1/+36 |
| 2017-01-22 | Add more references between lowercase/uppercase operations. | Corey Farwell | -2/+30 |
| 2017-01-22 | Auto merge of #39224 - GuillaumeGomez:os_string_urls, r=frewsxcv | bors | -9/+28 |
| 2017-01-22 | Add missing urls for OsStr and OsString | Guillaume Gomez | -9/+28 |
| 2017-01-22 | Auto merge of #39127 - canndrew:unreachable-pattern-errors-into-warnings, r=a... | bors | -18/+135 |
| 2017-01-22 | better comment wording | king6cong | -2/+2 |
| 2017-01-22 | Remove duplicate `TokenStream` quoter tests (modulo imports). | Jeffrey Seyfried | -233/+0 |
| 2017-01-22 | Auto merge of #39221 - frewsxcv:os-string-docs, r=GuillaumeGomez | bors | -0/+73 |
| 2017-01-22 | Auto merge of #39060 - jseyfried:improve_unused, r=nrc | bors | -127/+104 |
| 2017-01-22 | Remove unused `extern crate`s. | Jeffrey Seyfried | -76/+0 |
| 2017-01-22 | Warn on unused `#[macro_use]` imports. | Jeffrey Seyfried | -24/+67 |
| 2017-01-22 | Auto merge of #39176 - CartesianDaemon:master, r=frewsxcv | bors | -1/+12 |
| 2017-01-21 | Auto merge of #39218 - xen0n:syntax-warts, r=alexcrichton | bors | -48/+0 |
| 2017-01-21 | Revert "Add link to symlink_metadata in fs::Metadata doc" | Jack Vickeridge | -4/+3 |
| 2017-01-21 | Auto merge of #39210 - GuillaumeGomez:GuillaumeGomez-patch-1, r=frewsxcv | bors | -1/+9 |