rust-analyzer/crates/parser/src/grammar
2025-03-25 08:55:31 +01:00
..
expressions revert blocklike changes 2025-01-16 12:54:26 +01:00
items feat: parse unsafe record fields 2025-03-25 08:55:31 +01:00
attributes.rs Better parser recovery for incomplete attributes 2024-12-04 06:45:59 +01:00
expressions.rs cargo fmt 2025-03-15 21:32:01 +01:00
generic_args.rs fix: Fix parsing of dyn T in generic arg on 2015 edition 2024-12-05 20:26:49 +01:00
generic_params.rs Parse lifetime bounds in lifetime param into TypeBoundList 2024-12-05 17:52:02 +01:00
items.rs chore: Bump Edition::CURRENT to 2024 2025-03-17 12:29:19 +01:00
params.rs Fix parsing of parenthesized type args and RTN 2024-12-04 11:48:47 +01:00
paths.rs fix: Fix parsing of integer/keyword name refs in various places 2024-12-05 15:27:50 +01:00
patterns.rs Parse patterns with leading pipe properly in all places 2024-10-31 15:32:37 +02:00
types.rs fix: Fix parsing of dyn T in generic arg on 2015 edition 2024-12-05 20:26:49 +01:00