| Age | Commit message (Expand) | Author | Lines |
| 2015-07-25 | Make default error reporting deterministic | Jared Roesch | -10/+35 |
| 2015-07-25 | Add cross-crate error message tests | Jared Roesch | -0/+39 |
| 2015-07-25 | Address tidy | Jared Roesch | -9/+15 |
| 2015-07-25 | Rework cross crate error messages | Jared Roesch | -20/+52 |
| 2015-07-25 | Fix error message spans | Jared Roesch | -76/+109 |
| 2015-07-25 | Correctly subst defaults with the in-scope substs | Jared Roesch | -61/+98 |
| 2015-07-25 | Remove second transaction | Jared Roesch | -57/+67 |
| 2015-07-25 | Rebase fixes | Jared Roesch | -14/+16 |
| 2015-07-25 | Clean up test cases | Jared Roesch | -34/+67 |
| 2015-07-25 | Refactor the default type parameter algorithm | Jared Roesch | -52/+197 |
| 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 | -41/+143 |
| 2015-07-25 | Correctly collect defaults from type alises in astconv | Jared Roesch | -9/+14 |
| 2015-07-25 | Fix tidy | Jared Roesch | -3/+4 |
| 2015-07-25 | Implement Default TyParam fallback | Jared Roesch | -45/+340 |
| 2015-07-25 | Auto merge of #27258 - nikomatsakis:issue-26952, r=eddyb | bors | -31/+80 |
| 2015-07-25 | Auto merge of #26630 - eefriedman:recursive-static, r=pnkfelix | bors | -105/+214 |
| 2015-07-25 | Auto merge of #27253 - bossmc:unbalanced-delimiters-cause-ice, r=nikomatsakis | bors | -2/+18 |
| 2015-07-25 | Auto merge of #26960 - Manishearth:wrapper-types, r=steveklabnik | bors | -0/+361 |
| 2015-07-25 | Move wrapper types blog post into trpl | Manish Goregaokar | -0/+361 |
| 2015-07-25 | Auto merge of #27233 - tbu-:pr_wtf8, r=alexcrichton | bors | -25/+37 |
| 2015-07-24 | Allow writing types which "can't" be instantiated. | Eli Friedman | -46/+72 |
| 2015-07-24 | Add static_recursion feature gate. | Eli Friedman | -4/+50 |
| 2015-07-24 | Allow recursive static variables. | Eli Friedman | -59/+96 |
| 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 | -38/+409 |
| 2015-07-24 | Rollup merge of #27251 - dhuseby:adding_snapshots, r=alexcrichton | Steve Klabnik | -0/+3 |
| 2015-07-24 | Rollup merge of #27244 - Detegr:master, r=eddyb | Steve Klabnik | -0/+24 |
| 2015-07-24 | Rollup merge of #27238 - steveklabnik:gh26927, r=huonw | Steve Klabnik | -0/+8 |
| 2015-07-24 | Rollup merge of #27235 - tbu-:pr_catch_panic_doc, r=steveklabnik | Steve Klabnik | -3/+3 |
| 2015-07-24 | Rollup merge of #27229 - AlisdairO:diagnostics371, r=Manishearth | Steve Klabnik | -1/+50 |
| 2015-07-24 | Rollup merge of #27220 - AlisdairO:diagnostics120, r=Manishearth | Steve Klabnik | -1/+39 |
| 2015-07-24 | Rollup merge of #27212 - AlisdairO:diagnostics225, r=Manishearth | Steve Klabnik | -2/+56 |
| 2015-07-24 | Rollup merge of #27193 - aidanhs:aphs-advanced-linking-doc, r=steveklabnik | Steve Klabnik | -26/+156 |
| 2015-07-24 | Rollup merge of #27177 - echochamber:master, r=steveklabnik | Steve Klabnik | -0/+18 |
| 2015-07-24 | Rollup merge of #27145 - apasel422:diagnostic-407-437-438, r=Manishearth | Steve Klabnik | -2/+51 |
| 2015-07-24 | Rollup merge of #27137 - dhuseby:fixing_bitrig_linking, r=alexcrichton | Steve Klabnik | -3/+1 |
| 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 | -374/+539 |
| 2015-07-24 | Correct regression in type-inference caused by failing to reconfirm that | Niko Matsakis | -31/+80 |
| 2015-07-24 | Auto merge of #27136 - dhuseby:fixing_freebsd_linking, r=alexcrichton | bors | -1/+1 |
| 2015-07-24 | minor rebase fixes | Niko Matsakis | -10/+4 |
| 2015-07-24 | Auto merge of #27215 - pnkfelix:fsk-placer-take-5-just-in, r=nikomatsakis | bors | -47/+899 |
| 2015-07-24 | nits | Niko Matsakis | -11/+6 |
| 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 |