aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Remove insta for ra_hir_defAleksey Kladov2020-07-171-1/+0
|
* Add a license field to all the cratesYuki Okushi2020-07-141-0/+1
|
* Rewrite item_tree tests to expectAleksey Kladov2020-07-111-0/+1
| | | | insta review wouldn't update the test, so ...
* lower traitsJonas Schievink2020-06-241-0/+1
|
* ImportMap: use IndexMap internallyJonas Schievink2020-06-101-0/+1
| | | | | It iterates in insertion order, which makes the ordering more predictable.
* Add an FST index to `ImportMap`Jonas Schievink2020-06-101-0/+2
|
* insta 0.16kjeremy2020-04-141-1/+1
|
* Nice string formattingAleksey Kladov2020-03-281-0/+2
|
* Updates insta to 0.15.0 and bumps console to 0.10.0kjeremy2020-03-091-1/+1
|
* Remove unused dependenciesShotaro Yamada2020-02-271-1/+0
|
* Update versionsKirill Bulatov2020-02-181-6/+6
|
* Implement slice pattern AST > HIR loweringJonas Platte2020-02-111-0/+1
|
* Update cratesJeremy Kolb2020-01-261-1/+1
|
* Add local functions to bodiesAleksey Kladov2019-12-201-0/+1
|
* DynMapAleksey Kladov2019-12-061-0/+1
| | | | | This might, or might not help us to reduce boilerplate associated with plumbing values from analysis to the IDE layer
* Replace `ra_hir_expand::either` with crateice10002019-12-031-0/+1
|
* Disable doctestsAleksey Kladov2019-11-171-0/+3
|
* Reexport relative_path from ra_dbAleksey Kladov2019-11-031-2/+0
|
* move crate_def_map tests to hir_defAleksey Kladov2019-11-031-0/+4
|
* move raw_items to hir_defAleksey Kladov2019-10-301-0/+7
|
* Move ids to hir_def crateAleksey Kladov2019-10-301-0/+1
|
* introduce ra_hir_defAleksey Kladov2019-10-301-0/+13
|
* rename hir_def -> hir_expandAleksey Kladov2019-10-291-15/+0
|
* move expansion-related code to a separate crateAleksey Kladov2019-10-291-0/+5
|
* start ra_hir_def crateAleksey Kladov2019-10-291-0/+10