mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-24 10:55:04 +00:00
31c1999505
440: Implement type inference for boolean operators r=flodiebold a=marcusklaas Tried implementing the easiest part of https://github.com/rust-analyzer/rust-analyzer/issues/390. Hope this is somewhat close to what the intent of the issue was. Found it surprisingly easy to find my way around the repository - it's well organized! Very grateful for any pointers. Co-authored-by: Marcus Klaas de Vries <mail@marcusklaas.nl> |
||
---|---|---|
.. | ||
algo | ||
ast | ||
grammar | ||
lexer | ||
parser_impl | ||
string_lexing | ||
syntax_kinds | ||
validation | ||
yellow | ||
algo.rs | ||
ast.rs | ||
grammar.ron | ||
grammar.rs | ||
lexer.rs | ||
lib.rs | ||
parser_api.rs | ||
parser_impl.rs | ||
reparsing.rs | ||
string_lexing.rs | ||
syntax_kinds.rs | ||
text_utils.rs | ||
token_set.rs | ||
utils.rs | ||
validation.rs | ||
yellow.rs |