index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
parser
Age
Commit message (
Expand
)
Author
Lines
2024-01-09
Auto merge of #16310 - Veykril:range-access-parse, r=Veykril
bors
-1
/
+62
2024-01-08
Split out rustc_lexer from rustc_dependencies
Lukas Wirth
-6
/
+8
2024-01-08
fix: Fix incorrect parsing error on method call on range
Lukas Wirth
-1
/
+62
2023-12-29
Use Cargo's [workspace.lints.*] to config clippy
Tetsuharu Ohzeki
-0
/
+3
2023-12-05
Don't explicitly warn against `semicolon_in_expressions_from_macros`
Igor Matuszewski
-1
/
+1
2023-12-01
Improve error handling for top-level `let` statements
Yutaro Ohno
-42
/
+84
2023-11-30
Err for comma after functional update syntax
Chayim Refael Friedman
-0
/
+81
2023-11-15
Merge commit '76633199f4316b9c659d4ec0c102774d693cd940' into sync-from-rust
Laurențiu Nicola
-5
/
+0
2023-11-08
Try to update parser doc
Gaxx
-5
/
+0
2023-11-08
Merge commit '3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b' into sync-from-ra
Laurențiu Nicola
-33
/
+566
2023-10-22
use visibility to check unused imports and delete some stmts
bohan
-2
/
+1
2023-10-11
fix: format
Pol Valletbó
-1
/
+0
2023-10-11
chore: format imports
Pol Valletbó
-4
/
+2
2023-10-11
chore: move common code to function
Pol Valletbó
-22
/
+24
2023-10-11
fix: handle errors for string byte string and c_string
Pol Valletbó
-1
/
+167
2023-10-11
fix: use unescape_byte function for Byte literals
Pol Valletbó
-21
/
+12
2023-10-11
fix: cargo fmt
Pol Valletbó
-1
/
+1
2023-10-11
add diagnosis messages for chars and byte literal errors
Pol Valletbó
-12
/
+337
2023-09-29
Recover better on missing parameter in param list
Lukas Wirth
-1
/
+50
2023-09-22
Auto merge of #15615 - shogo-nakano-desu:refactor/fix-clippy-lints, r=Veykril
bors
-19
/
+17
2023-09-18
Merge commit '258b15c506a2d3ad862fd17ae24eaf272443f477' into sync-from-ra
Laurențiu Nicola
-114
/
+199
2023-09-15
Switch to in-tree rustc dependencies with a cfg flag
hkalbasi
-1
/
+6
2023-09-15
refactor: fix clippy lints
shogo-nakano-desu
-19
/
+17
2023-09-06
Fix ide-diagnostics test fixture
Lukas Wirth
-1
/
+44
2023-09-05
Implement builtin#format_args, using rustc's format_args parser
Lukas Wirth
-2
/
+21
2023-09-05
Insert builtin#asm into asm! expansion
Lukas Wirth
-0
/
+68
2023-09-05
Implement offset_of in hir-def and hir-ty
Lukas Wirth
-97
/
+17
2023-09-05
Parse builtin# syntax
Lukas Wirth
-19
/
+54
2023-08-21
Merge commit '9b3d03408c66749d56466bb09baf2a7177deb6ce' into sync-from-ra
Laurențiu Nicola
-27
/
+39
2023-08-15
Auto merge of #15179 - ponyii:fix/default-values-of-const-params-are-ignored,...
bors
-22
/
+27
2023-08-12
Fix parser being stuck in eager macro inputs
Lukas Wirth
-1
/
+3
2023-08-08
syntax update: the default value of `ConstParam` turned from `Expr` into `Con...
ponyii
-22
/
+27
2023-08-08
fix: Fix float parser hack creating empty NameRef tokens
Lukas Wirth
-4
/
+9
2023-08-07
Merge commit 'baee6b338b0ea076cd7a9f18d47f175dd2ba0e5d' into sync-from-ra
Laurențiu Nicola
-4
/
+42
2023-08-05
Turn unresolved proc macro expansions into missing expressions
Lukas Wirth
-3
/
+2
2023-08-02
Add ExternCrateDecl to HIR
Lukas Wirth
-1
/
+2
2023-07-30
fix: Expand eager macros to delimited comma separated expression list
Lukas Wirth
-0
/
+38
2023-07-24
Merge commit '99718d0c8bc5aadd993acdcabc1778fc7b5cc572' into sync-from-ra
Laurențiu Nicola
-160
/
+43
2023-07-17
Merge commit '37f84c101bca43b11027f30ab0c2852f9325bc3d' into sync-from-ra
Laurențiu Nicola
-4
/
+114
2023-07-16
Remove `crate` visibility modifier
Ryo Yoshida
-160
/
+43
2023-07-05
Recover from missing associated items and generic const defaults
Ryo Yoshida
-3
/
+113
2023-06-29
Use anonymous lifetime where possible
Ryo Yoshida
-1
/
+1
2023-06-19
Merge commit 'cd3bf9fe51676b520c546460e6d8919b8c8ff99f' into sync-from-ra
Laurențiu Nicola
-6
/
+11
2023-06-11
Use `ConstArg` instead of `Expr` for `AstId` of `InTypeConstId`
hkalbasi
-6
/
+11
2023-06-05
Merge commit 'aa9bc8612514d216f84eec218dfd19ab83f3598a' into sync-from-ra
Laurențiu Nicola
-176
/
+1287
2023-06-03
fix: assignment operators are right associative
Ryo Yoshida
-75
/
+374
2023-06-01
Recover from leading comma in tuple pat and expr
Lukas Wirth
-0
/
+76
2023-05-24
Auto merge of #14755 - poliorcetics:clippy-fixes, r=Veykril
bors
-7
/
+5
2023-05-18
Support c string literals
Lukas Wirth
-2
/
+32
2023-05-18
internal: Bump rustc_lexer
Lukas Wirth
-48
/
+49
[next]