Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test for check doc strings in crates. | Alexander Andreev | 2019-09-30 | 1 | -0/+2 |
| | | | | #1856 | ||||
* | cleanup hir db imports | Aleksey Kladov | 2019-09-08 | 1 | -1/+1 |
| | |||||
* | migrate ra_hir to the new rowan | Aleksey Kladov | 2019-07-19 | 1 | -9/+9 |
| | |||||
* | use more correct phantom types for ptrs | Aleksey Kladov | 2019-07-18 | 1 | -1/+1 |
| | |||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -4/+8 |
| | | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway | ||||
* | add AstDatabase | Aleksey Kladov | 2019-06-02 | 1 | -4/+4 |
| | |||||
* | expand to syntax node | Aleksey Kladov | 2019-05-14 | 1 | -5/+9 |
| | |||||
* | make AstId untyped | Aleksey Kladov | 2019-05-13 | 1 | -5/+6 |
| | |||||
* | Revert "eagarly clean astd maps" | Aleksey Kladov | 2019-05-04 | 1 | -1/+1 |
| | | | | | | This reverts commit 6c63a59425e256ce46d058807b64149297231982. This causes massive slowdowns: looks like we accidentally have some source-depndent | ||||
* | eagarly clean astd maps | Aleksey Kladov | 2019-05-04 | 1 | -1/+1 |
| | |||||
* | rename | Aleksey Kladov | 2019-03-26 | 1 | -33/+21 |
| | |||||
* | simplify | Aleksey Kladov | 2019-03-26 | 1 | -17/+16 |
| | |||||
* | make stuff private | Aleksey Kladov | 2019-03-26 | 1 | -26/+14 |
| | |||||
* | more type safety | Aleksey Kladov | 2019-03-26 | 1 | -13/+27 |
| | |||||
* | strongy-typed ids for macros | Aleksey Kladov | 2019-03-26 | 1 | -2/+2 |
| | |||||
* | add typed ids | Aleksey Kladov | 2019-03-26 | 1 | -1/+49 |
| | |||||
* | simplify | Aleksey Kladov | 2019-03-26 | 1 | -1/+1 |
| | |||||
* | move source_id to a separate file | Aleksey Kladov | 2019-03-26 | 1 | -0/+113 |