| Age | Commit message (Expand) | Author | Lines |
| 2015-09-19 | Split out the bad_style lints into a new module | Wesley Wiser | -354/+382 |
| 2015-09-19 | Auto merge of #28516 - steveklabnik:rollup, r=steveklabnik | bors | -83/+192 |
| 2015-09-19 | Auto merge of #28497 - apasel422:issue-28493, r=Gankro | bors | -1/+59 |
| 2015-09-19 | Rollup merge of #28515 - alex:patch-1, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-09-19 | Rollup merge of #28511 - llogiq:printdoc, r=steveklabnik | Steve Klabnik | -0/+8 |
| 2015-09-19 | Rollup merge of #28496 - davidszotten:fix_error_anchors, r=steveklabnik | Steve Klabnik | -11/+24 |
| 2015-09-19 | Rollup merge of #28485 - Wallacoloo:clarify-let-lhs, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-09-19 | Rollup merge of #28483 - dagnir:compiler-test-doc-cleanup, r=alexcrichton | Steve Klabnik | -3/+3 |
| 2015-09-19 | Rollup merge of #28443 - GuillaumeGomez:error_codes, r=Manishearth | Steve Klabnik | -65/+133 |
| 2015-09-19 | Rollup merge of #28430 - apasel422:issue-14698, r=alexcrichton | Steve Klabnik | -1/+20 |
| 2015-09-19 | Rollup merge of #28400 - badboy:disable-browser-history-on-file, r=steveklabnik | Steve Klabnik | -1/+2 |
| 2015-09-19 | Add librustc_trans error codes | Guillaume Gomez | -12/+45 |
| 2015-09-19 | Auto merge of #28494 - bluss:vecdeque-zst, r=eddyb | bors | -1/+40 |
| 2015-09-19 | Auto merge of #28495 - semarie:stdcpp-name, r=alexcrichton | bors | -4/+11 |
| 2015-09-19 | Fixed an apparent typo | Alex Gaynor | -1/+1 |
| 2015-09-19 | change back to anchors; divs break md | David Szotten | -18/+18 |
| 2015-09-19 | VecDeque: Use power of two capacity even for zero sized types | Ulrik Sverdrup | -1/+40 |
| 2015-09-19 | missing punctuation | David Szotten | -1/+1 |
| 2015-09-19 | its vs it's | David Szotten | -1/+1 |
| 2015-09-19 | wrap more referenced code blocks in divs | David Szotten | -0/+14 |
| 2015-09-19 | angle brackets get mis-parsed. bug? | David Szotten | -1/+1 |
| 2015-09-19 | link needs puncuation | David Szotten | -2/+2 |
| 2015-09-19 | Auto merge of #28491 - dotdash:noadjust, r=nikomatsakis | bors | -1/+41 |
| 2015-09-19 | added panic docs for print\! and println\! macros | llogiq | -0/+8 |
| 2015-09-19 | Auto merge of #28489 - kud1ing:patch-1, r=alexcrichton | bors | -1/+1 |
| 2015-09-19 | Auto merge of #28486 - nrc:pub-extern-crate, r=alexcrichton | bors | -5/+30 |
| 2015-09-19 | Auto merge of #28468 - nagisa:revert-negate-unsigned-warning, r=alexcrichton | bors | -14/+15 |
| 2015-09-19 | Auto merge of #28484 - nrc:fix-save, r=alexcrichton | bors | -5/+5 |
| 2015-09-18 | remove preceeding blank line | David Szotten | -1/+0 |
| 2015-09-18 | fix anchor link | David Szotten | -1/+1 |
| 2015-09-18 | Auto merge of #28465 - apasel422:tidy, r=alexcrichton | bors | -0/+0 |
| 2015-09-18 | Avoid zero-sized leaf allocations in `BTreeMap` | Andrew Paseltiner | -1/+59 |
| 2015-09-18 | Auto merge of #28442 - nagisa:remove-enum-vis-field, r=alexcrichton | bors | -51/+15 |
| 2015-09-18 | Revert "Convert negate_unsigned feature gate to a warning" | Simonas Kazlauskas | -14/+15 |
| 2015-09-18 | Add url to rust-book | Guillaume Gomez | -7/+11 |
| 2015-09-18 | Auto merge of #28336 - petrochenkov:empstr, r=pnkfelix | bors | -124/+187 |
| 2015-09-18 | add support for non-standard name of stdc++ library | Sébastien Marie | -4/+11 |
| 2015-09-18 | Auto merge of #28492 - Ms2ger:a-name, r=steveklabnik | bors | -2/+4 |
| 2015-09-18 | Use divs with ids rather than as with names. | Ms2ger | -2/+4 |
| 2015-09-18 | Skip no-op adjustments in trans | Björn Steinbrink | -1/+41 |
| 2015-09-18 | Add feature gate | Vadim Petrochenkov | -2/+52 |
| 2015-09-18 | Add some more tests | Vadim Petrochenkov | -2/+34 |
| 2015-09-18 | Implement empty struct with braces (RFC 218) | Vadim Petrochenkov | -133/+114 |
| 2015-09-18 | Add 1.3 release date | kud1ing | -1/+1 |
| 2015-09-18 | Warn on `pub extern crate`. | Nick Cameron | -5/+30 |
| 2015-09-18 | Fix crash with --save-analysis | Nick Cameron | -5/+5 |
| 2015-09-17 | Clarify where let accepts a pattern, spatially | Colin Wallace | -1/+1 |
| 2015-09-17 | Fix spelling and remove weirdly placed comma. | Dongie Agnir | -3/+3 |
| 2015-09-17 | Auto merge of #28476 - steveklabnik:rollup, r=steveklabnik | bors | -104/+142 |
| 2015-09-17 | Add span_err_with_code method for BorrowckCtxt struct | Guillaume Gomez | -0/+4 |