| Age | Commit message (Expand) | Author | Lines |
| 2015-09-24 | Auto merge of #28607 - remram44:doc-fix-str-pattern, r=alexcrichton | bors | -12/+9 |
| 2015-09-24 | Auto merge of #28598 - semarie:openbsd-unbreak, r=alexcrichton | bors | -1/+3 |
| 2015-09-23 | Auto merge of #28596 - sanxiyn:dedup-unused, r=alexcrichton | bors | -2/+21 |
| 2015-09-23 | Auto merge of #28569 - semarie:stdcpp-tests, r=alexcrichton | bors | -0/+5 |
| 2015-09-23 | Fix bad copypasta for patterns doc in std::str | Remi Rampin | -12/+9 |
| 2015-09-23 | unbreak openbsd after netbsd integration | Sébastien Marie | -1/+3 |
| 2015-09-23 | Auto merge of #28585 - ranma42:simpler-panic, r=alexcrichton | bors | -83/+5 |
| 2015-09-23 | Do not traverse RHS of assignment twice for unused variables lint | Seo Sanghyeon | -2/+21 |
| 2015-09-23 | Auto merge of #28580 - wesleywiser:split_out_type_lints, r=alexcrichton | bors | -661/+689 |
| 2015-09-23 | Auto merge of #28535 - petrochenkov:name, r=nrc | bors | -473/+485 |
| 2015-09-22 | Auto merge of #28504 - Eljay:fix-trait-privacy, r=nrc | bors | -6/+53 |
| 2015-09-22 | Auto merge of #28369 - ebfull:fix-higher-ranked, r=nikomatsakis | bors | -3/+36 |
| 2015-09-22 | Auto merge of #28543 - gandro:netbsd, r=alexcrichton | bors | -68/+602 |
| 2015-09-22 | Fix rebase | Vadim Petrochenkov | -31/+31 |
| 2015-09-22 | Remove unwind::register | Andrea Canciani | -69/+2 |
| 2015-09-22 | Restore `fold_ident` and `visit_ident` | Vadim Petrochenkov | -13/+22 |
| 2015-09-22 | Use Names in the remaining HIR structures with exception of... | Vadim Petrochenkov | -86/+86 |
| 2015-09-22 | Use Names in path fragments and MacroDef | Vadim Petrochenkov | -39/+40 |
| 2015-09-22 | run-make: search libstdc++ in /usr/local/lib too | Sébastien Marie | -0/+5 |
| 2015-09-22 | Use Names in hir::{Field, ExprMethodCall, ExprField} | Vadim Petrochenkov | -91/+79 |
| 2015-09-22 | Use Names in HIR Items | Vadim Petrochenkov | -205/+206 |
| 2015-09-22 | Use Names in HIR visitors and folders | Vadim Petrochenkov | -65/+67 |
| 2015-09-22 | Encode/decode Names as strings | Vadim Petrochenkov | -2/+13 |
| 2015-09-22 | Auto merge of #28584 - ranma42:simpler-innertry, r=alexcrichton | bors | -9/+11 |
| 2015-09-22 | Auto merge of #28582 - jedireza:patch-1, r=huonw | bors | -1/+1 |
| 2015-09-22 | Fix alignment of pthread types on NetBSD | Sebastian Wicki | -11/+19 |
| 2015-09-22 | Auto merge of #28578 - gandro:nodefaultlibs, r=alexcrichton | bors | -7/+13 |
| 2015-09-22 | Simplify inner_try in std::rt::unwind::try | Andrea Canciani | -9/+11 |
| 2015-09-22 | Simplify on_panic callback handling | Andrea Canciani | -16/+5 |
| 2015-09-22 | Add UFCS privacy test. | Lee Jeffery | -0/+24 |
| 2015-09-22 | Auto merge of #28574 - Eljay:hoedown-3.0.5, r=alexcrichton | bors | -0/+0 |
| 2015-09-21 | Update error-handling.md | Reza Akhavan | -1/+1 |
| 2015-09-22 | Auto merge of #28427 - DiamondLovesYou:gdb-debug-script-load, r=alexcrichton | bors | -4/+50 |
| 2015-09-22 | Auto merge of #28364 - petrochenkov:usegate, r=alexcrichton | bors | -58/+209 |
| 2015-09-21 | Split out the type lints into a new module | Wesley Wiser | -661/+689 |
| 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 | 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 |