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