aboutsummaryrefslogtreecommitdiff
path: root/crates/base_db/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Move ide::AnalysisChange -> base_db::ChangeAleksey Kladov2020-10-022-0/+99
| | | | | | This seems like a better factoring logically; ideally, clients shouldn't touch `set_` methods of the database directly. Additionally, I think this should remove the unfortunate duplication in fixture code.
* Move most of the logic into the completion moduleKirill Bulatov2020-09-092-83/+9
|
* Finally cretae the mod completion moduleKirill Bulatov2020-09-091-1/+1
|
* Move rust-related logic from vfs to base_db levelKirill Bulatov2020-09-091-1/+69
|
* Properly handle special cases (binaries, mod.rs)Kirill Bulatov2020-09-091-23/+1
|
* Exclude special filesKirill Bulatov2020-09-091-0/+5
|
* Small refactoringKirill Bulatov2020-09-091-21/+15
|
* Happy path implementedKirill Bulatov2020-09-091-4/+12
|
* Properly use FileSet APIKirill Bulatov2020-09-091-10/+8
|
* Better APIKirill Bulatov2020-09-091-3/+20
|
* First steps for mod<|> completionKirill Bulatov2020-09-091-2/+14
|
* Rename ra_ide -> ideAleksey Kladov2020-08-131-1/+1
|
* Rename ra_db -> base_dbAleksey Kladov2020-08-134-0/+896