rust-analyzer/crates/syntax/src/ast
Aleksey Kladov 9349353e04 Fix overflow panic in convert_interger_literal assist
This also seizes the opportunity to move integer literal parsing to
the syntax crate, were it logically belongs.

Note though that this is still done in an ad hoc manner -- we probably
should split kitchen sink ast::Literal into a separate APIs for
strings, ints, etc
2020-11-03 19:57:57 +01:00
..
generated ⬆️ crates 2020-08-27 19:06:00 +02:00
edit.rs Minor clippy performance suggestions 2020-09-30 15:22:49 -04:00
expr_ext.rs Fix overflow panic in convert_interger_literal assist 2020-11-03 19:57:57 +01:00
generated.rs Deny unreachable-pub 2020-11-02 14:07:08 +01:00
make.rs Properly qualify trait methods in qualify_path assist 2020-10-15 18:31:33 +02:00
node_ext.rs correct hover for items with doc attribute with raw strings 2020-10-23 19:36:30 -07:00
token_ext.rs Rename ra_syntax -> syntax 2020-08-12 18:30:53 +02:00
traits.rs Rename ra_syntax -> syntax 2020-08-12 18:30:53 +02:00