| Age | Commit message (Expand) | Author | Lines |
| 2015-08-03 | Auto merge of #27210 - vadimcn:win64-eh-pers, r=alexcrichton | bors | -2/+8 |
| 2015-07-31 | Auto merge of #27432 - sanxiyn:impl-dotdot, r=sfackler | bors | -3/+18 |
| 2015-07-31 | Fix `impl A .. {}` | Seo Sanghyeon | -3/+18 |
| 2015-07-31 | Auto merge of #27382 - brson:gate-assoc-type, r=alexcrichton | bors | -0/+29 |
| 2015-07-30 | Fix tests | Brian Anderson | -0/+8 |
| 2015-07-30 | Implement Win64 eh_personality natively. | Vadim Chugunov | -2/+8 |
| 2015-07-30 | Auto merge of #27392 - pnkfelix:rename-xpretty-as-unpretty, r=jroesch | bors | -1/+1 |
| 2015-07-30 | Auto merge of #27052 - wthrowe:atomic_send, r=Gankro | bors | -0/+22 |
| 2015-07-30 | Rename the unstable option `--xpretty` to `--unpretty` | Felix S. Klock II | -1/+1 |
| 2015-07-29 | Feature gate associated type defaults | Brian Anderson | -0/+21 |
| 2015-07-29 | Auto merge of #27353 - arielb1:parenthetical-error, r=steveklabnik | bors | -3/+3 |
| 2015-07-29 | Auto merge of #27346 - dotdash:closure_dbg, r=michaelwoerister | bors | -0/+18 |
| 2015-07-29 | Rollup merge of #27313 - nagisa:illegal-to-invalid, r=pnkfelix | Steve Klabnik | -100/+143 |
| 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/+124 |
| 2015-07-29 | Auto merge of #27260 - alexcrichton:cap-lints, r=nrc | bors | -0/+69 |
| 2015-07-28 | rustc: Add a --cap-lints flag to the compiler | Alex Crichton | -0/+69 |
| 2015-07-29 | Replace illegal with invalid in most diagnostics | Simonas Kazlauskas | -40/+40 |
| 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 | Auto merge of #27234 - oli-obk:move_get_name_get_ident_to_impl, r=eddyb | bors | -11/+7 |
| 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 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -11/+7 |
| 2015-07-28 | Auto merge of #26173 - pnkfelix:fsk-trans-nzmove-take3, r=nikomatsakis | bors | -11/+74 |
| 2015-07-28 | Revise intrinsic-move-val test to not require knowledge of whether filling dr... | Felix S. Klock II | -11/+74 |
| 2015-07-28 | Auto merge of #27330 - alexcrichton:reenable-lto-syntax-extension, r=huonw | bors | -23/+38 |
| 2015-07-28 | Fix de-deduplication for closure debuginfo | Björn Steinbrink | -0/+18 |
| 2015-07-28 | Auto merge of #27309 - eddyb:snapshot-infdef, r=alexcrichton | bors | -1/+12 |
| 2015-07-27 | Auto merge of #27304 - alexcrichton:revert-picky-dllimport, r=brson | bors | -32/+0 |
| 2015-07-27 | test: Fix lto-syntax-extension | Alex Crichton | -23/+38 |
| 2015-07-27 | Turn on `box(PLACE) expr` deprecation warning post-snapshot. | Eduard Burtescu | -1/+12 |
| 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-27 | typeck: handle unsized structs in type hints by recursing into their last field. | Eduard Burtescu | -0/+5 |
| 2015-07-26 | Auto merge of #27272 - eefriedman:closure-const-crash, r=nikomatsakis | bors | -0/+13 |
| 2015-07-26 | Revert "trans: Be a little more picky about dllimport" | Alex Crichton | -32/+0 |
| 2015-07-26 | Auto merge of #26870 - jroesch:default-typaram-fallback, r=nikomatsakis | bors | -0/+292 |
| 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 |