| Age | Commit message (Expand) | Author | Lines |
| 2016-04-24 | syntax: Don't rely on token::IdentStyle in the parser | Vadim Petrochenkov | -0/+14 |
| 2016-04-21 | fix `transmute-from-fn-item-types-lint` | Niko Matsakis | -5/+5 |
| 2016-04-21 | fix broken test revealed by compiletest | Niko Matsakis | -1/+3 |
| 2016-04-21 | port compiletest to use JSON output | Niko Matsakis | -121/+39 |
| 2016-04-19 | Check transmutes between types without statically known sizes. | Eduard Burtescu | -21/+75 |
| 2016-04-18 | rustbuild: Add support for compiletest test suites | Alex Crichton | -4/+4 |
| 2016-04-17 | Rollup merge of #33046 - jseyfried:fix_unresolved_pattern_diagnostics, r=eddyb | Manish Goregaokar | -0/+4 |
| 2016-04-17 | Rollup merge of #33044 - petrochenkov:prefix, r=eddyb | Manish Goregaokar | -3/+90 |
| 2016-04-17 | Fix diagnostics for unresolved patterns | Jeffrey Seyfried | -0/+4 |
| 2016-04-17 | syntax: Parse import prefixes as paths | Vadim Petrochenkov | -3/+90 |
| 2016-04-16 | Auto merge of #32875 - jseyfried:1422_implementation, r=nikomatsakis | bors | -0/+182 |
| 2016-04-16 | Add tests for `pub(restricted)` | Jeffrey Seyfried | -0/+182 |
| 2016-04-16 | Rollup merge of #32945 - durka:rfc1494, r=pnkfelix | Manish Goregaokar | -3/+3 |
| 2016-04-16 | Rollup merge of #32923 - jseyfried:fix_hygiene, r=nrc | Manish Goregaokar | -0/+41 |
| 2016-04-15 | Add another test for issue #31856 | Jeffrey Seyfried | -0/+10 |
| 2016-04-14 | Rollup merge of #32894 - brson:fixbeta, r=alexcrichton | Steve Klabnik | -2/+0 |
| 2016-04-13 | Auto merge of #32877 - oli-obk:const_err_multi, r=arielb1 | bors | -0/+19 |
| 2016-04-13 | implement RFC amendment 1494 | Alex Burka | -3/+3 |
| 2016-04-14 | Add test for issue #31856 | Jeffrey Seyfried | -1/+12 |
| 2016-04-13 | Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakis | bors | -0/+22 |
| 2016-04-13 | Fix obscure compilation error | Masood Malekghassemi | -2/+1 |
| 2016-04-13 | Auto merge of #32817 - jseyfried:warn_impl_param_defaults, r=nikomatsakis | bors | -0/+6 |
| 2016-04-12 | Auto merge of #32814 - jseyfried:improve_duplicate_glob_detection, r=nikomats... | bors | -0/+47 |
| 2016-04-12 | Auto merge of #32803 - eddyb:mir-debuginfo, r=nikomatsakis | bors | -28/+5 |
| 2016-04-13 | Add regression test | Jeffrey Seyfried | -0/+20 |
| 2016-04-12 | rustbuild: Migrate tidy checks to Rust | Alex Crichton | -1/+1 |
| 2016-04-12 | Auto merge of #32804 - alexcrichton:stabilize-1.9, r=brson | bors | -12/+5 |
| 2016-04-11 | Auto merge of #32711 - marcusklaas:try-shorthand-span-fix, r=nagisa | bors | -0/+20 |
| 2016-04-12 | Fix beta branch | Brian Anderson | -2/+0 |
| 2016-04-11 | Auto merge of #32882 - steveklabnik:rollup, r=steveklabnik | bors | -2/+18 |
| 2016-04-11 | Add regression test for #32797 (fixes #32797) | Jeffrey Seyfried | -0/+21 |
| 2016-04-11 | Fix the span for try shorthand expressions | Marcus Klaas | -0/+20 |
| 2016-04-11 | tests: update for MIR debuginfo. | Eduard Burtescu | -28/+5 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -12/+5 |
| 2016-04-11 | Rollup merge of #32849 - jseyfried:import_resolution_diagnostics, r=eddyb | Steve Klabnik | -2/+18 |
| 2016-04-11 | Auto merge of #32850 - jseyfried:add_tests, r=alexcrichton | bors | -0/+57 |
| 2016-04-11 | don't report errors in constants at every use site | Oliver Schneider | -0/+19 |
| 2016-04-09 | Add regression test for #26930 | Jeffrey Seyfried | -0/+20 |
| 2016-04-09 | Add regression test for #24883 | Jeffrey Seyfried | -0/+28 |
| 2016-04-09 | Add regression test for #22146 | Jeffrey Seyfried | -0/+9 |
| 2016-04-09 | Add regression test | Jeffrey Seyfried | -0/+16 |
| 2016-04-09 | Update tests | Jeffrey Seyfried | -2/+2 |
| 2016-04-08 | Warn for type parameter defaults on impl blocks | Jeffrey Seyfried | -0/+6 |
| 2016-04-08 | Blacklist fn item types from being used with variadic functions. | Eduard Burtescu | -6/+28 |
| 2016-04-08 | Add test | Jeffrey Seyfried | -0/+26 |
| 2016-04-07 | Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mw | bors | -7/+7 |
| 2016-04-07 | Rollup merge of #32789 - jseyfried:fix_duplicate_resolve_errors, r=eddyb | Manish Goregaokar | -30/+7 |
| 2016-04-07 | Rollup merge of #32674 - jseyfried:1422_groundwork, r=nikomatsakis | Manish Goregaokar | -0/+55 |
| 2016-04-07 | Auto merge of #32583 - arielb1:need-a-bound, r=nikomatsakis | bors | -364/+409 |
| 2016-04-07 | test the substs ppaux code both with and without -Z verbose | Ariel Ben-Yehuda | -47/+61 |