aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/mock_analysis.rs
Commit message (Collapse)AuthorAgeFilesLines
* rename ra_ide_api -> ra_ideAleksey Kladov2019-11-271-149/+0
|
* Add support for environment to CrateGraphAleksey Kladov2019-11-221-3/+9
|
* Reexport relative_path from ra_dbAleksey Kladov2019-11-031-1/+1
|
* Refactor CfgOptions insideuHOOCCOOHu2019-10-021-1/+0
|
* Enable CfgOptions `test` for workspace cratesuHOOCCOOHu2019-10-021-2/+5
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* Fix clippy::redundant_cloneShotaro Yamada2019-07-051-2/+2
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-1/+4
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* remove ignored macro testsAleksey Kladov2019-02-191-1/+1
| | | | | we need to significantly reengineer macros, so the tests as they exist are useless
* Keep track of crate editionFlorian Diebold2019-02-131-3/+3
|
* Fix some typosPascal Hertleif2019-02-121-1/+1
|
* reformat the worldAleksey Kladov2019-02-081-7/+2
|
* Make it possible to have multiple crate in a mock analysis fixtureFlorian Diebold2019-02-041-2/+10
|
* remove dead codeAleksey Kladov2019-01-271-4/+2
|
* fix usages after renameAleksey Kladov2019-01-081-0/+135