rust/crates/syntax/src
Vladyslav Katasonov f102616aae allow modifications of vars from outer scope inside extracted function
It currently allows only directly setting variable.
No `&mut` references or methods.
2021-02-03 23:45:03 +03:00
..
ast allow modifications of vars from outer scope inside extracted function 2021-02-03 23:45:03 +03:00
parsing ⬆️ rowan 2021-01-20 14:04:53 +03:00
validation
algo.rs ⬆️ rowan 2021-01-19 22:11:42 +03:00
ast.rs . 2021-01-20 01:56:11 +03:00
display.rs Introduce more appropriate assertion mechanism 2021-01-14 18:25:19 +03:00
fuzz.rs
lib.rs ⬆️ rowan 2021-01-20 14:04:53 +03:00
parsing.rs
ptr.rs
syntax_error.rs
syntax_node.rs ⬆️ rowan 2021-01-20 14:04:53 +03:00
tests.rs syntax,ssr: Implement statement parsing 2021-01-03 11:29:33 +01:00
validation.rs Add validation for mutable const items 2021-01-24 02:17:41 +01:00