| Age | Commit message (Expand) | Author | Lines |
| 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 | trans: Try to detect the Universal CRT on MSVC | Alex Crichton | -12/+76 |
| 2015-07-24 | fix accident | Alexis Beingessner | -1/+2 |
| 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 | Fix typo | Guillaume Gomez | -9/+16 |
| 2015-07-24 | Auto merge of #27136 - dhuseby:fixing_freebsd_linking, r=alexcrichton | bors | -1/+1 |
| 2015-07-24 | Add E0425 error explanation | Guillaume Gomez | -1/+23 |
| 2015-07-24 | Add E0426 error explanation | Guillaume Gomez | -1/+19 |
| 2015-07-24 | minor rebase fixes | Niko Matsakis | -10/+4 |
| 2015-07-24 | Added link in glossary to expression-oriented language | Jonathan Hansford | -14/+17 |
| 2015-07-24 | Add E0432 error explanation | Guillaume Gomez | -2/+24 |
| 2015-07-24 | Add E0431 error explanation | Guillaume Gomez | -3/+13 |
| 2015-07-24 | Add E0430 error explanation | Guillaume Gomez | -1/+12 |
| 2015-07-24 | Auto merge of #27215 - pnkfelix:fsk-placer-take-5-just-in, r=nikomatsakis | bors | -47/+899 |
| 2015-07-24 | Improve error explanation | Guillaume Gomez | -4/+4 |
| 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 |
| 2015-07-24 | Unify the upvar variables found in closures with the actual types of the | Niko Matsakis | -253/+215 |
| 2015-07-24 | Don't be so eager to call unresolved inference variables an error. MC | Niko Matsakis | -1/+9 |
| 2015-07-24 | Add some debugging to help identify when errors get reported. | Niko Matsakis | -2/+11 |
| 2015-07-24 | Run the analysis process only once per closure, on the way up the tree. | Niko Matsakis | -3/+2 |
| 2015-07-24 | Introduce ClosureSubsts rather than just having random fields in the | Niko Matsakis | -159/+256 |
| 2015-07-24 | introduce a Vec<Ty> to TyClosure for storing upvar types | Niko Matsakis | -54/+104 |
| 2015-07-24 | Additional information on Expression-Oriented Languages | Jonathan Hansford | -0/+2 |
| 2015-07-24 | Auto merge of #27227 - eternaleye:patch-1, r=alexcrichton | bors | -1/+1 |
| 2015-07-24 | Auto merge of #27208 - alexcrichton:msvc-less-dllimport, r=brson | bors | -1/+93 |
| 2015-07-24 | Auto merge of #26583 - eefriedman:lint-ffi, r=nrc | bors | -177/+345 |
| 2015-07-24 | Fix license statement | Andy Caldwell | -2/+12 |
| 2015-07-23 | switching to gnu archive format | Dave Huseby | -1/+1 |
| 2015-07-23 | fixes #27124 for freebsd | Dave Huseby | -1/+1 |
| 2015-07-24 | Make ICE an error and use a sensible error message | Andy Caldwell | -2/+2 |
| 2015-07-24 | Add test for issue #23389 | Andy Caldwell | -0/+6 |
| 2015-07-23 | Rewrite the improper_ctypes lint. | Eli Friedman | -177/+345 |
| 2015-07-24 | Add unstable attribute to `char::from_u32_unchecked` | Tobias Bucher | -0/+2 |
| 2015-07-23 | Auto merge of #27224 - alexcrichton:configure-lto-right, r=brson | bors | -79/+70 |
| 2015-07-23 | update compile-fail/pushpop-unsafe-rejects.rs to reflect switch from saturate... | Felix S. Klock II | -24/+25 |
| 2015-07-23 | review feedback: common-subexpression-elim across functions in pushpop_safe i... | Felix S. Klock II | -4/+4 |
| 2015-07-23 | review feedback: Use checked-arith instead of saturated-arith for `push_unsaf... | Felix S. Klock II | -4/+4 |
| 2015-07-23 | eval_const_expr_partial now returns ConstVal::Struct instead of None for unit... | Antti Keränen | -0/+24 |
| 2015-07-23 | Auto merge of #27226 - eefriedman:leftover-negation-lint, r=alexcrichton | bors | -1/+0 |
| 2015-07-23 | adds snapshots for bitrig and freebsd | Dave Huseby | -0/+3 |
| 2015-07-23 | switching to gnu archive format per review request | Dave Huseby | -0/+1 |
| 2015-07-23 | review feedback fixes | Dave Huseby | -1/+0 |