| Age | Commit message (Expand) | Author | Lines |
| 2016-04-07 | Rollup merge of #32699 - bluss:slice-memcmp, r=alexcrichton | Manish Goregaokar | -44/+179 |
| 2016-04-07 | Rollup merge of #32674 - jseyfried:1422_groundwork, r=nikomatsakis | Manish Goregaokar | -298/+385 |
| 2016-04-07 | Auto merge of #32583 - arielb1:need-a-bound, r=nikomatsakis | bors | -523/+656 |
| 2016-04-07 | Fix libstd on DragonFly | Michael Neumann | -12/+17 |
| 2016-04-07 | test the substs ppaux code both with and without -Z verbose | Ariel Ben-Yehuda | -48/+63 |
| 2016-04-07 | Auto merge of #32649 - Amanieu:intrinsic_monomorphization_assert, r=eddyb | bors | -3/+47 |
| 2016-04-07 | Fix tidy errors | Jeffrey Seyfried | -2/+4 |
| 2016-04-07 | Fix fallout in tests | Jeffrey Seyfried | -31/+7 |
| 2016-04-07 | Add test for #30079 | Jeffrey Seyfried | -0/+55 |
| 2016-04-07 | Improve `PrivateItemsInPublicInterfacesVisitor` | Jeffrey Seyfried | -85/+109 |
| 2016-04-07 | Use the node id from the `Restricted` variant when checking accessibility | Jeffrey Seyfried | -42/+34 |
| 2016-04-07 | Make `hir::Visibility` non-copyable and add `ty::Visibility` | Jeffrey Seyfried | -165/+200 |
| 2016-04-07 | Refactor away `hir::Visibility::inherit_from` | Jeffrey Seyfried | -26/+7 |
| 2016-04-07 | Remove rustdocs json format | mitaa | -158/+31 |
| 2016-04-07 | Improve path resolution diagnostics | Jeffrey Seyfried | -66/+67 |
| 2016-04-06 | remove incorrect dependency on librustc_front | Niko Matsakis | -1/+0 |
| 2016-04-06 | Auto merge of #32230 - GuillaumeGomez:extend_css, r=alexcrichton | bors | -123/+196 |
| 2016-04-06 | Use crate name/disambiguator instead of SVH for debuginfo typeid. | Michael Woerister | -8/+10 |
| 2016-04-06 | Fix test cases to reflect that #32014...went away | Niko Matsakis | -4/+3 |
| 2016-04-06 | Rollup merge of #32774 - tbu-:pr_doc_tuple_copy, r=brson | Steve Klabnik | -2/+4 |
| 2016-04-06 | Rollup merge of #32766 - nikomatsakis:constant-pattern-warning-cycle, r=eddyb | Steve Klabnik | -1/+1 |
| 2016-04-06 | Rollup merge of #32761 - tshepang:assert, r=steveklabnik | Steve Klabnik | -12/+12 |
| 2016-04-06 | Rollup merge of #32744 - GuillaumeGomez:patch-3, r=steveklabnik | Steve Klabnik | -0/+12 |
| 2016-04-06 | Rollup merge of #32727 - matklad:fix-comment, r=alexcrichton | Steve Klabnik | -6/+6 |
| 2016-04-06 | Rollup merge of #32724 - sanxiyn:outdated-comment, r=dotdash | Steve Klabnik | -20/+5 |
| 2016-04-06 | Rollup merge of #32691 - frewsxcv:patch-28, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2016-04-06 | Rollup merge of #32679 - tclfs:patch-1, r=steveklabnik | Steve Klabnik | -3/+1 |
| 2016-04-06 | Rollup merge of #32668 - frewsxcv:hashmap-address-fixme, r=alexcrichton | Steve Klabnik | -8/+4 |
| 2016-04-06 | Rollup merge of #32634 - varunvats:docs-fix, r=steveklabnik | Steve Klabnik | -10/+16 |
| 2016-04-06 | Rollup merge of #32538 - Manishearth:no-data-race, r=steveklabnik | Steve Klabnik | -1/+6 |
| 2016-04-06 | Rollup merge of #31762 - tshepang:in-which-case, r=steveklabnik | Steve Klabnik | -8/+8 |
| 2016-04-06 | Add `Copy` to the traits that are automatically implemented for tuples | Tobias Bucher | -2/+4 |
| 2016-04-06 | rebase over the hir rename | Niko Matsakis | -16/+13 |
| 2016-04-06 | Fix LLVM assert when handling bad intrinsic monomorphizations | Amanieu d'Antras | -3/+47 |
| 2016-04-06 | remove svh module | Niko Matsakis | -1/+0 |
| 2016-04-06 | rustbuild: Update bootstrap dependencies | Alex Crichton | -17/+17 |
| 2016-04-06 | rustbuild: Support cross rust-docs packages | Alex Crichton | -35/+46 |
| 2016-04-06 | rustbuild: Verify flags are configured | Alex Crichton | -0/+12 |
| 2016-04-06 | rustbuild: Add helper to abstract hard_link/copy | Alex Crichton | -16/+25 |
| 2016-04-06 | patch name in incremental's Cargo.toml | Niko Matsakis | -2/+2 |
| 2016-04-06 | remove use of rbml and just use opaque encoder | Niko Matsakis | -41/+16 |
| 2016-04-06 | Fix another call to bug into the macro | Niko Matsakis | -3/+1 |
| 2016-04-06 | FIXME for lockfile | Niko Matsakis | -0/+3 |
| 2016-04-06 | add FIXME #32753 markers: SVH vs ICH | Niko Matsakis | -1/+5 |
| 2016-04-06 | rebase: get `bug!` macro | Niko Matsakis | -1/+1 |
| 2016-04-06 | Address nits. | Niko Matsakis | -3/+4 |
| 2016-04-06 | add some comments | Niko Matsakis | -1/+19 |
| 2016-04-06 | add incremental test runner and some tests | Niko Matsakis | -2/+229 |
| 2016-04-06 | add code to persist graph and for unit-testing | Niko Matsakis | -0/+742 |
| 2016-04-06 | add function to retrace a DefPath to a DefId | Niko Matsakis | -0/+49 |