Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make token trees eq | Aleksey Kladov | 2019-02-12 | 1 | -1/+1 |
| | |||||
* | remove hard-coded query-group macro | Aleksey Kladov | 2019-02-11 | 1 | -24/+2 |
| | |||||
* | remove useless hash | Aleksey Kladov | 2019-02-11 | 1 | -1/+1 |
| | |||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -17/+5 |
| | |||||
* | split HirDatabase api | csmoe | 2019-02-01 | 1 | -2/+2 |
| | |||||
* | remove hard-coded support for ctry macro | Aleksey Kladov | 2019-02-01 | 1 | -29/+1 |
| | | | | | It was used mainly to prevent HirFileId infra from bitroting, but the `vec![]` macro can serve that just as well! | ||||
* | move test | Aleksey Kladov | 2019-01-31 | 1 | -114/+0 |
| | |||||
* | split macros across crates | Aleksey Kladov | 2019-01-31 | 1 | -1/+0 |
| | |||||
* | preserve token spacing | Aleksey Kladov | 2019-01-31 | 1 | -15/+29 |
| | |||||
* | first test sort-of passes | Aleksey Kladov | 2019-01-31 | 1 | -6/+25 |
| | |||||
* | move macros to a separate crate | Aleksey Kladov | 2019-01-31 | 1 | -5/+1 |
| | |||||
* | parses simple macro | Aleksey Kladov | 2019-01-31 | 1 | -2/+2 |
| | |||||
* | handle multibyte tokens | Aleksey Kladov | 2019-01-31 | 1 | -20/+25 |
| | |||||
* | debug impls | Aleksey Kladov | 2019-01-31 | 1 | -0/+26 |
| | |||||
* | convert punts and literals | Aleksey Kladov | 2019-01-31 | 1 | -2/+14 |
| | |||||
* | start tt convertions boilerplate | Aleksey Kladov | 2019-01-31 | 1 | -2/+36 |
| | |||||
* | add conversion boilerplate | Aleksey Kladov | 2019-01-31 | 1 | -0/+4 |
| | |||||
* | add macro by example ide | Aleksey Kladov | 2019-01-31 | 1 | -0/+2 |
| | |||||
* | shorten name :-) | Aleksey Kladov | 2019-01-31 | 1 | -1/+1 |
| | |||||
* | start token tree module | Aleksey Kladov | 2019-01-31 | 1 | -0/+3 |
| | |||||
* | move SyntaxPtr to ra_syntax | Aleksey Kladov | 2019-01-23 | 1 | -7/+6 |
| | |||||
* | rename TreePtr -> TreeArc | Aleksey Kladov | 2019-01-11 | 1 | -3/+3 |
| | | | | This is much clearer about the semantics | ||||
* | Fix typos in ARCHITECTURE.md and a number of crates | Marcus Klaas de Vries | 2019-01-09 | 1 | -3/+3 |
| | | | | specifically: gen_lsp_server, ra_arena, ra_cli, ra_db, ra_hir | ||||
* | migrate ra_hir to rowan 2.0 | Aleksey Kladov | 2019-01-08 | 1 | -11/+10 |
| | |||||
* | hardcode vec macro | Aleksey Kladov | 2019-01-03 | 1 | -0/+18 |
| | |||||
* | comments | Aleksey Kladov | 2019-01-02 | 1 | -12/+31 |
| | |||||
* | move macro id to ids | Aleksey Kladov | 2019-01-01 | 1 | -34/+2 |
| | |||||
* | move more stuff to ids | Aleksey Kladov | 2019-01-01 | 1 | -2/+2 |
| | |||||
* | use MFile | Aleksey Kladov | 2019-01-01 | 1 | -1/+3 |
| | |||||
* | work towards brining macros to nameres | Aleksey Kladov | 2019-01-01 | 1 | -3/+3 |
| | |||||
* | hard-code expansion of query_group | Aleksey Kladov | 2019-01-01 | 1 | -7/+37 |
| | |||||
* | rename | Aleksey Kladov | 2019-01-01 | 1 | -10/+10 |
| | |||||
* | move more macros to hir | Aleksey Kladov | 2019-01-01 | 1 | -41/+105 |
| | |||||
* | use macros database in analysis | Aleksey Kladov | 2019-01-01 | 1 | -6/+47 |
| | |||||
* | introduce MacrosDatabase | Aleksey Kladov | 2019-01-01 | 1 | -0/+57 |