summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-01-08auto merge of #20760 : alexcrichton/rust/rollup, r=alexcrichtonbors-2231/+2533
2015-01-08rollup merge of #20757: nikomatsakis/issue-20624-assoc-types-coherenceAlex Crichton-0/+203
2015-01-08Remove silly long line.Niko Matsakis-1/+0
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-2043/+2179
2015-01-08rollup merge of #20751: nikomatsakis/issue-20232Alex Crichton-32/+79
2015-01-08rollup merge of #20740: FlaPer87/remove-opt-out-copyAlex Crichton-90/+0
2015-01-08Add another test using projection types in impls.Niko Matsakis-0/+44
2015-01-08Normalize types bottom up. Fixes #20666.Niko Matsakis-0/+51
2015-01-08Adjust tests to be clearer about the type that results from a shift expression.Niko Matsakis-10/+14
2015-01-08Rename test to fit naming convention.Niko Matsakis-0/+0
2015-01-08Normalize types in supertraits when checking that impls are valid during wf.Niko Matsakis-0/+50
2015-01-08Normalize types in impls, add test for coherence failure.Niko Matsakis-0/+59
2015-01-08Wrap long lineNiko Matsakis-1/+3
2015-01-08Modify lifetime-infereence-give-expl-lifetime-param-3 to use a shorterNiko Matsakis-5/+5
2015-01-08Allow shift operator to take any integral type (and add a test).Niko Matsakis-0/+95
2015-01-08Update graphviz tests to accommodate new isize/usize types and is/us suffixes.Felix S. Klock II-87/+87
2015-01-08Update the compile-fail-fulldeps tests with new isize/usize literal suffixes.Felix S. Klock II-1/+1
2015-01-08Accommodate the "int literal is too large" error message currently embedded i...Felix S. Klock II-3/+3
2015-01-08Test fixes.Huon Wilson-15/+15
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-379/+379
2015-01-08Update compile fail tests to use usize.Huon Wilson-325/+325
2015-01-08Update compile fail tests to use isize.Huon Wilson-1324/+1324
2015-01-08Add a warning feature gate for int/uint in types and i/u suffixes.Huon Wilson-0/+35
2015-01-08Ignore extra error from test for nowManish Goregaokar-1/+1
2015-01-08Add new test for #20232.Niko Matsakis-0/+47
2015-01-08Update the "English-language" to-string function of a `cmt` to useNiko Matsakis-32/+32
2015-01-08Remove the deprecated opt_out_copy featureFlavio Percoco-90/+0
2015-01-08Improvements to feature stagingBrian Anderson-66/+72
2015-01-08Add test for -Z extra-pluginsManish Goregaokar-0/+21
2015-01-07More test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-07rollup merge of #20731: nick29581/assoc-inherantAlex Crichton-0/+19
2015-01-07Test fixes and rebase conflictsAlex Crichton-163/+232
2015-01-08Forbid associated items in inherent implsNick Cameron-0/+19
2015-01-07rollup merge of #20707: nikomatsakis/issue-20582Alex Crichton-0/+27
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-3/+724
2015-01-08fallout: part of changes to compile-fail tests. (follows same pattern as pri...Felix S. Klock II-0/+9
2015-01-07rollup merge of #20720: nick29581/assoc-ice-missingAlex Crichton-0/+52
2015-01-08fallout: run-fail tests that use box. (many/all could be ported to `Box::new`...Felix S. Klock II-0/+15
2015-01-08Remove String impls and fix for make tidyNick Cameron-1/+1
2015-01-07rollup merge of #20706: nikomatsakis/assoc-types-projections-in-structs-issue...Alex Crichton-0/+98
2015-01-07rollup merge of #20665: nikomatsakis/assoc-types-method-dispatch-projectionAlex Crichton-0/+78
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-4/+605
2015-01-07rollup merge of #20728: huonw/type-param-shadowingAlex Crichton-0/+36
2015-01-07rollup merge of #20631: huon/no-drop-and-copyAlex Crichton-1/+31
2015-01-08Prohibit type parameter shadowing with a clunky hammer.Huon Wilson-0/+36
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-60/+11
2015-01-07Normalize types of fields in struct literals during type-checking.Niko Matsakis-0/+29
2015-01-07Update compile-fail test with new message that is generated as aNiko Matsakis-0/+7
2015-01-07Add rather involved run-pass test case.Niko Matsakis-0/+62
2015-01-07rollup merge of #20726: dgrunwald/require-parens-for-chained-comparisonAlex Crichton-1/+27