aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/typing.rs
Commit message (Collapse)AuthorAgeFilesLines
* some clippy::performance fixesMatthias Krüger2021-03-151-2/+1
| | | | | | | use vec![] instead of Vec::new() + push() avoid redundant clones use chars instead of &str for single char patterns in ends_with() and starts_with() allocate some Vecs with capacity to avoid unneccessary resizing
* Phase out SourceFileEdits in favour of a plain HashMapLukas Wirth2021-01-141-2/+1
|
* Group file source edits by FileIdLukas Wirth2021-01-141-3/+6
|
* Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-15/+15
|
* Re-export base_db from ide_dbIgor Aleksanov2020-10-241-1/+1
|
* Document VS Code setting needed for on-typing assistsAramis Razzaghipour2020-09-011-0/+8
|
* Rename ra_ide -> ideAleksey Kladov2020-08-131-0/+364