| Age | Commit message (Expand) | Author | Lines |
| 2015-08-11 | Fix breakage from previous cherry pick | Brian Anderson | -1/+0 |
| 2015-08-11 | Stabilize the Duration API | Steven Fackler | -4/+4 |
| 2015-08-10 | Turn nonzeroing move hints back off by default. | Felix S. Klock II | -3/+3 |
| 2015-08-03 | Auto merge of #26783 - eddyb:methrec, r=huonw | bors | -57/+23 |
| 2015-08-04 | rustc: replace def::MethodProvenance with ty::ImplOrTraitItemContainer. | Eduard Burtescu | -57/+23 |
| 2015-07-30 | Implement Win64 eh_personality natively. | Vadim Chugunov | -0/+6 |
| 2015-07-30 | Rename the unstable option `--xpretty` to `--unpretty` | Felix S. Klock II | -2/+2 |
| 2015-07-30 | Rollup merge of #27352 - nagisa:illegal-to-invalid-docs, r=steveklabnik | Manish Goregaokar | -3/+3 |
| 2015-07-30 | Rollup merge of #26778 - jawline:master, r=pnkfelix | Manish Goregaokar | -8/+8 |
| 2015-07-29 | Rollup merge of #27313 - nagisa:illegal-to-invalid, r=pnkfelix | Steve Klabnik | -2/+1 |
| 2015-07-29 | Modified to add 'found' to error message closes #26485 | Blake Loring | -8/+8 |
| 2015-07-29 | Auto merge of #27260 - alexcrichton:cap-lints, r=nrc | bors | -1/+28 |
| 2015-07-28 | rustc: Add a --cap-lints flag to the compiler | Alex Crichton | -1/+28 |
| 2015-07-29 | Replace illegal with invalid in most diagnostics | Simonas Kazlauskas | -2/+1 |
| 2015-07-28 | Auto merge of #27234 - oli-obk:move_get_name_get_ident_to_impl, r=eddyb | bors | -94/+73 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -94/+73 |
| 2015-07-28 | Replace occurences of illegal in user facing docs | Simonas Kazlauskas | -3/+3 |
| 2015-07-28 | rustc and rustc::borrowck: pass fragment info down into trans. | Felix S. Klock II | -0/+39 |
| 2015-07-28 | debugflag to turn off nonzeroing move hint optimization. | Felix S. Klock II | -0/+5 |
| 2015-07-28 | Auto merge of #26914 - alexcrichton:deprecate-easy, r=aturon | bors | -19/+17 |
| 2015-07-27 | std: Deprecate a number of unstable features | Alex Crichton | -19/+17 |
| 2015-07-27 | Auto merge of #26876 - liigo:patch-3, r=Gankro | bors | -0/+3 |
| 2015-07-26 | Auto merge of #27297 - mitaa:cleanup_E0005, r=alexcrichton | bors | -18/+19 |
| 2015-07-26 | Sidestep warning about repeated E0005 `span_err!` invocation. | mitaa | -12/+19 |
| 2015-07-26 | Remove `ast::LocalSource` with only one used variant | mitaa | -7/+1 |
| 2015-07-25 | Address tidy | Jared Roesch | -7/+11 |
| 2015-07-25 | Rework cross crate error messages | Jared Roesch | -12/+44 |
| 2015-07-25 | Fix error message spans | Jared Roesch | -30/+35 |
| 2015-07-25 | Correctly subst defaults with the in-scope substs | Jared Roesch | -20/+30 |
| 2015-07-25 | Rebase fixes | Jared Roesch | -10/+10 |
| 2015-07-25 | Refactor the default type parameter algorithm | Jared Roesch | -22/+62 |
| 2015-07-25 | Fix bug with defaults not being restored | Jared Roesch | -10/+13 |
| 2015-07-25 | Remove defaults table and attach defaults directly to tyvars | Jared Roesch | -26/+73 |
| 2015-07-25 | Fix tidy | Jared Roesch | -3/+4 |
| 2015-07-25 | Implement Default TyParam fallback | Jared Roesch | -6/+92 |
| 2015-07-25 | Auto merge of #27258 - nikomatsakis:issue-26952, r=eddyb | bors | -31/+47 |
| 2015-07-25 | Auto merge of #26630 - eefriedman:recursive-static, r=pnkfelix | bors | -3/+23 |
| 2015-07-24 | Add static_recursion feature gate. | Eli Friedman | -4/+26 |
| 2015-07-24 | Allow recursive static variables. | Eli Friedman | -3/+1 |
| 2015-07-25 | Auto merge of #26963 - Manishearth:improve-diag, r=steveklabnik | bors | -31/+712 |
| 2015-07-24 | Auto merge of #27265 - steveklabnik:rollup, r=steveklabnik | bors | -0/+3 |
| 2015-07-24 | Rollup merge of #27244 - Detegr:master, r=eddyb | Steve Klabnik | -0/+3 |
| 2015-07-25 | Address comments | Manish Goregaokar | -20/+28 |
| 2015-07-25 | Add long diagnostic for E0276 | Manish Goregaokar | -1/+22 |
| 2015-07-25 | Add long diagnostic explanation for E0275 | Manish Goregaokar | -1/+23 |
| 2015-07-25 | Add long diagnostics for E0272-274 (on_unimplemented) | Manish Goregaokar | -4/+77 |
| 2015-07-25 | Add E0270 | Manish Goregaokar | -17/+87 |
| 2015-07-24 | Auto merge of #27087 - nikomatsakis:closure-exploration, r=nrc | bors | -191/+324 |
| 2015-07-24 | Correct regression in type-inference caused by failing to reconfirm that | Niko Matsakis | -31/+47 |
| 2015-07-24 | Auto merge of #27215 - pnkfelix:fsk-placer-take-5-just-in, r=nikomatsakis | bors | -10/+46 |