summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2015-01-08auto merge of #20760 : alexcrichton/rust/rollup, r=alexcrichtonbors-2076/+2220
2015-01-08rollup merge of #20757: nikomatsakis/issue-20624-assoc-types-coherenceAlex Crichton-0/+59
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-1955/+2035
2015-01-08rollup merge of #20751: nikomatsakis/issue-20232Alex Crichton-32/+79
2015-01-08rollup merge of #20740: FlaPer87/remove-opt-out-copyAlex Crichton-44/+0
2015-01-08Adjust tests to be clearer about the type that results from a shift expression.Niko Matsakis-0/+4
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/+39
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-44/+0
2015-01-08Improvements to feature stagingBrian Anderson-45/+47
2015-01-07rollup merge of #20731: nick29581/assoc-inherantAlex Crichton-0/+19
2015-01-07Test fixes and rebase conflictsAlex Crichton-103/+167
2015-01-08Forbid associated items in inherent implsNick Cameron-0/+19
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+63
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 #20706: nikomatsakis/assoc-types-projections-in-structs-issue...Alex Crichton-0/+7
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-18/+4
2015-01-07Update compile-fail test with new message that is generated as aNiko Matsakis-0/+7
2015-01-07rollup merge of #20726: dgrunwald/require-parens-for-chained-comparisonAlex Crichton-1/+27
2015-01-07rollup merge of #20722: alexcrichton/audit-showAlex Crichton-5/+5
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-1/+1
2015-01-07rollup merge of #20696: reem/unsized-typeidAlex Crichton-0/+33
2015-01-07rollup merge of #20688: jroesch/reject-non-param-bounds-followupAlex Crichton-8/+10
2015-01-07rollup merge of #20680: nick29581/target-wordAlex Crichton-4/+4
2015-01-08RFC 558: Require parentheses for chained comparisonsDaniel Grunwald-1/+27
2015-01-07fix the `&mut _` patternsJorge Aparicio-3/+3
2015-01-08Remove the unneeded Sized bound on TypeId creationJonathan Reem-0/+33
2015-01-08Test that box syntax, both in expressions and patterns, is caught byFelix S. Klock II-0/+37
2015-01-08compile-fail tests: Add feature attributes to enable box pat/expr syntax in v...Felix S. Klock II-0/+17
2015-01-07remove some `slicing_syntax` feature gatesJorge Aparicio-12/+0
2015-01-07Preliminary feature stagingBrian Anderson-0/+22
2015-01-07std: Tweak String implementationsAlex Crichton-5/+5
2015-01-08Require that types cannot implement both Drop and Copy.Huon Wilson-1/+31
2015-01-07register new snapshotsJorge Aparicio-4/+2
2015-01-07Update references to old snapshotAaron Turon-1/+1
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-4/+4