about summary refs log tree commit diff
path: root/compiler/rustc_parse/src
AgeCommit message (Expand)AuthorLines
2022-11-11Rollup merge of #103468 - chenyukang:yukang/fix-103435-extra-parentheses, r=e...Manish Goregaokar-7/+23
2022-11-11Auto merge of #99918 - WaffleLapkin:fnFnfun, r=estebankbors-42/+115
2022-11-10Auto merge of #104236 - compiler-errors:rollup-adjshd6, r=compiler-errorsbors-1/+18
2022-11-09Rollup merge of #103443 - mucinoab:recover-colon-as-path-separetor, r=compile...Michael Goulet-0/+17
2022-11-09Rollup merge of #102763 - compiler-errors:nits, r=cjgillotMichael Goulet-1/+1
2022-11-10Auto merge of #103636 - chenyukang:yukang/fix-103587-sugg-if-let, r=jackh276,...bors-4/+21
2022-11-09Make span_suggestions take IntoIteratorMichael Goulet-1/+1
2022-11-09Rollup merge of #103919 - nnethercote:unescaping-cleanups, r=matkladDylan DPC-83/+66
2022-11-08Parser: Recover from using colon as path separator in importsBruno A. Muciño-0/+17
2022-11-08Fix outdated commentWaffle Maybe-1/+1
2022-11-08Remove an address comparison from the parserMaybe Waffle-6/+1
2022-11-08use subdiagnostic for sugesting add letyukang-1/+1
2022-11-08fix #103587, Recover from common if let syntax mistakes/typosyukang-4/+21
2022-11-07Rollup merge of #103986 - compiler-errors:oh-no-bad-block-should-not-have-lab...Dylan DPC-4/+8
2022-11-07Rollup merge of #103914 - nnethercote:close-42326, r=petrochenkovYuki Okushi-11/+1
2022-11-07Make underscore_literal_suffix a hard error.Nicholas Nethercote-11/+1
2022-11-05Fix typoMichael Goulet-2/+2
2022-11-04Don't silently eat label before block in block-like exprMichael Goulet-4/+8
2022-11-04fake a base to suppress later extra error messageyukang-17/+14
2022-11-04Inline and remove `validate_int_literal`.Nicholas Nethercote-18/+13
2022-11-04Refactor `cook_lexer_literal`.Nicholas Nethercote-42/+36
2022-11-04Make non-ASCII errors more consistent.Nicholas Nethercote-19/+13
2022-11-04fix #102806, suggest use .. to fill in the rest of the fields of Structyukang-3/+27
2022-11-03Use `Mode` less.Nicholas Nethercote-7/+7
2022-11-02Rollup merge of #103703 - Nilstrieb:flag-recovery-1, r=compiler-errorsDylan DPC-6/+32
2022-11-01Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwcoManish Goregaokar-24/+47
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+2
2022-10-31Add more track_callermejrs-0/+2
2022-10-28Gate some recovery behind a flagNilstrieb-6/+32
2022-10-27Rollup merge of #103544 - Nilstrieb:no-recovery-pls, r=compiler-errorsMatthias Krüger-2/+30
2022-10-26Fix typonils-1/+1
2022-10-26Add documentationNilstrieb-1/+8
2022-10-26Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]Xiretza-24/+47
2022-10-26Rollup merge of #103444 - chenyukang:yukang/fix-103425-extra-diag, r=davidtwcoDylan DPC-29/+36
2022-10-25Add flag to forbid recovery in the parserNilstrieb-2/+23
2022-10-25Rollup merge of #103333 - chenyukang:yukang/fix-103143, r=wesleywiserYuki Okushi-5/+11
2022-10-24fix parentheses surrounding spacing issue in parseryukang-7/+23
2022-10-24fix #103425, remove extra type error after missing semicolon erroryukang-29/+36
2022-10-23Auto merge of #103431 - Dylan-DPC:rollup-oozfo89, r=Dylan-DPCbors-11/+94
2022-10-23Rollup merge of #101293 - compiler-errors:lt-is-actually-char, r=estebankDylan DPC-11/+94
2022-10-23Auto merge of #103345 - Nilstrieb:diag-flat, r=compiler-errorsbors-199/+185
2022-10-23Migrate all diagnosticsNilstrieb-199/+185
2022-10-23Rollup merge of #103354 - clubby789:escape-string-literals, r=compiler-errorsMatthias Krüger-2/+17
2022-10-22Don't erroneously deny semicolons after closure expr within parentheses in a ...Michael Goulet-0/+4
2022-10-22Recover unclosed char literal being parsed as lifetimeMichael Goulet-11/+94
2022-10-22Properly escape quotes when suggesting switching between char/string literalsclubby789-2/+17
2022-10-21Rollup merge of #102922 - kper:bugfix/102902-filtering-json, r=oli-obkDylan DPC-1/+9
2022-10-20fix assertion failed for break_last_token and trailing tokenyukang-5/+11
2022-10-20Implement assertions and fixes to not emit empty spans without suggestionsKevin Per-1/+9
2022-10-18Fix the bug of next_point in spanyukang-4/+4