aboutsummaryrefslogtreecommitdiff
path: root/crates/base_db/src/fixture.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move features into potential_cfg_optionsJamie Cunliffe2021-06-211-2/+3
|
* Improve completion of cfg attributesJamie Cunliffe2021-06-211-0/+2
| | | | | | | | | | | | The completion of cfg will look at the enabled cfg keys when performing completion. It will also look crate features when completing a feature cfg option. A fixed list of known values for some cfg options are provided. For unknown keys it will look at the enabled values for that cfg key, which means that completion will only show enabled options for those.
* Cleanup insert_use testsLukas Wirth2021-06-191-1/+1
|
* internal: use minicore deref moreAleksey Kladov2021-06-181-0/+4
|
* internal: introduce minicore -- a subset of libcore for testingAleksey Kladov2021-06-151-3/+28
|
* internal: move diagnostics to a new crateAleksey Kladov2021-06-141-0/+8
|
* clippy::redudant_borrowMaan20032021-06-131-1/+1
|
* simplifyLukas Wirth2021-05-281-8/+2
|
* 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