about summary refs log tree commit diff
path: root/crates/parser
AgeCommit message (Expand)AuthorLines
2024-01-09Auto merge of #16310 - Veykril:range-access-parse, r=Veykrilbors-1/+62
2024-01-08Split out rustc_lexer from rustc_dependenciesLukas Wirth-6/+8
2024-01-08fix: Fix incorrect parsing error on method call on rangeLukas Wirth-1/+62
2023-12-29Use Cargo's [workspace.lints.*] to config clippyTetsuharu Ohzeki-0/+3
2023-12-05Don't explicitly warn against `semicolon_in_expressions_from_macros`Igor Matuszewski-1/+1
2023-12-01Improve error handling for top-level `let` statementsYutaro Ohno-42/+84
2023-11-30Err for comma after functional update syntaxChayim Refael Friedman-0/+81
2023-11-15Merge commit '76633199f4316b9c659d4ec0c102774d693cd940' into sync-from-rustLaurențiu Nicola-5/+0
2023-11-08Try to update parser docGaxx-5/+0
2023-11-08Merge commit '3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b' into sync-from-raLaurențiu Nicola-33/+566
2023-10-22use visibility to check unused imports and delete some stmtsbohan-2/+1
2023-10-11fix: formatPol Valletbó-1/+0
2023-10-11chore: format importsPol Valletbó-4/+2
2023-10-11chore: move common code to functionPol Valletbó-22/+24
2023-10-11fix: handle errors for string byte string and c_stringPol Valletbó-1/+167
2023-10-11fix: use unescape_byte function for Byte literalsPol Valletbó-21/+12
2023-10-11fix: cargo fmtPol Valletbó-1/+1
2023-10-11add diagnosis messages for chars and byte literal errorsPol Valletbó-12/+337
2023-09-29Recover better on missing parameter in param listLukas Wirth-1/+50
2023-09-22Auto merge of #15615 - shogo-nakano-desu:refactor/fix-clippy-lints, r=Veykrilbors-19/+17
2023-09-18Merge commit '258b15c506a2d3ad862fd17ae24eaf272443f477' into sync-from-raLaurențiu Nicola-114/+199
2023-09-15Switch to in-tree rustc dependencies with a cfg flaghkalbasi-1/+6
2023-09-15refactor: fix clippy lintsshogo-nakano-desu-19/+17
2023-09-06Fix ide-diagnostics test fixtureLukas Wirth-1/+44
2023-09-05Implement builtin#format_args, using rustc's format_args parserLukas Wirth-2/+21
2023-09-05Insert builtin#asm into asm! expansionLukas Wirth-0/+68
2023-09-05Implement offset_of in hir-def and hir-tyLukas Wirth-97/+17
2023-09-05Parse builtin# syntaxLukas Wirth-19/+54
2023-08-21Merge commit '9b3d03408c66749d56466bb09baf2a7177deb6ce' into sync-from-raLaurențiu Nicola-27/+39
2023-08-15Auto merge of #15179 - ponyii:fix/default-values-of-const-params-are-ignored,...bors-22/+27
2023-08-12Fix parser being stuck in eager macro inputsLukas Wirth-1/+3
2023-08-08syntax update: the default value of `ConstParam` turned from `Expr` into `Con...ponyii-22/+27
2023-08-08fix: Fix float parser hack creating empty NameRef tokensLukas Wirth-4/+9
2023-08-07Merge commit 'baee6b338b0ea076cd7a9f18d47f175dd2ba0e5d' into sync-from-raLaurențiu Nicola-4/+42
2023-08-05Turn unresolved proc macro expansions into missing expressionsLukas Wirth-3/+2
2023-08-02Add ExternCrateDecl to HIRLukas Wirth-1/+2
2023-07-30fix: Expand eager macros to delimited comma separated expression listLukas Wirth-0/+38
2023-07-24Merge commit '99718d0c8bc5aadd993acdcabc1778fc7b5cc572' into sync-from-raLaurențiu Nicola-160/+43
2023-07-17Merge commit '37f84c101bca43b11027f30ab0c2852f9325bc3d' into sync-from-raLaurențiu Nicola-4/+114
2023-07-16Remove `crate` visibility modifierRyo Yoshida-160/+43
2023-07-05Recover from missing associated items and generic const defaultsRyo Yoshida-3/+113
2023-06-29Use anonymous lifetime where possibleRyo Yoshida-1/+1
2023-06-19Merge commit 'cd3bf9fe51676b520c546460e6d8919b8c8ff99f' into sync-from-raLaurențiu Nicola-6/+11
2023-06-11Use `ConstArg` instead of `Expr` for `AstId` of `InTypeConstId`hkalbasi-6/+11
2023-06-05Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-raLaurențiu Nicola-176/+1287
2023-06-03fix: assignment operators are right associativeRyo Yoshida-75/+374
2023-06-01Recover from leading comma in tuple pat and exprLukas Wirth-0/+76
2023-05-24Auto merge of #14755 - poliorcetics:clippy-fixes, r=Veykrilbors-7/+5
2023-05-18Support c string literalsLukas Wirth-2/+32
2023-05-18internal: Bump rustc_lexerLukas Wirth-48/+49