rust-analyzer/crates/syntax/src
2021-10-05 09:00:18 +11:00
..
ast Replace if let Some(_) = foo with if foo.is_some() 2021-10-05 09:00:18 +11:00
parsing Fix miscellaneous Clippy lints 2021-10-03 23:53:30 +11:00
tests Fix miscellaneous Clippy lints 2021-10-03 23:53:30 +11:00
validation Add semicolons for consistency 2021-10-03 23:39:43 +11:00
algo.rs Fix miscellaneous Clippy lints 2021-10-03 23:53:30 +11:00
ast.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
display.rs Add semicolons for consistency 2021-10-03 23:39:43 +11:00
fuzz.rs Add more docs 2021-05-22 16:53:47 +03:00
lib.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
parsing.rs internal: make name consistent with usage 2021-09-06 18:34:03 +03:00
ptr.rs Add semicolons for consistency 2021-10-03 23:39:43 +11:00
syntax_error.rs Rename ra_syntax -> syntax 2020-08-12 18:30:53 +02:00
syntax_node.rs Add semicolons for consistency 2021-10-03 23:39:43 +11:00
ted.rs Add semicolons for consistency 2021-10-03 23:39:43 +11:00
tests.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
token_text.rs Imrove fn name computation in Generate function 2021-09-16 21:03:37 +05:00
utils.rs Better strip turbofishes 2021-03-08 23:59:39 +02:00
validation.rs Add semicolons for consistency 2021-10-03 23:39:43 +11:00