| Age | Commit message (Expand) | Author | Lines |
| 2016-06-17 | Auto merge of #33090 - bluss:special-zip-2, r=aturon | bors | -0/+22 |
| 2016-06-16 | Auto merge of #34272 - jseyfried:simplify_gated_cfg_checking, r=nrc | bors | -5/+5 |
| 2016-06-16 | Simplify gated cfg checking | Jeffrey Seyfried | -5/+5 |
| 2016-06-16 | Auto merge of #34296 - dsprenkels:issue-23122-tests, r=alexcrichton | bors | -0/+44 |
| 2016-06-16 | Auto merge of #34239 - jseyfried:fix_macro_use_scope_regression, r=nrc | bors | -6/+19 |
| 2016-06-16 | Auto merge of #34216 - jseyfried:nested_cfg_attr, r=nrc | bors | -0/+14 |
| 2016-06-16 | Auto merge of #34290 - arielb1:short-ladder, r=eddyb | bors | -2/+0 |
| 2016-06-16 | Add regression tests for #23122 | Daan Sprenkels | -0/+44 |
| 2016-06-16 | fix codegen-units fallout | Ariel Ben-Yehuda | -2/+0 |
| 2016-06-15 | Auto merge of #34000 - estebank:missingargs, r=jseyfried | bors | -1/+16 |
| 2016-06-15 | Show types of all args when missing args | Esteban Küber | -1/+16 |
| 2016-06-15 | Auto merge of #34180 - durka:patch-24, r=brson | bors | -0/+206 |
| 2016-06-14 | Auto merge of #34245 - ollie27:rustdoc_redirect_rename, r=alexcrichton | bors | -0/+32 |
| 2016-06-14 | rustdoc: Fix redirect pages for renamed reexports | Oliver Middleton | -0/+32 |
| 2016-06-14 | specialize zip: Add codegen test | Ulrik Sverdrup | -0/+22 |
| 2016-06-14 | Auto merge of #34232 - ollie27:rustdoc_inline, r=alexcrichton | bors | -0/+42 |
| 2016-06-13 | Auto merge of #33749 - jseyfried:fix_call_site_span, r=nrc | bors | -14/+34 |
| 2016-06-13 | Auto merge of #34262 - dsprenkels:enum_pattern_resolve_ice, r=eddyb | bors | -0/+16 |
| 2016-06-13 | Replace `println!("");` invocations with calls to a dummy function in debugin... | Jeffrey Seyfried | -3/+5 |
| 2016-06-13 | Auto merge of #34243 - c3st7n:add_test_issue_issue_23477, r=nagisa | bors | -0/+23 |
| 2016-06-13 | Correct broken test | Chris Tomlinson | -4/+3 |
| 2016-06-13 | Add regression test for #33293 | Daan Sprenkels | -0/+16 |
| 2016-06-13 | Auto merge of #34252 - dsprenkels:issue-32364-test, r=eddyb | bors | -0/+24 |
| 2016-06-13 | Add regression test for #32364 | Daan Sprenkels | -0/+24 |
| 2016-06-12 | Add test case for issue 23477 | Chris Tomlinson | -0/+24 |
| 2016-06-12 | Auto merge of #34241 - dsprenkels:issue-32031-test, r=eddyb | bors | -0/+33 |
| 2016-06-12 | add a test case for issue #32031 | Daan Sprenkels | -0/+33 |
| 2016-06-12 | Auto merge of #34045 - ollie27:rustdoc_stripped, r=brson | bors | -0/+22 |
| 2016-06-12 | Add regression test | Jeffrey Seyfried | -6/+19 |
| 2016-06-11 | rustdoc: Don't inline #[doc(hidden)] pub use | Oliver Middleton | -0/+42 |
| 2016-06-11 | add fixme about duplicated errors | Alex Burka | -0/+1 |
| 2016-06-11 | Support nested `cfg_attr` attributes | Jeffrey Seyfried | -0/+14 |
| 2016-06-11 | Forbid `#[test]` attributes on non-optional expressions. | Jeffrey Seyfried | -0/+2 |
| 2016-06-10 | Auto merge of #34172 - jseyfried:avoid_configuring_interpolated_ast, r=alexcr... | bors | -0/+21 |
| 2016-06-10 | Auto merge of #34199 - jseyfried:visit_all_attrs, r=nrc | bors | -1/+6 |
| 2016-06-10 | Rollup merge of #34136 - imjacobclark:ice-test-case-25579, r=nikomatsakis | Seo Sanghyeon | -0/+27 |
| 2016-06-10 | Check that custom attributes are disallowed on statements and expressions | Jeffrey Seyfried | -1/+6 |
| 2016-06-10 | Add tests | Vadim Petrochenkov | -1/+56 |
| 2016-06-10 | resolve: Rewrite resolve_pattern | Vadim Petrochenkov | -45/+47 |
| 2016-06-09 | test traits defined on ranges | Alex Burka | -0/+205 |
| 2016-06-09 | Auto merge of #34149 - arielb1:remove-remove-dead-blocks, r=nikomatsakis | bors | -0/+1 |
| 2016-06-09 | use the type name as the pass name | Ariel Ben-Yehuda | -3/+1 |
| 2016-06-09 | add hook infrastructure for automatically dumping MIR on every pass | Ariel Ben-Yehuda | -1/+4 |
| 2016-06-09 | Auto merge of #34109 - pnkfelix:fix-issue-34101, r=arielb1 | bors | -0/+56 |
| 2016-06-08 | Auto merge of #34032 - jseyfried:load_macros_in_expansion, r=nrc | bors | -5/+25 |
| 2016-06-08 | Auto merge of #32202 - arielb1:slice-patterns, r=nikomatsakis | bors | -116/+313 |
| 2016-06-09 | Add regression test | Jeffrey Seyfried | -0/+19 |
| 2016-06-09 | Load macros from `extern crate`s during expansion. | Jeffrey Seyfried | -5/+6 |
| 2016-06-09 | Add regression test | Jeffrey Seyfried | -0/+21 |
| 2016-06-08 | Auto merge of #34167 - eddyb:fix-pairs-for-real, r=nikomatsakis | bors | -0/+15 |