| Age | Commit message (Expand) | Author | Lines |
| 2017-01-14 | Auto merge of #38914 - est31:tidy-gate-tests, r=nikomatsakis | bors | -0/+106 |
| 2017-01-13 | Use multiline Diagnostic for "relevant impl" list | Esteban Küber | -85/+0 |
| 2017-01-13 | Auto merge of #38890 - petrochenkov:noresolve, r=nrc | bors | -161/+160 |
| 2017-01-13 | Auto merge of #38675 - infinity0:more-jemalloc-fixes, r=alexcrichton | bors | -2/+4 |
| 2017-01-12 | Also mark the struct_field_attributes regression test | est31 | -0/+2 |
| 2017-01-12 | E0034: provide disambiguated syntax for candidates | Esteban Küber | -88/+0 |
| 2017-01-12 | Mark even more tests as gate tests | est31 | -0/+96 |
| 2017-01-12 | Add gate-test- to some already existing tests | est31 | -0/+8 |
| 2017-01-12 | only consider value items when searching for methods, not types | Niko Matsakis | -0/+15 |
| 2017-01-12 | Auto merge of #38814 - Ralith:cfg-fields, r=jseyfried | bors | -0/+50 |
| 2017-01-12 | Disable jemalloc tests on platforms where it is disabled (closes #38612) | Ximin Luo | -2/+4 |
| 2017-01-12 | resolve: Do not use "resolve"/"resolution" in error messages | Vadim Petrochenkov | -161/+160 |
| 2017-01-11 | syntax: struct field attributes and cfg | Benjamin Saunders | -0/+50 |
| 2017-01-11 | Auto merge of #38313 - jseyfried:self_imports, r=nrc | bors | -2/+33 |
| 2017-01-11 | Auto merge of #38925 - petrochenkov:varass, r=jseyfried | bors | -2/+19 |
| 2017-01-10 | Deprecate `#[unsafe_destructor_blind_to_params]` | Andrew Paseltiner | -1/+23 |
| 2017-01-11 | forbid all self-referencing predicates | Ariel Ben-Yehuda | -0/+26 |
| 2017-01-11 | traits with self-containing supertraits are not object safe | Ariel Ben-Yehuda | -0/+16 |
| 2017-01-10 | Start warning cycle. | Jeffrey Seyfried | -5/+7 |
| 2017-01-10 | Change `self` in an import list `use foo::{self, ...}` to only import a modul... | Jeffrey Seyfried | -2/+31 |
| 2017-01-08 | Auto merge of #38861 - est31:master, r=alexcrichton | bors | -0/+17 |
| 2017-01-08 | Fix ICE when variant is used as a part of associated type | Vadim Petrochenkov | -2/+19 |
| 2017-01-08 | Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakis | bors | -4/+10 |
| 2017-01-07 | Auto merge of #38859 - jonathandturner:E0088_fix, r=eddyb | bors | -0/+15 |
| 2017-01-06 | Add test case. | comex | -0/+19 |
| 2017-01-06 | rustc: keep track of tables everywhere as if they were per-body. | Eduard-Mihai Burtescu | -4/+10 |
| 2017-01-06 | Make members of {std,core}::{i128,u128} unstable | est31 | -0/+17 |
| 2017-01-06 | Auto merge of #38069 - canndrew:empty-sub-patterns-again, r=nikomatsakis | bors | -67/+271 |
| 2017-01-06 | Fix tidy warning | Jonathan Turner | -0/+10 |
| 2017-01-06 | Add in test for E0090 | Jonathan Turner | -0/+5 |
| 2017-01-05 | Auto merge of #38689 - pnkfelix:dont-check-stability-on-private-items, r=niko... | bors | -0/+20 |
| 2017-01-05 | Auto merge of #38817 - jseyfried:improve_unused_qualification_lint, r=petroch... | bors | -4/+5 |
| 2017-01-05 | Un-remove E0001, put a notice on it instead | Andrew Cann | -2/+2 |
| 2017-01-05 | Auto merge of #38152 - arielb1:special-copy, r=nikomatsakis | bors | -58/+0 |
| 2017-01-05 | Auto merge of #38776 - eddyb:unsigned-means-unsigned, r=pnkfelix | bors | -143/+6 |
| 2017-01-04 | Don't `unused_qualifications`-check global paths. | Jeffrey Seyfried | -4/+5 |
| 2017-01-04 | Don't leak the compiler's internal representation of scopes in error messages. | Eduard-Mihai Burtescu | -0/+58 |
| 2017-01-04 | simplify Copy implementation error reporting | Ariel Ben-Yehuda | -58/+0 |
| 2017-01-03 | Properly ban the negation of unsigned integers in type-checking. | Eduard-Mihai Burtescu | -143/+6 |
| 2017-01-03 | Ensure type is copyable before emitting note suggesting adding manual deref. | Felix S. Klock II | -3/+2 |
| 2017-01-03 | Detect double reference when applying binary op | Esteban Küber | -0/+39 |
| 2017-01-03 | Regression test and exploratory unit test. | Felix S. Klock II | -0/+20 |
| 2017-01-03 | Remove E0001 diagnostic | Andrew Cann | -2/+2 |
| 2017-01-03 | Amend compile-fail tests | Andrew Cann | -5/+4 |
| 2017-01-03 | Disable unreachable patterns error entirely | Andrew Cann | -0/+16 |
| 2017-01-03 | Fix test I broke | Andrew Cann | -3/+5 |
| 2017-01-03 | Improve error message, fix and add tests. | Andrew Cann | -1/+88 |
| 2017-01-03 | Make is_useful handle empty types properly | Andrew Cann | -65/+165 |
| 2016-12-30 | Add test to ensure unadjusted stays unstable | est31 | -0/+17 |
| 2016-12-30 | Fix parse-fail and compile-fail tests | Simonas Kazlauskas | -14/+1 |