aboutsummaryrefslogtreecommitdiff
path: root/crates/base_db/src/fixture.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add some more error messages to fixture failure casesLukas Wirth2021-04-171-2/+2
|
* Add an error message to fixture errorsYoshua Wuyts2021-04-171-1/+3
|
* Adjust fixture docs a bitKirill Bulatov2021-04-061-59/+1
|
* avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger2021-03-171-1/+1
| | | | example: let x: String = String::from("hello world").into();
* Add new_source_root meta to test fixturesLukas Wirth2021-03-161-2/+10
|
* Make more common assist easier to uesAleksey Kladov2021-02-221-1/+10
|
* Better fixture highlightAleksey Kladov2021-01-071-5/+11
|
* More type safety around namesAleksey Kladov2020-10-201-2/+2
|
* Fix the hover dash issuesKirill Bulatov2020-10-021-3/+3
|
* Add a dash testKirill Bulatov2020-10-021-2/+2
|
* Get rid of MockAnalysisAleksey Kladov2020-10-021-6/+8
|
* Rewrite fixtures on top of ChangeAleksey Kladov2020-10-021-83/+90
|
* Rename ra_db -> base_dbAleksey Kladov2020-08-131-0/+228