about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
AgeCommit message (Expand)AuthorLines
2018-02-23Rollup merge of #48083 - jseyfried:improve_tuple_struct_field_access_hygiene,...Manish Goregaokar-5/+3
2018-02-23Auto merge of #47799 - topecongiro:fix-span-of-visibility, r=petrochenkovbors-19/+34
2018-02-17fix more typos found by codespell.Matthias Krüger-2/+2
2018-02-18Change ast::Visibility to Spanned typeSeiichi Uchida-22/+28
2018-02-18Add a span field to Visibility::RestrictedSeiichi Uchida-2/+10
2018-02-18Add a closing parenthesis to the span of Visibility::CrateSeiichi Uchida-2/+3
2018-02-11Continue parsing function after finding `...` argEsteban Küber-5/+16
2018-02-08Fix span bug.Jeffrey Seyfried-5/+3
2018-02-07Rollup merge of #47613 - estebank:rustc_on_unimplemented, r=nikomatsakisManish Goregaokar-17/+14
2018-02-01Fix test after rebaseEsteban Küber-4/+0
2018-02-01Remove support for `Self` in attributesEsteban Küber-7/+1
2018-02-01Fix testsEsteban Küber-1/+1
2018-02-01Rework `parse_ident_attr`Esteban Küber-25/+26
2018-02-01Add filtering options to `rustc_on_unimplemented`Esteban Küber-5/+11
2018-01-30stabilize match_beginning_vertJonathan Goodman-6/+1
2018-01-30Auto merge of #45294 - petrochenkov:prioplus, r=nikomatsakisbors-10/+25
2018-01-28Auto merge of #47767 - estebank:as-suggestion, r=petrochenkovbors-0/+1
2018-01-27Make `+` in `impl/dyn Trait` non-associativeVadim Petrochenkov-3/+19
2018-01-27syntax: Permit `+` in return types of function declarationsVadim Petrochenkov-6/+6
2018-01-27syntax: Lower priority of `+` in `impl Trait`/`dyn Trait`Vadim Petrochenkov-4/+3
2018-01-27end_point handling multibyte characters correctly.David Wood-3/+5
2018-01-26Instead of modifying the item's span synthesize itEsteban Küber-2/+1
2018-01-25Correctly format `extern crate` conflict resolution helpCldfire-1/+3
2018-01-25Rollup merge of #47502 - petrochenkov:label, r=eddybAlex Crichton-41/+23
2018-01-23Adds support for immovable generators. Move checking of invalid borrows acros...John Kåre Alsaker-10/+35
2018-01-22AST/HIR: Add a separate structure for labelsVadim Petrochenkov-41/+23
2018-01-15Point at unused arguments for format stringEsteban Küber-10/+15
2018-01-14syntax: Disambiguate generics and qualified pathsVadim Petrochenkov-15/+33
2018-01-14syntax: Rewrite parsing of implsVadim Petrochenkov-154/+125
2018-01-13Re-add support for `impl Trait for ..` to the parserVadim Petrochenkov-1/+5
2018-01-13Address review.leonardo.yvens-4/+4
2018-01-13Parse `auto trait` inside fns.leonardo.yvens-12/+16
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-38/+19
2018-01-13Auto merge of #47242 - estebank:issue-15980, r=petrochenkovbors-11/+42
2018-01-13Rollup merge of #47298 - cramertj:path-as-modrs, r=nikomatsakiskennytm-4/+8
2018-01-09Treat #[path] files as mod.rs filesTaylor Cramer-4/+8
2018-01-08Auto merge of #47232 - keatinge:master, r=petrochenkovbors-2/+14
2018-01-07`struct` pattern parsing and diagnostic tweaksEsteban Küber-11/+42
2018-01-06Fix tidy errorkeatinge-2/+5
2018-01-06Use span_suggestion instead of span_err_helpkeatinge-3/+3
2018-01-06fix stylekeatinge-4/+2
2018-01-06Emit non-fatal error insteadkeatinge-8/+10
2018-01-06fix capitalizationkeatinge-2/+2
2018-01-06Add help message for incorrect pattern syntaxkeatinge-1/+10
2018-01-03Support `extern` in pathsVadim Petrochenkov-4/+11
2018-01-01Auto merge of #46895 - ricochet1k:macro-lifetimes, r=jseyfriedbors-8/+10
2017-12-30in which leading zeroes on tuple-struct accesses are abjuredZack M. Davis-3/+12
2017-12-30refactor lifetime out of is_lifetimeMatt Peterson-13/+6
2017-12-28CleanupMatt Peterson-4/+3
2017-12-28Fix testsMatt Peterson-7/+17