aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/mock.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename MockDatabase -> TestDBAleksey Kladov2019-11-041-134/+0
* remove dead codeAleksey Kladov2019-11-041-26/+7
* Remove more duplication in test fixturesAleksey Kladov2019-11-041-46/+2
* Remove some duplicated test functionsAleksey Kladov2019-11-041-81/+16
* Use new text DSL instead of crate_graph! macroAleksey Kladov2019-11-041-68/+0
* Reexport relative_path from ra_dbAleksey Kladov2019-11-031-2/+1
* Move diagnostics to hir_expandAleksey Kladov2019-11-021-1/+2
* fix compilationAleksey Kladov2019-10-301-1/+1
* move raw_items to hir_defAleksey Kladov2019-10-301-0/+1
* Prepare SourceDatabase API for lazy file loadingAleksey Kladov2019-10-141-3/+20
* macro DSL for cfg in testsAleksey Kladov2019-10-081-2/+17
* Enable CfgOptions `test` for workspace cratesuHOOCCOOHu2019-10-021-7/+16
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
* introduce FromSource traitEkaterina Babshukova2019-09-191-1/+5
* introduce hir debugging infraAleksey Kladov2019-09-091-2/+23
* make source_root API more abstractAleksey Kladov2019-09-061-1/+1
* :arrow_up: instaAleksey Kladov2019-08-291-1/+1
* Some clippy fixes for 1.36Jeremy Kolb2019-07-041-1/+1
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-4/+3
* make sure that CrateDefMap is independent from syntaxAleksey Kladov2019-06-261-0/+1
* add AstDatabaseAleksey Kladov2019-06-021-1/+6
* fix odrer-of-iteration bug in testsAleksey Kladov2019-05-211-3/+3
* migrate to salsas interningAleksey Kladov2019-04-091-10/+1
* tweak diagnostics APIAleksey Kladov2019-03-251-4/+2
* test diagnosticsAleksey Kladov2019-03-251-1/+19
* rename persistent hir database -> def databaseAleksey Kladov2019-03-231-5/+1
* Make edition handling a bit nicer and allow specifying edition in crate_graph...Florian Diebold2019-02-131-6/+9
* Keep track of crate editionFlorian Diebold2019-02-131-2/+3
* add graph fixtureAleksey Kladov2019-02-111-0/+35
* Handle SourceRoots automatically in fixturesAleksey Kladov2019-02-111-27/+55
* reformat the worldAleksey Kladov2019-02-081-4/+1
* move assists to a separate crateAleksey Kladov2019-02-061-6/+6
* make HirDatabase object-safeAleksey Kladov2019-02-031-3/+1
* split HirDatabase apicsmoe2019-02-011-1/+5
* rename FilesDatabase -> SourceDatabaseAleksey Kladov2019-01-261-2/+2
* move ide queries to ide dbAleksey Kladov2019-01-261-2/+0
* fold syntax database into files databaseAleksey Kladov2019-01-261-7/+3
* :arrow_up: salsaAleksey Kladov2019-01-251-2/+6
* use set methodsAleksey Kladov2019-01-251-23/+10
* :arrow_up salsaAleksey Kladov2019-01-251-45/+5
* pack enum variants into arenaAleksey Kladov2019-01-251-1/+0
* Change ids strategyAleksey Kladov2019-01-241-4/+9
* encapsulate hir locationsAleksey Kladov2019-01-241-19/+8
* Generics -> GenericParamsFlorian Diebold2019-01-191-1/+1
* Implement beginnings of genericsFlorian Diebold2019-01-191-0/+1
* fix the testAleksey Kladov2019-01-191-1/+3
* :arrow_up: salsaAleksey Kladov2019-01-171-4/+6
* Implement basic inherent method resolutionFlorian Diebold2019-01-121-0/+1
* Implement type inference for enum variantsMarcus Klaas de Vries2019-01-101-0/+1
* implement RefUnwindSafeAleksey Kladov2019-01-101-1/+3