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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rust-analyzer
/
crates
/
parser
Age
Commit message (
Expand
)
Author
Lines
2025-05-06
Rollup merge of #140035 - fee1-dead-contrib:push-oszwkkvmpkks, r=jieyouxu,wes...
Stuart Cook
-1
/
+12
2025-05-05
Implement RFC 3503: frontmatters
Deadbeef
-1
/
+12
2025-04-30
fix: Improve parser recovery a bit
Lukas Wirth
-14
/
+84
2025-04-28
Format code
Laurențiu Nicola
-1
/
+3
2025-04-28
Merge from rust-lang/rust
Laurențiu Nicola
-5
/
+6
2025-04-25
Preallocate `parser::Input`
Chayim Refael Friedman
-2
/
+9
2025-04-22
Merge pull request #19657 from ChayimFriedman2/better-offset-of
Lukas Wirth
-0
/
+61
2025-04-21
Merge pull request #19643 from ChayimFriedman2/generic-const-items
Lukas Wirth
-0
/
+296
2025-04-21
feat: parse `super let`
Lukas Wirth
-3
/
+27
2025-04-21
Allow wrapping `builtin#offset_of` fields argument in parentheses
Chayim Refael Friedman
-0
/
+61
2025-04-21
Parse generic consts
Chayim Refael Friedman
-0
/
+296
2025-04-05
Clean up `rustc-literal-escaper` usage in rust-analyzer
Guillaume Gomez
-1
/
+1
2025-04-04
Update `rustc-literal-escaper` version to `0.0.2`
Guillaume Gomez
-1
/
+1
2025-04-04
Remove usage of `rustc_lexer::unescape` in rust-analyzer
Guillaume Gomez
-5
/
+6
2025-03-25
feat: parse `unsafe` record fields
Lukas Wirth
-2
/
+17
2025-03-23
chore: Bump dependencies
Lukas Wirth
-1
/
+1
2025-03-21
fix: Fix incorrect expansion of builtin `PartialOrd` derive
Lukas Wirth
-0
/
+1
2025-03-21
refactor: Reduce codegen burden for `SyntaxNode` and `SyntaxToken`
Lukas Wirth
-1
/
+1
2025-03-21
refactor: Reduce codegen burden for `SyntaxKind`
Lukas Wirth
-32
/
+29
2025-03-17
chore: Bump `Edition::CURRENT` to 2024
Lukas Wirth
-5
/
+13
2025-03-15
cargo fmt
BenjaminBrienen
-7
/
+7
2025-03-08
fix(hir): `VariantDef` is `impl HasSource`
Prajwal S N
-0
/
+2
2025-03-01
Cleanup string handling in syntax highlighting
Lukas Wirth
-18
/
+1
2025-02-27
fix doc tests
BenjaminBrienen
-4
/
+5
2025-02-27
enable doctest
BenjaminBrienen
-1
/
+0
2025-02-23
Merge pull request #19191 from Veykril/push-yzzlosskwrxs
Lukas Wirth
-4
/
+2
2025-02-23
Remove `limit` crate in favor `usize`
Lukas Wirth
-4
/
+2
2025-02-23
Fix codegen of parser inline tests runner
niller-g
-4
/
+4
2025-01-28
Merge pull request #19015 from Wilfred/mdbook
Lukas Wirth
-1
/
+1
2025-01-27
feat: Implement `default-field-values`
Shoyu Vanilla
-15
/
+275
2025-01-24
manual: Convert to mdbook
Wilfred Hughes
-1
/
+1
2025-01-17
Merge pull request #18908 from jnyfah/error-braces
Lukas Wirth
-12
/
+637
2025-01-16
CRLF to LF
jnyfah
-100
/
+115
2025-01-16
added tests
jnyfah
-0
/
+597
2025-01-16
revert blocklike changes
jnyfah
-8
/
+9
2025-01-16
update blocklike
jnyfah
-13
/
+10
2025-01-16
feat: complete raw, const keyword
lh123
-3
/
+30
2025-01-10
Missing errors
jnyfah
-11
/
+26
2025-01-06
minor: New clippy lints
Lukas Wirth
-3
/
+3
2024-12-30
Add a function to convert a SyntaxKind to its text, where possible
Chayim Refael Friedman
-0
/
+325
2024-12-27
fix doc typo
Erithax
-1
/
+1
2024-12-20
Fix a case where completion was unable to expand a macro
Chayim Refael Friedman
-59
/
+73
2024-12-11
Properly handle different defaults for severity of lints
Chayim Refael Friedman
-79
/
+4
2024-12-06
Merge pull request #18625 from Veykril/push-npnxwpxuzlqz
Lukas Wirth
-4
/
+71
2024-12-06
fix: Fix parser getting stuck for bad asm expressions
Lukas Wirth
-4
/
+71
2024-12-05
fix: Fix parsing of dyn T in generic arg on 2015 edition
Lukas Wirth
-3
/
+68
2024-12-05
Parse lifetime bounds in lifetime param into TypeBoundList
Lukas Wirth
-38
/
+66
2024-12-05
fix: Fix parsing of integer/keyword name refs in various places
Lukas Wirth
-132
/
+350
2024-12-04
Fix parsing of parenthesized type args and RTN
Lukas Wirth
-646
/
+920
2024-12-04
fix: Don't create empty path nodes
Lukas Wirth
-24
/
+26
[next]