| Age | Commit message (Expand) | Author | Lines |
| 2015-09-21 | Split out the type lints into a new module | Wesley Wiser | -661/+689 |
| 2015-09-21 | Change syntax::ast_util::stmt_id to not panic on macros | Jethro Beekman | -7/+10 |
| 2015-09-22 | Add `no_default_libraries` target linker option | Sebastian Wicki | -7/+13 |
| 2015-09-21 | Auto merge of #28567 - sanxiyn:save-lto, r=alexcrichton | bors | -2/+14 |
| 2015-09-21 | Clarify rustdoc output licensing with a copyright file | Ruud van Asseldonk | -0/+66 |
| 2015-09-21 | Avoid loading the whole gdb debug scripts section. | Richard Diamond | -4/+50 |
| 2015-09-21 | Upgrade hoedown to 3.0.5. | Eljay | -0/+0 |
| 2015-09-21 | Auto merge of #28566 - Ms2ger:AsmDialect, r=sanxiyn | bors | -25/+12 |
| 2015-09-21 | Various fixes for NetBSD/amd64 | Sebastian Wicki | -68/+594 |
| 2015-09-21 | Auto merge of #28562 - llogiq:shootout, r=alexcrichton | bors | -1/+2 |
| 2015-09-21 | Auto merge of #28531 - whitequark:patch-1, r=Gankro | bors | -3/+9 |
| 2015-09-22 | Save bitcode before LTO when -C save-temps is given | Seo Sanghyeon | -2/+14 |
| 2015-09-21 | Use ast::AsmDialect's variants qualified, and drop the pointless prefix. | Ms2ger | -9/+9 |
| 2015-09-21 | Auto merge of #28565 - apasel422:issue-28561, r=Manishearth | bors | -0/+120 |
| 2015-09-21 | Add tests for macro-based impls | Andrew Paseltiner | -0/+120 |
| 2015-09-21 | Remove hir::AsmDialect in favour of ast::AsmDialect. | Ms2ger | -19/+6 |
| 2015-09-21 | Auto merge of #28563 - baskerville:trpl-typo, r=bluss | bors | -1/+1 |
| 2015-09-21 | TRPL: Fix typo | Bastien Dejean | -1/+1 |
| 2015-09-21 | Auto merge of #28560 - Manishearth:fix-fnptr-impls, r=nrc | bors | -0/+7 |
| 2015-09-21 | Use BufWriter in fasta-redux for a nice speedup | llogiq | -1/+2 |
| 2015-09-21 | Make function pointers implement traits for up to 12 parameters | Manish Goregaokar | -0/+7 |
| 2015-09-21 | Auto merge of #28548 - steveklabnik:gh28545, r=alexcrichton | bors | -1/+1 |
| 2015-09-21 | Auto merge of #28555 - GuillaumeGomez:error_codes, r=Manishearth | bors | -4/+5 |
| 2015-09-21 | Auto merge of #28552 - apasel422:issue-28527, r=Manishearth | bors | -139/+114 |
| 2015-09-21 | Auto merge of #28541 - baskerville:trpl-two-typos, r=steveklabnik | bors | -2/+2 |
| 2015-09-20 | Auto merge of #28539 - rkruppe:shuffle-num-internals, r=alexcrichton | bors | -79/+106 |
| 2015-09-20 | E0422 description. | christopherdumas | -1/+23 |
| 2015-09-20 | Auto merge of #28534 - marcusklaas:fix-mod-inner-span, r=alexcrichton | bors | -1/+1 |
| 2015-09-20 | Replace `ast::Mac_` enum with struct | Andrew Paseltiner | -139/+114 |
| 2015-09-20 | We are production ready | Steve Klabnik | -1/+1 |
| 2015-09-20 | Auto merge of #28429 - wesleywiser:split_up_lints, r=alexcrichton | bors | -799/+859 |
| 2015-09-20 | Add comment. | whitequark | -0/+2 |
| 2015-09-20 | Fix style. | whitequark | -3/+5 |
| 2015-09-20 | TRPL: Fix two typos | Bastien Dejean | -2/+2 |
| 2015-09-20 | Reorganize core::num internals | Robin Kruppe | -79/+106 |
| 2015-09-20 | Auto merge of #28499 - semmaz:doc-anchor-fix, r=steveklabnik | bors | -80/+93 |
| 2015-09-20 | Auto merge of #28532 - Eljay:misc-fixes, r=bluss | bors | -108/+44 |
| 2015-09-20 | Fix the overly long inner spans of inline mods | Marcus Klaas | -1/+1 |
| 2015-09-20 | Miscellaneous cleanup for old issues. | Lee Jeffery | -108/+44 |
| 2015-09-20 | rustdoc: added tests for header rendering & minor fixes | Simon Mazur | -2/+24 |
| 2015-09-20 | rustdoc: remove redundant test | Simon Mazur | -15/+1 |
| 2015-09-20 | rustdoc: some code style improvements | Simon Mazur | -27/+14 |
| 2015-09-20 | doc: Fix broken links | Simon Mazur | -31/+31 |
| 2015-09-20 | rustdoc: Changed section headers anchor rendering | Simon Mazur | -5/+23 |
| 2015-09-20 | Add error codes for librustc_typeck | Guillaume Gomez | -4/+5 |
| 2015-09-20 | Do not drop_in_place elements of Vec<T> if T doesn't need dropping | whitequark | -3/+5 |
| 2015-09-20 | Auto merge of #28529 - Manishearth:rollup, r=Manishearth | bors | -67/+215 |
| 2015-09-20 | Rollup merge of #28526 - Manishearth:expand-clone, r=eddyb | Manish Goregaokar | -24/+25 |
| 2015-09-20 | Rollup merge of #28525 - Wallacoloo:book-4.8-double-more, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-09-20 | Rollup merge of #28522 - apasel422:issue-28091, r=alexcrichton | Manish Goregaokar | -5/+135 |