about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
AgeCommit message (Expand)AuthorLines
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
2017-12-28replace parse_lifetime with expect_lifetimeMichael Hewson-1/+1
2017-12-22Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkovbors-2/+5
2017-12-21Do not emit type errors on recovered blocksEsteban Küber-2/+5
2017-12-21Auto merge of #45930 - jplatte:generics_refactoring, r=eddybbors-21/+28
2017-12-21Add GenericParam, refactor Generics in ast, hir, rustdocJonas Platte-21/+28
2017-12-21Rollup merge of #46827 - petrochenkov:assocrecov2, r=estebankGuillaume Gomez-11/+51
2017-12-21Auto merge of #46531 - cramertj:no-mo-modrs, r=nikomatsakisbors-42/+90
2017-12-20Fix parsing of paths with fn-like generic argumentsVadim Petrochenkov-9/+11
2017-12-20Move impls for qpath recovery trait from `ast.rs`Vadim Petrochenkov-2/+40
2017-12-19Implement non-mod.rs mod statementsTaylor Cramer-42/+90
2017-12-19Remove a token after closing delimiter from the span of macro in type positiontopecongiro-1/+1
2017-12-17syntax: recovery for incorrect associated item paths like `[T; N]::clone`Vadim Petrochenkov-20/+50
2017-12-17syntax: Rename `P::unwrap` into `P::into_inner`Vadim Petrochenkov-2/+2
2017-12-16in which `..` is suggested for erroneous `...` in struct field patternsZack M. Davis-1/+13