Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove insta for ra_hir_def | Aleksey Kladov | 2020-07-17 | 1 | -1/+0 |
| | |||||
* | Add a license field to all the crates | Yuki Okushi | 2020-07-14 | 1 | -0/+1 |
| | |||||
* | Rewrite item_tree tests to expect | Aleksey Kladov | 2020-07-11 | 1 | -0/+1 |
| | | | | insta review wouldn't update the test, so ... | ||||
* | lower traits | Jonas Schievink | 2020-06-24 | 1 | -0/+1 |
| | |||||
* | ImportMap: use IndexMap internally | Jonas Schievink | 2020-06-10 | 1 | -0/+1 |
| | | | | | It iterates in insertion order, which makes the ordering more predictable. | ||||
* | Add an FST index to `ImportMap` | Jonas Schievink | 2020-06-10 | 1 | -0/+2 |
| | |||||
* | insta 0.16 | kjeremy | 2020-04-14 | 1 | -1/+1 |
| | |||||
* | Nice string formatting | Aleksey Kladov | 2020-03-28 | 1 | -0/+2 |
| | |||||
* | Updates insta to 0.15.0 and bumps console to 0.10.0 | kjeremy | 2020-03-09 | 1 | -1/+1 |
| | |||||
* | Remove unused dependencies | Shotaro Yamada | 2020-02-27 | 1 | -1/+0 |
| | |||||
* | Update versions | Kirill Bulatov | 2020-02-18 | 1 | -6/+6 |
| | |||||
* | Implement slice pattern AST > HIR lowering | Jonas Platte | 2020-02-11 | 1 | -0/+1 |
| | |||||
* | Update crates | Jeremy Kolb | 2020-01-26 | 1 | -1/+1 |
| | |||||
* | Add local functions to bodies | Aleksey Kladov | 2019-12-20 | 1 | -0/+1 |
| | |||||
* | DynMap | Aleksey Kladov | 2019-12-06 | 1 | -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 crate | ice1000 | 2019-12-03 | 1 | -0/+1 |
| | |||||
* | Disable doctests | Aleksey Kladov | 2019-11-17 | 1 | -0/+3 |
| | |||||
* | Reexport relative_path from ra_db | Aleksey Kladov | 2019-11-03 | 1 | -2/+0 |
| | |||||
* | move crate_def_map tests to hir_def | Aleksey Kladov | 2019-11-03 | 1 | -0/+4 |
| | |||||
* | move raw_items to hir_def | Aleksey Kladov | 2019-10-30 | 1 | -0/+7 |
| | |||||
* | Move ids to hir_def crate | Aleksey Kladov | 2019-10-30 | 1 | -0/+1 |
| | |||||
* | introduce ra_hir_def | Aleksey Kladov | 2019-10-30 | 1 | -0/+13 |
| | |||||
* | rename hir_def -> hir_expand | Aleksey Kladov | 2019-10-29 | 1 | -15/+0 |
| | |||||
* | move expansion-related code to a separate crate | Aleksey Kladov | 2019-10-29 | 1 | -0/+5 |
| | |||||
* | start ra_hir_def crate | Aleksey Kladov | 2019-10-29 | 1 | -0/+10 |