about summary refs log tree commit diff
path: root/src/test/parse-fail
AgeCommit message (Expand)AuthorLines
2015-09-24Remove the deprecated box(PLACE) syntax.Eduard Burtescu-19/+0
2015-09-18Implement empty struct with braces (RFC 218)Vadim Petrochenkov-96/+0
2015-09-14Auto merge of #28247 - christopherdumas:fix_28243, r=eddybbors-0/+16
2015-09-14Fix tuple float bug.christopherdumas-0/+16
2015-09-11Remove some remains of virtual structs from the parserVadim Petrochenkov-3/+2
2015-09-03Use consistent terminology for byte string literalsVadim Petrochenkov-4/+4
2015-08-15Fix span of invalid metavariable repetitionJonas Schievink-0/+19
2015-08-06Auto merge of #27296 - jroesch:type-macros, r=huonwbors-8/+9
2015-08-06Fix expected parse errorJared Roesch-8/+9
2015-08-03delete some old testsSteve Klabnik-32/+0
2015-07-31Fix `impl A .. {}`Seo Sanghyeon-3/+18
2015-07-29Replace illegal with invalid in most diagnosticsSimonas Kazlauskas-31/+31
2015-07-27Turn on `box(PLACE) expr` deprecation warning post-snapshot.Eduard Burtescu-0/+1
2015-07-23Update suggestion from parenthesized-box-expr-message to reflect new output s...Felix S. Klock II-2/+2
2015-07-18Fix doc comment parsing in macros.Lee Jeffery-0/+38
2015-07-13Tell unicode escapes can’t be used as bytes earlier/moreSimonas Kazlauskas-3/+5
2015-07-10Improve incomplete unicode escape reportingSimonas Kazlauskas-1/+1
2015-07-01Add netbsd amd64 supportAlex Newman-0/+1
2015-06-13Use `assert_eq!` instead of `assert!` in testspetrochenkov-2/+2
2015-06-12ignore-test cleanupSteve Klabnik-234/+0
2015-06-09Exise 'unsafe pointer' in favor of 'raw pointer'Steve Klabnik-4/+4
2015-05-16Clarify the error message for malformed `extern crate` statementsP1start-1/+12
2015-04-27Auto merge of #23606 - quantheory:associated_const, r=nikomatsakisbors-6/+58
2015-04-25`qquote-2.rs` -> `run-fail/qquote.rs`Tamir Duberstein-63/+0
2015-04-25`qquote-1.rs` -> `compile-fail-fulldeps/qquote.rs`Tamir Duberstein-70/+0
2015-04-23Get associated consts working in match patterns.Sean Patrick Santos-0/+34
2015-04-23Functional changes for associated constants. Cross-crate usage of associated ...Sean Patrick Santos-6/+24
2015-04-23Auto merge of #24683 - P1start:help-suggestions, r=nrcbors-1/+3
2015-04-21Change a few error messages to give code suggestionsP1start-1/+3
2015-04-18Return nonzero exit code if there are errors at a stop pointFlorian Hahn-1/+426
2015-04-15Add tests for "ident only path should have been covered"-ICEAndreas Martens-0/+32
2015-04-13Added a help span which informs the user about the escaping of curly braces i...Manuel Hoffmann-0/+18
2015-04-04fixing some tests and temporarily disabling others to get Bitrig build workin...Dave Huseby-0/+1
2015-04-03Add tests for parsing of patternsVadim Petrochenkov-0/+171
2015-04-02syntax: Rewrite parsing of patternsVadim Petrochenkov-6/+6
2015-03-31Lex binary and octal literals more eagerly.Huon Wilson-1/+36
2015-03-27rollup merge of #23786: alexcrichton/less-quotesAlex Crichton-5/+0
2015-03-27Fix fallout of removing quotes in crate namesAlex Crichton-5/+0
2015-03-27Prevent ICEs when parsing invalid escapes, closes #23620Florian Hahn-1/+49
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-16/+2
2015-03-23rollup merge of #23506: alexcrichton/remove-some-deprecated-thingsAlex Crichton-17/+0
2015-03-18rustc: Remove some long deprecated features:Alex Crichton-17/+0
2015-03-18Require braces when a closure has an explicit return type. This is aNiko Matsakis-0/+16
2015-03-17Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichtonManish Goregaokar-25/+1
2015-03-15Strip all leading/trailing newlinesTamir Duberstein-25/+1
2015-03-13syntax: use lookahead to distinguish inner and outer attributes, instead of p...Eduard Burtescu-2/+2
2015-03-12Auto merge of #23265 - eddyb:meth-ast-refactor, r=nikomatsakisbors-1/+31
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-1/+31
2015-03-11Change comment in parse-fail testGuillaume Gomez-2/+2
2015-03-10Remove proc keywordGuillaume Gomez-3/+3