| Age | Commit message (Expand) | Author | Lines |
| 2015-08-10 | placate the pretty tests by ignoring my test. | Felix S. Klock II | -0/+2 |
| 2015-08-10 | Regression test for dropflag reinit issue. | Felix S. Klock II | -0/+34 |
| 2015-08-03 | Auto merge of #27210 - vadimcn:win64-eh-pers, r=alexcrichton | bors | -0/+1 |
| 2015-07-31 | Auto merge of #27382 - brson:gate-assoc-type, r=alexcrichton | bors | -0/+4 |
| 2015-07-30 | Implement Win64 eh_personality natively. | Vadim Chugunov | -0/+1 |
| 2015-07-30 | Auto merge of #27052 - wthrowe:atomic_send, r=Gankro | bors | -0/+22 |
| 2015-07-29 | Feature gate associated type defaults | Brian Anderson | -0/+4 |
| 2015-07-29 | Auto merge of #27261 - arielb1:drop-sanity-check, r=pnkfelix | bors | -0/+77 |
| 2015-07-29 | Auto merge of #27260 - alexcrichton:cap-lints, r=nrc | bors | -0/+18 |
| 2015-07-28 | rustc: Add a --cap-lints flag to the compiler | Alex Crichton | -0/+18 |
| 2015-07-28 | Revise intrinsic-move-val test to not require knowledge of whether filling dr... | Felix S. Klock II | -11/+74 |
| 2015-07-27 | Auto merge of #27304 - alexcrichton:revert-picky-dllimport, r=brson | bors | -17/+0 |
| 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 | -17/+0 |
| 2015-07-26 | Auto merge of #26870 - jroesch:default-typaram-fallback, r=nikomatsakis | bors | -0/+212 |
| 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/+21 |
| 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/+17 |
| 2015-07-25 | Implement Default TyParam fallback | Jared Roesch | -0/+92 |
| 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-24 | Allow writing types which "can't" be instantiated. | Eli Friedman | -0/+87 |
| 2015-07-24 | Add static_recursion feature gate. | Eli Friedman | -0/+2 |
| 2015-07-24 | Allow recursive static variables. | Eli Friedman | -0/+15 |
| 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/+77 |
| 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 | -2/+105 |
| 2015-07-24 | Auto merge of #27208 - alexcrichton:msvc-less-dllimport, r=brson | bors | -0/+17 |
| 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 | 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 | 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 | Add new feature gate opt-in necessary for `new-box-syntax.rs`. | Felix S. Klock II | -0/+1 |
| 2015-07-22 | Update the `intrinsic-move-val.rs` test to reflect its newer signature. | Felix S. Klock II | -1/+1 |
| 2015-07-22 | Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`. | Felix S. Klock II | -0/+56 |
| 2015-07-21 | trans: Be a little more picky about dllimport | Alex Crichton | -0/+17 |
| 2015-07-22 | Auto merge of #27185 - pnkfelix:test-cyclic-collections, r=alexcrichton | bors | -0/+759 |
| 2015-07-21 | Auto merge of #27093 - Manishearth:closure-label-shadow, r=pnkfelix | bors | -0/+16 |
| 2015-07-21 | add test for #14382 | Andrew Paseltiner | -0/+24 |
| 2015-07-21 | This test attempts to exercise cyclic structure much of `std::collections` | Felix S. Klock II | -0/+759 |