rust/src/test/parse-fail
bors ab7c35fa0f Auto merge of #33900 - GuillaumeGomez:rollup, r=GuillaumeGomez
Rollup of 10 pull requests

- Successful merges: #33753, #33815, #33829, #33858, #33865, #33866, #33870, #33874, #33891, #33898
- Failed merges:
2016-05-27 03:56:19 -07:00
..
ascii-only-character-escape.rs fix compile-fail and parse-fail tests by blindly opting back into 2016-03-30 22:23:54 +02:00
assoc-oddities-1.rs
assoc-oddities-2.rs
associated-types-project-from-hrtb-explicit.rs
attr-bad-meta.rs
attr-before-eof.rs
attr-dangling-in-fn.rs Add syntax support for attributes on expressions and all syntax 2015-11-26 21:46:12 +01:00
attr-dangling-in-mod.rs
attr.rs
attrs-after-extern-mod.rs
bad-char-literals.rs fix compile-fail and parse-fail tests by blindly opting back into 2016-03-30 22:23:54 +02:00
bad-lit-suffixes.rs fix compile-fail and parse-fail tests by blindly opting back into 2016-03-30 22:23:54 +02:00
bad-match.rs
bad-name.rs
bad-pointer-type.rs Improve message for raw pointer missing mut and const 2016-04-14 09:46:30 -07:00
bad-value-ident-false.rs
bad-value-ident-true.rs
better-expected.rs
bind-struct-early-modifiers.rs
brace-after-qualified-path-in-match.rs Some error recovery in the parser 2016-02-15 09:33:21 +13:00
byte-literals.rs fix compile-fail and parse-fail tests by blindly opting back into 2016-03-30 22:23:54 +02:00
byte-string-literals.rs fix compile-fail and parse-fail tests by blindly opting back into 2016-03-30 22:23:54 +02:00
circular_modules_hello.rs
circular_modules_main.rs
class-implements-bad-trait.rs
closure-return-syntax.rs
column-offset-1-based.rs port compiletest to use JSON output 2016-04-21 04:42:24 -04:00
default.rs Add default as contextual keyword, and parse it for impl items. 2016-03-14 15:04:33 -07:00
doc-before-attr.rs
doc-before-eof.rs
doc-before-extern-rbrace.rs
doc-before-rbrace.rs Add syntax support for attributes on expressions and all syntax 2015-11-26 21:46:12 +01:00
doc-before-semi.rs Add syntax support for attributes on expressions and all syntax 2015-11-26 21:46:12 +01:00
duplicate-visibility.rs
empty-impl-semicolon.rs
extern-crate-unexpected-token.rs
extern-expected-fn-or-brace.rs
extern-foreign-crate.rs
extern-no-fn.rs parser: do not try to continue with unsafe on foreign fns 2016-05-02 12:49:31 +02:00
generic-non-trailing-defaults.rs
import-from-path.rs
import-from-rename.rs
import-glob-path.rs
import-glob-rename.rs
int-literal-too-large-span.rs
issue-1655.rs
issue-1802-1.rs
issue-1802-2.rs
issue-2354-1.rs Tests 2016-03-24 15:54:22 +13:00
issue-2354.rs Add some simple error recovery to the parser and fix tests 2016-02-15 09:30:23 +13:00
issue-3036.rs update error messages in parse-fail tests 2016-03-07 21:17:31 -05:00
issue-5544-a.rs
issue-5544-b.rs
issue-5806.rs
issue-6610.rs
issue-8537.rs
issue-10392-2.rs
issue-10392.rs
issue-10412.rs syntax: Check paths in visibilities for type parameters 2016-04-24 20:59:44 +03:00
issue-10636-1.rs
issue-14303-enum.rs
issue-14303-fn-def.rs
issue-14303-fncall.rs
issue-14303-impl.rs
issue-14303-path.rs syntax: Make is_path_start precise and improve some error messages about unexpected tokens 2016-04-24 20:59:44 +03:00
issue-14303-struct.rs
issue-14303-trait.rs
issue-15914.rs
issue-17383.rs
issue-17718-const-mut.rs
issue-17904.rs
issue-19096.rs update error messages in parse-fail tests 2016-03-07 21:17:31 -05:00
issue-19398.rs
issue-20711-2.rs Parse fail test fixes 2016-03-14 15:05:15 -07:00
issue-20711.rs Parse fail test fixes 2016-03-14 15:05:15 -07:00
issue-21153.rs
issue-22647.rs
issue-22712.rs
issue-23620-invalid-escapes.rs fix compile-fail and parse-fail tests by blindly opting back into 2016-03-30 22:23:54 +02:00
issue-24197.rs
issue-24375.rs
issue-24780.rs Breaking tokens into pieces should behave similar to Parser::bump. 2016-02-08 21:26:48 +01:00
issue-27255.rs
issue-30318.rs parser: show a helpful note on unexpected inner comment 2016-05-03 17:53:23 +02:00
issue-32214.rs parser: change warning into an error on T<A=B, C> 2016-05-02 15:10:28 +02:00
issue-32446.rs syntax: Stop the bump loop for trait items at } and EOF. 2016-03-26 21:37:53 +02:00
issue-32501.rs syntax: Extra diagnostics for _ used in an identifier position 2016-03-31 10:15:36 +03:00
issue-32505.rs syntax: Make is_path_start precise and improve some error messages about unexpected tokens 2016-04-24 20:59:44 +03:00
issue-33262.rs parser: fix suppression of syntax errors in range RHS 2016-05-01 19:01:06 +02:00
issue-33413.rs syntax: Refactor parsing of method declarations 2016-05-14 13:23:37 +03:00
issue-33569.rs Fix ICE on failure to parse token tree 2016-05-26 01:20:55 +00:00
keyword-abstract.rs syntax: Make is_path_start precise and improve some error messages about unexpected tokens 2016-04-24 20:59:44 +03:00
keyword-as-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-box-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-break-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-const-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-continue-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-crate-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-else-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-enum-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-extern-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-final.rs syntax: Make is_path_start precise and improve some error messages about unexpected tokens 2016-04-24 20:59:44 +03:00
keyword-fn-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-for-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-if-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-impl-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-in-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-let-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-loop-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-match-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-mod-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-move-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-mut-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-override.rs syntax: Make is_path_start precise and improve some error messages about unexpected tokens 2016-04-24 20:59:44 +03:00
keyword-pub-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-ref-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-return-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-self-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-static-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-struct-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-super-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-super.rs
keyword-trait-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-type-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-typeof.rs syntax: Make is_path_start precise and improve some error messages about unexpected tokens 2016-04-24 20:59:44 +03:00
keyword-unsafe-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-use-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-where-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword-while-as-identifier.rs Fix keyword parsing tests 2016-04-24 21:35:50 +03:00
keyword.rs
keywords-followed-by-double-colon.rs syntax: Make is_path_start precise and improve some error messages about unexpected tokens 2016-04-24 20:59:44 +03:00
lex-bad-binary-literal.rs fix compile-fail and parse-fail tests by blindly opting back into 2016-03-30 22:23:54 +02:00
lex-bad-char-literals-1.rs fix compile-fail and parse-fail tests by blindly opting back into 2016-03-30 22:23:54 +02:00
lex-bad-char-literals-2.rs Display better snippet for invalid char literal 2016-01-14 17:34:42 +00:00
lex-bad-char-literals-3.rs Display better snippet for invalid char literal 2016-01-14 17:34:42 +00:00
lex-bad-char-literals-4.rs Display better snippet for invalid char literal 2016-01-14 17:34:42 +00:00
lex-bad-char-literals-5.rs Display better snippet for invalid char literal 2016-01-14 17:34:42 +00:00
lex-bad-numeric-literals.rs fix compile-fail and parse-fail tests by blindly opting back into 2016-03-30 22:23:54 +02:00
lex-bad-octal-literal.rs
lex-bad-token.rs
lex-bare-cr-string-literal-doc-comment.rs fix compile-fail and parse-fail tests by blindly opting back into 2016-03-30 22:23:54 +02:00
lifetime-in-pattern.rs
lifetime-no-keyword.rs syntax: Check paths in visibilities for type parameters 2016-04-24 20:59:44 +03:00
lifetime-semicolon.rs Cancel parse_ty error in Parser::parse_generic_values_after_lt 2016-01-10 22:59:23 +01:00
macro-attribute.rs
macro-bad-delimiter-ident.rs
macro-doc-comments-1.rs
macro-doc-comments-2.rs
macro-keyword.rs
macro-mismatched-delim-brace-paren.rs
macro-mismatched-delim-paren-brace.rs Tests 2016-03-24 15:54:22 +13:00
macro-repeat.rs
macros-no-semicolon-items.rs
macros-no-semicolon.rs update error messages in parse-fail tests 2016-03-07 21:17:31 -05:00
match-arrows-block-then-binop.rs syntax: Make is_path_start precise and improve some error messages about unexpected tokens 2016-04-24 20:59:44 +03:00
match-refactor-to-expr.rs update error messages in parse-fail tests 2016-03-07 21:17:31 -05:00
match-vec-invalid.rs
mod_file_not_exist.rs
mod_file_with_path_attr.rs
multiline-comment-line-tracking.rs
multitrait.rs
mut-patterns.rs
new-unicode-escapes-1.rs
new-unicode-escapes-2.rs
new-unicode-escapes-3.rs
new-unicode-escapes-4.rs fix compile-fail and parse-fail tests by blindly opting back into 2016-03-30 22:23:54 +02:00
no-binary-float-literal.rs
no-hex-float-literal.rs
no-unsafe-self.rs syntax: Refactor parsing of method declarations 2016-05-14 13:23:37 +03:00
non-str-meta.rs
not-a-pred.rs
obsolete-closure-kind.rs
obsolete-proc.rs syntax: Make is_path_start precise and improve some error messages about unexpected tokens 2016-04-24 20:59:44 +03:00
omitted-arg-in-item-fn.rs
paamayim-nekudotayim.rs syntax: Extra diagnostics for _ used in an identifier position 2016-03-31 10:15:36 +03:00
paren-after-qualified-path-in-match.rs Some error recovery in the parser 2016-02-15 09:33:21 +13:00
pat-lt-bracket-1.rs
pat-lt-bracket-2.rs
pat-lt-bracket-3.rs
pat-lt-bracket-4.rs Some error recovery in the parser 2016-02-15 09:33:21 +13:00
pat-lt-bracket-5.rs
pat-lt-bracket-6.rs Implement .. in tuple (struct) patterns 2016-05-26 11:11:58 +03:00
pat-lt-bracket-7.rs Implement .. in tuple (struct) patterns 2016-05-26 11:11:58 +03:00
pat-range-bad-dots.rs
pat-ranges-1.rs
pat-ranges-2.rs
pat-ranges-3.rs
pat-ranges-4.rs
pat-ref-enum.rs
pat-tuple-1.rs Implement .. in tuple (struct) patterns 2016-05-26 11:11:58 +03:00
pat-tuple-2.rs Implement .. in tuple (struct) patterns 2016-05-26 11:11:58 +03:00
pat-tuple-3.rs Address review comments 2016-05-26 11:11:58 +03:00
pat-tuple-4.rs Implement .. in tuple (struct) patterns 2016-05-26 11:11:58 +03:00
pat-tuple-5.rs Implement .. in tuple (struct) patterns 2016-05-26 11:11:58 +03:00
pat-tuple-6.rs Implement .. in tuple (struct) patterns 2016-05-26 11:11:58 +03:00
pub-item-macro.rs Move pub-{item,methd}-macro.rs to the parse-fail subdir as well 2015-12-30 16:23:50 +01:00
pub-macro-rules.rs Move pub-macro-rules.rs test to parse-fail directory 2015-12-30 16:23:49 +01:00
pub-method-macro.rs Fix fallout in tests 2016-03-30 21:26:35 +00:00
range_inclusive_gate.rs test inclusive ranges 2016-02-27 02:01:41 -05:00
range_inclusive.rs address nits 2016-03-24 01:42:23 -04:00
range-3.rs update error messages in parse-fail tests 2016-03-07 21:17:31 -05:00
range-4.rs update error messages in parse-fail tests 2016-03-07 21:17:31 -05:00
raw-byte-string-eof.rs
raw-byte-string-literals.rs
raw-str-delim.rs
raw-str-unbalanced.rs update error messages in parse-fail tests 2016-03-07 21:17:31 -05:00
raw-str-unterminated.rs
regions-out-of-scope-slice.rs
removed-syntax-closure-lifetime.rs
removed-syntax-enum-newtype.rs
removed-syntax-extern-const.rs parser: do not try to continue with unsafe on foreign fns 2016-05-02 12:49:31 +02:00
removed-syntax-field-let.rs
removed-syntax-field-semicolon.rs
removed-syntax-fixed-vec.rs
removed-syntax-fn-pure.rs
removed-syntax-fn-sigil.rs
removed-syntax-mode.rs syntax: Make is_path_start precise and improve some error messages about unexpected tokens 2016-04-24 20:59:44 +03:00
removed-syntax-mut-vec-expr.rs syntax: Make is_path_start precise and improve some error messages about unexpected tokens 2016-04-24 20:59:44 +03:00
removed-syntax-mut-vec-ty.rs syntax: Make is_path_start precise and improve some error messages about unexpected tokens 2016-04-24 20:59:44 +03:00
removed-syntax-ptr-lifetime.rs
removed-syntax-record.rs
removed-syntax-static-fn.rs Parse fail test fixes 2016-03-14 15:05:15 -07:00
removed-syntax-uniq-mut-expr.rs syntax: Make is_path_start precise and improve some error messages about unexpected tokens 2016-04-24 20:59:44 +03:00
removed-syntax-uniq-mut-ty.rs syntax: Make is_path_start precise and improve some error messages about unexpected tokens 2016-04-24 20:59:44 +03:00
removed-syntax-with-1.rs update error messages in parse-fail tests 2016-03-07 21:17:31 -05:00
removed-syntax-with-2.rs
require-parens-for-chained-comparison.rs
struct-literal-in-for.rs update error messages in parse-fail tests 2016-03-07 21:17:31 -05:00
struct-literal-in-if.rs update error messages in parse-fail tests 2016-03-07 21:17:31 -05:00
struct-literal-in-match-discriminant.rs update error messages in parse-fail tests 2016-03-07 21:17:31 -05:00
struct-literal-in-while.rs update error messages in parse-fail tests 2016-03-07 21:17:31 -05:00
syntax-trait-polarity.rs
tag-variant-disr-non-nullary.rs
trailing-carriage-return-in-string.rs
trailing-plus-in-bounds.rs
trait-bounds-not-on-impl.rs
trait-pub-assoc-const.rs
trait-pub-assoc-ty.rs
trait-pub-method.rs
tuple-float-index.rs
type-parameters-in-field-exprs.rs
unbalanced-doublequote.rs
unboxed-closure-sugar-used-on-struct-3.rs syntax: Extra diagnostics for _ used in an identifier position 2016-03-31 10:15:36 +03:00
unicode-chars.rs Detect confusing unicode characters and show the alternative 2015-11-17 12:14:28 +05:30
unsized2.rs syntax: Make is_path_start precise and improve some error messages about unexpected tokens 2016-04-24 20:59:44 +03:00
unsized.rs
use-as-where-use-ends-with-mod-sep.rs
use-ends-with-mod-sep.rs syntax: Parse import prefixes as paths 2016-04-17 03:48:40 +03:00
variadic-ffi-3.rs
variadic-ffi-4.rs
virtual-structs.rs
where-clauses-no-bounds-or-predicates.rs
wrong-escape-of-curly-braces.rs