| .. |
|
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
|
Add tests for newly introduced syntax
|
2015-10-27 21:55:10 +02:00 |
|
assoc-oddities-2.rs
|
Add tests for newly introduced syntax
|
2015-10-27 21:55:10 +02:00 |
|
associated-types-project-from-hrtb-explicit.rs
|
add -Z continue-parse-after-error to parse-fail tests
|
2016-11-01 14:08:56 -04:00 |
|
attr-bad-meta.rs
|
Liberalize attributes.
|
2017-03-14 04:39:21 +00:00 |
|
attr-before-eof.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
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
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
attr.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
attrs-after-extern-mod.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
bad-char-literals.rs
|
Improve char escaping in lexer messages
|
2018-02-01 08:19:22 +11: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
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
bad-name.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
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
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
bad-value-ident-true.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
better-expected.rs
|
Fix expected parse error
|
2015-08-06 00:46:51 -07:00 |
|
bind-struct-early-modifiers.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
bound-single-question-mark.rs
|
Fix issue with single question mark or paren
|
2017-04-21 21:32:44 +03:00 |
|
bounds-lifetime-1.rs
|
Add tests
|
2017-01-24 22:56:02 +03:00 |
|
bounds-lifetime-2.rs
|
Add tests
|
2017-01-24 22:56:02 +03:00 |
|
bounds-lifetime-where-1.rs
|
Add tests
|
2017-01-24 22:56:02 +03:00 |
|
bounds-lifetime-where.rs
|
parser: Permit trailing +'s in bound lists
|
2017-01-24 22:56:02 +03:00 |
|
bounds-lifetime.rs
|
make bounds on higher-kinded lifetimes a hard error in ast_validation
|
2018-03-06 11:29:48 +01:00 |
|
bounds-type-where.rs
|
parser: Permit trailing +'s in bound lists
|
2017-01-24 22:56:02 +03:00 |
|
bounds-type.rs
|
make bounds on higher-kinded lifetimes a hard error in ast_validation
|
2018-03-06 11:29:48 +01:00 |
|
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
|
Fix fallout in tests.
|
2016-11-22 01:48:14 +00:00 |
|
circular_modules_main.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
class-implements-bad-trait.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
closure-return-syntax.rs
|
Add tests
|
2018-01-27 22:37:30 +03:00 |
|
column-offset-1-based.rs
|
port compiletest to use JSON output
|
2016-04-21 04:42:24 -04:00 |
|
default.rs
|
Fix some doc/comment typos.
|
2017-07-23 22:48:01 +07:00 |
|
doc-after-struct-field.rs
|
Consume trailing doc comments to avoid parse errors
|
2017-11-24 08:32:01 -08:00 |
|
doc-before-attr.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
doc-before-eof.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
doc-before-extern-rbrace.rs
|
Specific error message for missplaced doc comments
|
2016-07-05 23:09:02 -07:00 |
|
doc-before-fn-rbrace.rs
|
Specific error message for missplaced doc comments
|
2016-07-05 23:09:02 -07:00 |
|
doc-before-identifier.rs
|
Specific error message for missplaced doc comments
|
2016-07-05 23:09:02 -07:00 |
|
doc-before-mod-rbrace.rs
|
Specific error message for missplaced doc comments
|
2016-07-05 23:09:02 -07:00 |
|
doc-before-rbrace.rs
|
Specific error message for missplaced doc comments
|
2016-07-05 23:09:02 -07:00 |
|
doc-before-semi.rs
|
Specific error message for missplaced doc comments
|
2016-07-05 23:09:02 -07:00 |
|
doc-before-struct-rbrace-1.rs
|
Suggest macro call when not sure that it is fn definition
|
2017-11-24 07:34:32 -08:00 |
|
doc-before-struct-rbrace-2.rs
|
Suggest macro call when not sure that it is fn definition
|
2017-11-24 07:34:32 -08:00 |
|
duplicate-visibility.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
empty-impl-semicolon.rs
|
Fix expected parse error
|
2015-08-06 00:46:51 -07:00 |
|
extern-crate-unexpected-token.rs
|
Clarify the error message for malformed extern crate statements
|
2015-05-16 22:35:59 +12:00 |
|
extern-expected-fn-or-brace.rs
|
Clarify the error message for malformed extern crate statements
|
2015-05-16 22:35:59 +12:00 |
|
extern-foreign-crate.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
extern-no-fn.rs
|
Fix fallout in tests.
|
2016-09-23 04:26:59 +00:00 |
|
impl-qpath.rs
|
syntax: Disambiguate generics and qualified paths
|
2018-01-14 18:10:19 +03:00 |
|
import-from-path.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
import-from-rename.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
import-glob-path.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
import-glob-rename.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
inner-attr-after-doc-comment.rs
|
syntax: Better error message for inner attr following doc comment
|
2016-07-15 21:02:53 -07:00 |
|
inner-attr.rs
|
syntax: Better error message for inner attr following doc comment
|
2016-07-15 21:02:53 -07:00 |
|
int-literal-too-large-span.rs
|
Fix parse-fail and compile-fail tests
|
2016-12-30 15:17:26 +01:00 |
|
issue-1655.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
issue-1802-1.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
issue-1802-2.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
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
|
Fix parse-fail and compile-fail tests
|
2016-12-30 15:17:26 +01:00 |
|
issue-5544-b.rs
|
Fix parse-fail and compile-fail tests
|
2016-12-30 15:17:26 +01:00 |
|
issue-5806.rs
|
Add netbsd amd64 support
|
2015-07-01 19:09:14 -07:00 |
|
issue-6610.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
issue-8537.rs
|
Replace illegal with invalid in most diagnostics
|
2015-07-29 01:59:31 +03:00 |
|
issue-10392-2.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
issue-10392.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
issue-10636-1.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
issue-14303-enum.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
issue-14303-fn-def.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
issue-14303-fncall.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
issue-14303-impl.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
issue-14303-path.rs
|
Refactor parsing of generic arguments/parameters and where clauses
|
2017-01-24 22:56:02 +03:00 |
|
issue-14303-struct.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
issue-14303-trait.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
issue-15914.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
issue-17383.rs
|
Update issue-17383.rs
|
2017-11-22 10:56:17 -07:00 |
|
issue-17718-const-mut.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
issue-17904-2.rs
|
Refactor parsing of generic arguments/parameters and where clauses
|
2017-01-24 22:56:02 +03:00 |
|
issue-17904.rs
|
Refactor parsing of trait object types
|
2017-03-21 23:01:53 +03:00 |
|
issue-19096.rs
|
update error messages in parse-fail tests
|
2016-03-07 21:17:31 -05:00 |
|
issue-19398.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
issue-20711-2.rs
|
crate shorthand visibility modifier
|
2017-10-22 23:58:13 -07:00 |
|
issue-20711.rs
|
crate shorthand visibility modifier
|
2017-10-22 23:58:13 -07:00 |
|
issue-21153.rs
|
libsyntax/parse: improve associated item error reporting
|
2017-04-17 21:25:35 +03:00 |
|
issue-22647.rs
|
Do not emit type errors on recovered blocks
|
2017-12-21 14:57:42 -08:00 |
|
issue-22712.rs
|
Revert to correct recovery behavior
|
2017-11-24 07:34:33 -08:00 |
|
issue-23620-invalid-escapes.rs
|
Accept underscores in unicode escapes
|
2017-08-17 20:03:32 +02:00 |
|
issue-24197.rs
|
Revert to correct recovery behavior
|
2017-11-24 07:34:33 -08:00 |
|
issue-24375.rs
|
Add tests for "ident only path should have been covered"-ICE
|
2015-04-15 14:18:47 +02:00 |
|
issue-24780.rs
|
Add tests
|
2018-01-27 22:37:30 +03:00 |
|
issue-27255.rs
|
Fix impl A .. {}
|
2015-07-31 21:24:55 +09:00 |
|
issue-30318.rs
|
parser: show a helpful note on unexpected inner comment
|
2016-05-03 17:53:23 +02:00 |
|
issue-32214.rs
|
Refactor parsing of generic arguments/parameters and where clauses
|
2017-01-24 22:56:02 +03: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: Make _ an identifier
|
2018-03-17 22:08:07 +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
|
Detect = -> : typo in let bindings
|
2017-11-03 17:39:16 -07:00 |
|
issue-33455.rs
|
add regression test for #33455
|
2016-06-25 00:11:32 +02:00 |
|
issue-33569.rs
|
Fix a couple of tests
|
2018-01-30 12:41:04 -06:00 |
|
issue-37113.rs
|
Add trailing newlines to files which have no trailing newlines.
|
2017-12-30 15:50:52 +08:00 |
|
issue-37234.rs
|
Consume trailing doc comments to avoid parse errors
|
2017-11-24 08:32:01 -08:00 |
|
issue-43692.rs
|
Accept underscores in unicode escapes
|
2017-08-17 20:03:32 +02: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-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-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-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-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
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
keywords-followed-by-double-colon.rs
|
Do not emit type errors on recovered blocks
|
2017-12-21 14:57:42 -08: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
|
When attempting to write str with single quote suggest double quotes
|
2017-12-14 22:51:42 -08: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
|
When attempting to write str with single quote suggest double quotes
|
2017-12-14 22:51:42 -08:00 |
|
lex-bad-numeric-literals.rs
|
Fix parse-fail and compile-fail tests
|
2016-12-30 15:17:26 +01:00 |
|
lex-bad-octal-literal.rs
|
add -Z continue-parse-after-error to parse-fail tests
|
2016-11-01 14:08:56 -04:00 |
|
lex-bad-token.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
lex-bare-cr-string-literal-doc-comment.rs
|
Allow bare CR in ////-style comment.
|
2017-05-08 22:29:24 +09:00 |
|
lex-stray-backslash.rs
|
Improve char escaping in lexer messages
|
2018-02-01 08:19:22 +11:00 |
|
lifetime-in-pattern.rs
|
libsyntax: better error for lifetimes in patterns
|
2015-10-25 01:28:00 +01:00 |
|
lifetime-semicolon.rs
|
Refactor parsing of generic arguments/parameters and where clauses
|
2017-01-24 22:56:02 +03:00 |
|
macro-bad-delimiter-ident.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
macro-doc-comments-1.rs
|
Fix doc comment parsing in macros.
|
2015-07-18 11:34:59 +01:00 |
|
macro-doc-comments-2.rs
|
Fix doc comment parsing in macros.
|
2015-07-18 11:34:59 +01:00 |
|
macro-keyword.rs
|
Change some terminology around keywords and reserved identifiers
|
2017-06-29 15:19:53 +03:00 |
|
macro-mismatched-delim-brace-paren.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
macro-mismatched-delim-paren-brace.rs
|
Tests
|
2016-03-24 15:54:22 +13:00 |
|
macro-repeat.rs
|
Fix span of invalid metavariable repetition
|
2015-08-15 00:45:34 +02:00 |
|
macros-no-semicolon-items.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
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-vec-invalid.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
mod_file_not_exist.rs
|
Replace hardcoded forward slash with path::MAIN_SEPARATOR
|
2017-03-30 13:51:16 +02:00 |
|
mod_file_not_exist_windows.rs
|
Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.
|
2018-01-02 14:11:41 +01:00 |
|
mod_file_with_path_attr.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
multiline-comment-line-tracking.rs
|
Move compile-fail tests that are rejected by the parser to parse-fail
|
2015-02-06 22:23:16 +01:00 |
|
multitrait.rs
|
Fix expected parse error
|
2015-08-06 00:46:51 -07:00 |
|
mut-patterns.rs
|
Do not emit type errors on recovered blocks
|
2017-12-21 14:57:42 -08:00 |
|
new-unicode-escapes-1.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
new-unicode-escapes-2.rs
|
Accept underscores in unicode escapes
|
2017-08-17 20:03:32 +02:00 |
|
new-unicode-escapes-3.rs
|
Accept underscores in unicode escapes
|
2017-08-17 20:03:32 +02:00 |
|
new-unicode-escapes-4.rs
|
Accept underscores in unicode escapes
|
2017-08-17 20:03:32 +02:00 |
|
no-binary-float-literal.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
no-hex-float-literal.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
no-unsafe-self.rs
|
syntax: Refactor parsing of method declarations
|
2016-05-14 13:23:37 +03:00 |
|
not-a-pred.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
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
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
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
|
Add tests for parsing of patterns
|
2015-04-03 05:56:27 +03:00 |
|
pat-lt-bracket-2.rs
|
Add tests for parsing of patterns
|
2015-04-03 05:56:27 +03:00 |
|
pat-lt-bracket-3.rs
|
Add tests for parsing of patterns
|
2015-04-03 05:56:27 +03:00 |
|
pat-lt-bracket-4.rs
|
Some error recovery in the parser
|
2016-02-15 09:33:21 +13:00 |
|
pat-lt-bracket-5.rs
|
Revert to correct recovery behavior
|
2017-11-24 07:34:33 -08:00 |
|
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-ranges-1.rs
|
Revert to correct recovery behavior
|
2017-11-24 07:34:33 -08:00 |
|
pat-ranges-2.rs
|
Revert to correct recovery behavior
|
2017-11-24 07:34:33 -08:00 |
|
pat-ranges-3.rs
|
Revert to correct recovery behavior
|
2017-11-24 07:34:33 -08:00 |
|
pat-ranges-4.rs
|
Revert to correct recovery behavior
|
2017-11-24 07:34:33 -08:00 |
|
pat-ref-enum.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
pat-tuple-1.rs
|
Implement .. in tuple (struct) patterns
|
2016-05-26 11:11:58 +03:00 |
|
pat-tuple-2.rs
|
Support parentheses in patterns under feature gate
|
2018-03-01 01:47:56 +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
|
add exclusive range patterns under a feature gate
|
2017-01-19 10:13:32 +01: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-method-macro.rs
|
Fix fallout in tests
|
2016-03-30 21:26:35 +00:00 |
|
range-3.rs
|
Revert to correct recovery behavior
|
2017-11-24 07:34:33 -08:00 |
|
range-4.rs
|
Revert to correct recovery behavior
|
2017-11-24 07:34:33 -08:00 |
|
range_inclusive.rs
|
Stabilize inclusive_range_syntax language feature.
|
2018-03-15 16:58:02 +08:00 |
|
range_inclusive_dotdotdot.rs
|
Stabilize inclusive_range_syntax language feature.
|
2018-03-15 16:58:02 +08:00 |
|
raw-byte-string-eof.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
raw-byte-string-literals.rs
|
add -Z continue-parse-after-error to parse-fail tests
|
2016-11-01 14:08:56 -04:00 |
|
raw-str-delim.rs
|
Initial implementation of RFC 2151, Raw Identifiers
|
2018-03-18 10:07:19 -05:00 |
|
raw-str-unbalanced.rs
|
update error messages in parse-fail tests
|
2016-03-07 21:17:31 -05:00 |
|
raw-str-unterminated.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
recover-enum.rs
|
Recover out of an enum or struct's braced block.
|
2016-10-26 22:27:14 -04:00 |
|
recover-enum2.rs
|
syntax: Make _ an identifier
|
2018-03-17 22:08:07 +03:00 |
|
recover-struct.rs
|
Recover out of an enum or struct's braced block.
|
2016-10-26 22:27:14 -04:00 |
|
regions-out-of-scope-slice.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
removed-syntax-closure-lifetime.rs
|
Fix expected parse error
|
2015-08-06 00:46:51 -07:00 |
|
removed-syntax-enum-newtype.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
removed-syntax-extern-const.rs
|
Improve error message for const extern fn
|
2017-05-31 11:26:19 -07:00 |
|
removed-syntax-field-let.rs
|
add -Z continue-parse-after-error to parse-fail tests
|
2016-11-01 14:08:56 -04:00 |
|
removed-syntax-field-semicolon.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
removed-syntax-fixed-vec.rs
|
Fix expected parse error
|
2015-08-06 00:46:51 -07:00 |
|
removed-syntax-fn-pure.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
removed-syntax-fn-sigil.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
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
|
Refactor parsing of trait object types
|
2017-03-21 23:01:53 +03:00 |
|
removed-syntax-record.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
removed-syntax-static-fn.rs
|
crate shorthand visibility modifier
|
2017-10-22 23:58:13 -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
|
Refactor parsing of trait object types
|
2017-03-21 23:01:53 +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
|
Implement field shorthands in struct literal expressions.
|
2016-10-27 03:15:13 +03:00 |
|
require-parens-for-chained-comparison.rs
|
output compiler message updated
|
2017-10-10 23:52:45 -03:00 |
|
struct-field-numeric-shorthand.rs
|
Stabilize field init shorthand
|
2017-02-15 07:11:13 +01:00 |
|
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 |
|
struct-literal-restrictions-in-lamda.rs
|
Lambda expressions honor no struct literal restriction
|
2017-07-23 16:20:14 +03:00 |
|
tag-variant-disr-non-nullary.rs
|
Rename C-like enum to Field-less enum
|
2017-11-22 10:55:40 -07:00 |
|
trailing-carriage-return-in-string.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
trait-bounds-not-on-impl.rs
|
syntax: Rewrite parsing of impls
|
2018-01-14 18:10:05 +03:00 |
|
trait-non-item-macros.rs
|
Add support for macro expansion inside trait items
|
2016-06-13 21:46:43 +01:00 |
|
trait-object-bad-parens.rs
|
Fix whitespacing issues in pretty-printing of bounds
|
2017-12-20 00:23:18 +03:00 |
|
trait-object-lifetime-parens.rs
|
syntax: Support parentheses around trait bounds
|
2017-04-21 21:32:44 +03:00 |
|
trait-object-macro-matcher.rs
|
Refactor parsing of trait object types
|
2017-03-21 23:01:53 +03:00 |
|
trait-object-polytrait-priority.rs
|
Fix whitespacing issues in pretty-printing of bounds
|
2017-12-20 00:23:18 +03:00 |
|
trait-object-trait-parens.rs
|
syntax: Support parentheses around trait bounds
|
2017-04-21 21:32:44 +03:00 |
|
trait-pub-assoc-const.rs
|
libsyntax/parse: improve associated item error reporting
|
2017-04-17 21:25:35 +03:00 |
|
trait-pub-assoc-ty.rs
|
libsyntax/parse: improve associated item error reporting
|
2017-04-17 21:25:35 +03:00 |
|
trait-pub-method.rs
|
libsyntax/parse: improve associated item error reporting
|
2017-04-17 21:25:35 +03:00 |
|
type-parameters-in-field-exprs.rs
|
syntax: Relax path grammar
|
2017-08-11 02:06:27 +03:00 |
|
unbalanced-doublequote.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
underscore-suffix-for-float.rs
|
syntax: Make _ an identifier
|
2018-03-17 22:08:07 +03:00 |
|
underscore-suffix-for-string.rs
|
Add warning cycle #42326.
|
2017-05-31 16:43:47 +09:00 |
|
unicode-chars.rs
|
remove "much" from unicode diagnostic
|
2017-05-20 11:18:26 -04:00 |
|
unsized.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
unsized2.rs
|
syntax: Make is_path_start precise and improve some error messages about unexpected tokens
|
2016-04-24 20:59:44 +03:00 |
|
use-as-where-use-ends-with-mod-sep.rs
|
add -Z continue-parse-after-error to parse-fail tests
|
2016-11-01 14:08:56 -04:00 |
|
use-ends-with-mod-sep.rs
|
syntax: Parse import prefixes as paths
|
2016-04-17 03:48:40 +03:00 |
|
variadic-ffi-3.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
variadic-ffi-4.rs
|
Return nonzero exit code if there are errors at a stop point
|
2015-04-18 12:23:49 +02:00 |
|
virtual-structs.rs
|
Remove some remains of virtual structs from the parser
|
2015-09-11 10:09:22 +03:00 |
|
where-clauses-no-bounds-or-predicates.rs
|
Refactor parsing of generic arguments/parameters and where clauses
|
2017-01-24 22:56:02 +03:00 |
|
where_with_bound.rs
|
syntax: Disambiguate generics and qualified paths
|
2018-01-14 18:10:19 +03:00 |
|
wrong-escape-of-curly-braces.rs
|
Added a help span which informs the user about the escaping of curly braces in a format string if a wrongly escaped one is detected in a string.
|
2015-04-13 15:56:10 +02:00 |