| Age | Commit message (Expand) | Author | Lines |
| 2015-08-04 | Rollup merge of #27491 - GuillaumeGomez:patch-4, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-08-03 | Auto merge of #26783 - eddyb:methrec, r=huonw | bors | -0/+66 |
| 2015-08-04 | rustc_lint: handle more method calls in unconditional_recursion. | Eduard Burtescu | -0/+66 |
| 2015-08-03 | Auto merge of #27210 - vadimcn:win64-eh-pers, r=alexcrichton | bors | -0/+1 |
| 2015-08-03 | Update error comment | Guillaume Gomez | -1/+1 |
| 2015-07-31 | Auto merge of #27382 - brson:gate-assoc-type, r=alexcrichton | bors | -0/+23 |
| 2015-07-30 | Fix tests | Brian Anderson | -0/+8 |
| 2015-07-30 | Implement Win64 eh_personality natively. | Vadim Chugunov | -0/+1 |
| 2015-07-29 | Feature gate associated type defaults | Brian Anderson | -0/+15 |
| 2015-07-29 | Auto merge of #27353 - arielb1:parenthetical-error, r=steveklabnik | bors | -3/+3 |
| 2015-07-29 | Rollup merge of #27313 - nagisa:illegal-to-invalid, r=pnkfelix | Steve Klabnik | -69/+112 |
| 2015-07-29 | Auto merge of #27349 - arielb1:constant-at, r=alexcrichton | bors | -0/+22 |
| 2015-07-29 | Auto merge of #27261 - arielb1:drop-sanity-check, r=pnkfelix | bors | -0/+47 |
| 2015-07-29 | Auto merge of #27260 - alexcrichton:cap-lints, r=nrc | bors | -0/+51 |
| 2015-07-28 | rustc: Add a --cap-lints flag to the compiler | Alex Crichton | -0/+51 |
| 2015-07-29 | Replace illegal with invalid in most diagnostics | Simonas Kazlauskas | -9/+9 |
| 2015-07-29 | Improve typeck diagnostic messages | Simonas Kazlauskas | -44/+87 |
| 2015-07-29 | Improve invalid recursive types diagnostic | Simonas Kazlauskas | -16/+16 |
| 2015-07-28 | prohibit the lhs of an @-pattern being a constant | Ariel Ben-Yehuda | -0/+22 |
| 2015-07-28 | clarify the parenthetical notation stability error message | Ariel Ben-Yehuda | -3/+3 |
| 2015-07-28 | Auto merge of #27309 - eddyb:snapshot-infdef, r=alexcrichton | bors | -1/+11 |
| 2015-07-27 | Turn on `box(PLACE) expr` deprecation warning post-snapshot. | Eduard Burtescu | -1/+11 |
| 2015-07-27 | Auto merge of #27315 - eefriedman:improper-ctypes-void-ret, r=alexcrichton | bors | -0/+3 |
| 2015-07-26 | In improper-ctypes lint, handle functions which explicitly return `()`. | Eli Friedman | -0/+3 |
| 2015-07-25 | Add feature gate | Jared Roesch | -0/+5 |
| 2015-07-25 | Make default error reporting deterministic | Jared Roesch | -6/+19 |
| 2015-07-25 | Add cross-crate error message tests | Jared Roesch | -0/+20 |
| 2015-07-25 | Correctly collect defaults from type alises in astconv | Jared Roesch | -17/+0 |
| 2015-07-25 | Implement Default TyParam fallback | Jared Roesch | -0/+40 |
| 2015-07-25 | Auto merge of #26630 - eefriedman:recursive-static, r=pnkfelix | bors | -54/+26 |
| 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 | -50/+7 |
| 2015-07-24 | Add static_recursion feature gate. | Eli Friedman | -0/+16 |
| 2015-07-24 | Allow recursive static variables. | Eli Friedman | -5/+4 |
| 2015-07-24 | handle all type variants correctly in dropck | Ariel Ben-Yehuda | -0/+47 |
| 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 | Auto merge of #27215 - pnkfelix:fsk-placer-take-5-just-in, r=nikomatsakis | bors | -6/+126 |
| 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 #26583 - eefriedman:lint-ffi, r=nrc | bors | -12/+43 |
| 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 | -12/+43 |
| 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-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 |