aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_db
Commit message (Expand)AuthorAgeFilesLines
* Use `dyn Trait` for working with databseAleksey Kladov2020-03-161-0/+4
* Use Display instead of a custom methodKirill Bulatov2020-03-161-2/+5
* Fix crate display name dashesKirill Bulatov2020-03-162-4/+11
* Add extern sourceEdwin Cheng2020-03-113-7/+33
* Add resolve_extern_path in DBEdwin Cheng2020-03-101-1/+17
* Add ExternSourceId and env functionsEdwin Cheng2020-03-101-0/+27
* Add fixture meta for single file fixtureEdwin Cheng2020-03-102-15/+48
* SimplifyAleksey Kladov2020-03-091-7/+1
* SimplifyAleksey Kladov2020-03-091-18/+8
* Minimize APIAleksey Kladov2020-03-091-6/+2
* Use `Index` for CrateGraphAleksey Kladov2020-03-091-7/+10
* Less abstract CrateData apiKirill Bulatov2020-03-091-33/+27
* Consider crate declaration namesKirill Bulatov2020-03-082-23/+87
* Source map returns a resultAleksey Kladov2020-03-061-2/+2
* ra_db: removed a couple of explicit lifetimesVeetaha2020-02-221-5/+2
* Update versionsKirill Bulatov2020-02-181-1/+1
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-181-1/+1
* Rename the binary to rust-analyzerAleksey Kladov2020-02-181-1/+1
* Apply the reviews suggestionsKirill Bulatov2020-02-053-17/+30
* Normalize dashes in crate namesKirill Bulatov2020-02-051-8/+33
* Remove the Default impl for SourceRootMichal Terepeta2020-01-082-7/+7
* Run rustfmt with respect to Cargo.toml editionVincent Rouillé2019-12-041-0/+9
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-1/+1
* :arrow_up: salsaAleksey Kladov2019-11-261-1/+1
* Pull macro upAleksey Kladov2019-11-241-0/+14
* ReorderAleksey Kladov2019-11-221-37/+37
* Cleanup errorsAleksey Kladov2019-11-221-18/+28
* Add support for environment to CrateGraphAleksey Kladov2019-11-223-15/+40
* Disable doctestsAleksey Kladov2019-11-171-0/+3
* Add convenience method for testingAleksey Kladov2019-11-151-2/+10
* Fix unused importMetabaron2019-11-121-1/+1
* return Error instead of panicking in from_cargo_metadataMetabaron2019-11-121-3/+8
* Implement FromStr for enum EditionMetabaron2019-11-122-6/+9
* Reexport relative_path from ra_dbAleksey Kladov2019-11-031-1/+2
* move crate_def_map tests to hir_defAleksey Kladov2019-11-032-1/+148
* Introduce ra_db::fixture fixture moduleAleksey Kladov2019-11-033-1/+43
* remove relative_path_buf workaroundAleksey Kladov2019-10-271-4/+1
* relative-path 1.0kjeremy2019-10-171-1/+1
* Prepare SourceDatabase API for lazy file loadingAleksey Kladov2019-10-142-35/+61
* reduce visibilityAleksey Kladov2019-10-111-3/+3
* remove last traces of source roots from hirAleksey Kladov2019-10-111-1/+25
* Enable CfgOptions `test` for workspace cratesuHOOCCOOHu2019-10-021-12/+16
* Introduce ra_cfg to parse and evaluate CfgExpruHOOCCOOHu2019-10-022-1/+9
* Merge branch 'master' into feature/issue/1856Alexander Andreev2019-09-301-3/+2
|\
| * replace horrible hack with a slightly less horrible oneAleksey Kladov2019-09-271-3/+2
* | Added test for check doc strings in crates.Alexander Andreev2019-09-301-7/+8
|/
* introduce hir debugging infraAleksey Kladov2019-09-091-3/+13
* make source_root API more abstractAleksey Kladov2019-09-062-5/+16
* implement durabilityAleksey Kladov2019-08-151-1/+1
* make Parse genericAleksey Kladov2019-07-181-3/+3