| Age | Commit message (Expand) | Author | Lines |
| 2015-07-26 | Auto merge of #27283 - arielb1:free-self-2, r=eddyb | bors | -0/+26 |
| 2015-07-25 | Add feature gate | Jared Roesch | -7/+26 |
| 2015-07-25 | Make default error reporting deterministic | Jared Roesch | -6/+19 |
| 2015-07-25 | Add cross-crate error message tests | Jared Roesch | -0/+39 |
| 2015-07-25 | Fix error message spans | Jared Roesch | -2/+2 |
| 2015-07-25 | Clean up test cases | Jared Roesch | -33/+62 |
| 2015-07-25 | Remove defaults table and attach defaults directly to tyvars | Jared Roesch | -0/+60 |
| 2015-07-25 | Correctly collect defaults from type alises in astconv | Jared Roesch | -0/+0 |
| 2015-07-25 | Implement Default TyParam fallback | Jared Roesch | -0/+132 |
| 2015-07-25 | Substitute free lifetimes in `Self::T` | Ariel Ben-Yehuda | -0/+26 |
| 2015-07-25 | Auto merge of #27258 - nikomatsakis:issue-26952, r=eddyb | bors | -0/+33 |
| 2015-07-25 | Auto merge of #26630 - eefriedman:recursive-static, r=pnkfelix | bors | -21/+97 |
| 2015-07-25 | Auto merge of #27253 - bossmc:unbalanced-delimiters-cause-ice, r=nikomatsakis | bors | -0/+16 |
| 2015-07-24 | Allow writing types which "can't" be instantiated. | Eli Friedman | -16/+60 |
| 2015-07-24 | Add static_recursion feature gate. | Eli Friedman | -0/+18 |
| 2015-07-24 | Allow recursive static variables. | Eli Friedman | -5/+19 |
| 2015-07-24 | Fix an ICE with a closure in a constant. | Eli Friedman | -0/+13 |
| 2015-07-24 | handle all type variants correctly in dropck | Ariel Ben-Yehuda | -0/+124 |
| 2015-07-24 | Auto merge of #27265 - steveklabnik:rollup, r=steveklabnik | bors | -0/+21 |
| 2015-07-24 | Rollup merge of #27244 - Detegr:master, r=eddyb | Steve Klabnik | -0/+21 |
| 2015-07-24 | Auto merge of #27087 - nikomatsakis:closure-exploration, r=nrc | bors | -1/+52 |
| 2015-07-24 | Correct regression in type-inference caused by failing to reconfirm that | Niko Matsakis | -0/+33 |
| 2015-07-24 | Auto merge of #27215 - pnkfelix:fsk-placer-take-5-just-in, r=nikomatsakis | bors | -10/+233 |
| 2015-07-24 | Add regression test for #25368. Fixes #25368. | Niko Matsakis | -0/+23 |
| 2015-07-24 | Add regression test for #25954 (cyclic closure type), which is now | Niko Matsakis | -0/+28 |
| 2015-07-24 | Unify the upvar variables found in closures with the actual types of the | Niko Matsakis | -1/+1 |
| 2015-07-24 | Auto merge of #27208 - alexcrichton:msvc-less-dllimport, r=brson | bors | -0/+32 |
| 2015-07-24 | Auto merge of #26583 - eefriedman:lint-ffi, r=nrc | bors | -14/+48 |
| 2015-07-24 | Fix license statement | Andy Caldwell | -2/+12 |
| 2015-07-24 | Add test for issue #23389 | Andy Caldwell | -0/+6 |
| 2015-07-23 | Rewrite the improper_ctypes lint. | Eli Friedman | -14/+48 |
| 2015-07-23 | update compile-fail/pushpop-unsafe-rejects.rs to reflect switch from saturate... | Felix S. Klock II | -24/+25 |
| 2015-07-23 | eval_const_expr_partial now returns ConstVal::Struct instead of None for unit... | Antti Keränen | -0/+21 |
| 2015-07-23 | Update suggestion from parenthesized-box-expr-message to reflect new output s... | Felix S. Klock II | -2/+2 |
| 2015-07-23 | fix pretty printing tests by opting into the features that the expanded code ... | Felix S. Klock II | -0/+4 |
| 2015-07-22 | Resolve lifetime parameters for foreign functions. | Eli Friedman | -0/+25 |
| 2015-07-22 | Rollup merge of #27202 - apasel422:issue-21174, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-07-22 | Rollup merge of #27158 - apasel422:issue-14382, r=alexcrichton | Steve Klabnik | -0/+24 |
| 2015-07-22 | Rollup merge of #27154 - apasel422:issue-10436, r=Gankro | Steve Klabnik | -0/+20 |
| 2015-07-22 | Rollup merge of #27147 - apasel422:issue-19404, r=alexcrichton | Steve Klabnik | -0/+47 |
| 2015-07-22 | Rollup merge of #27146 - apasel422:issue-14229, r=alexcrichton | Steve Klabnik | -0/+30 |
| 2015-07-22 | Rollup merge of #27140 - dotdash:test-26468, r=luqmana | Steve Klabnik | -0/+38 |
| 2015-07-22 | Rollup merge of #27131 - apasel422:issue-20162, r=arielb1 | Steve Klabnik | -0/+17 |
| 2015-07-22 | Add test of placement-in syntax, analogous to `new-box-syntax.rs` | Felix S. Klock II | -0/+37 |
| 2015-07-22 | refine set of allowed warnings in `new-box-syntax.rs` test. | Felix S. Klock II | -1/+1 |
| 2015-07-22 | Add actual use of the `struct Structure` lying dormant in `new-box-syntax.rs`. | Felix S. Klock II | -0/+5 |
| 2015-07-22 | uncomment feature-gate testing for `in PLACE BLOCK` now that its in the parser. | Felix S. Klock II | -2/+2 |
| 2015-07-22 | Add new feature gate opt-in necessary for `new-box-syntax.rs`. | Felix S. Klock II | -0/+1 |
| 2015-07-22 | Update `issue-14084.rs` test to reflect changes to error output. | Felix S. Klock II | -1/+3 |
| 2015-07-22 | Update the `intrinsic-move-val.rs` test to reflect its newer signature. | Felix S. Klock II | -1/+1 |