about summary refs log tree commit diff
path: root/src/test/parse-fail
AgeCommit message (Collapse)AuthorLines
2015-03-08Auto merge of #23145 - semarie:openbsd-5806, r=alexcrichtonbors-0/+1
follow freebsd due to last deprecation of `std::old_io::fs`
2015-03-07disable test for issue-5806 on openbsdSébastien Marie-0/+1
follow freebsd due to last deprecation of std::old_io::fs
2015-03-06syntax: Remove deprecated unicode escapesAlex Crichton-22/+0
These have been deprecated for quite some time, so we should be good to remove them now.
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-4/+4
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-11/+4
This commit deprecates the majority of std::old_io::fs in favor of std::fs and its new functionality. Some functions remain non-deprecated but are now behind a feature gate called `old_fs`. These functions will be deprecated once suitable replacements have been implemented. The compiler has been migrated to new `std::fs` and `std::path` APIs where appropriate as part of this change.
2015-02-27obsolete `|&:|` syntaxJorge Aparicio-0/+18
closes #22881
2015-02-24Rollup merge of #22720 - edwardw:enum-struct-ident-walk-into-a-bar, r=nick29581Manish Goregaokar-0/+44
Closes #22589 Closes #22647 Closes #22665 Closes #22712
2015-02-24Add tests for expect ident but find enum or struct panicEdward Wang-0/+44
Closes #22589 Closes #22647 Closes #22665 Closes #22712
2015-02-24Rollup merge of #22632 - nagisa:kill-show-string-with-fire!, r=alexcrichtonManish Goregaokar-3/+2
Toss the tomatoes! r? @aturon Fixes #22478. The underlying bug(?) behind that issue still exists though and there’s another issue that reports it.
2015-02-22Fix test falloutsFlavio Percoco-3/+5
2015-02-21Kill fmt::Show and fmt::String with fire!Simonas Kazlauskas-3/+2
Toss the tomatoes!
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-5/+5
Conflicts: src/librustc_trans/trans/tvec.rs
2015-02-16Move remaning compile-fail tests that are rejected by the parser to parse-failFlorian Hahn-5/+1635
2015-02-10rollup merge of #21918: ranma42/replace-beAlex Crichton-14/+0
Conflicts: src/test/compile-fail/reserved-be.rs src/test/compile-fail/reserved-become.rs src/test/parse-fail/reserved-be.rs
2015-02-06Move compile-fail tests that are rejected by the parser to parse-failFlorian Hahn-0/+2172