Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup tests | Marcus Klaas de Vries | 2019-01-14 | 1 | -1/+1 |
| | |||||
* | Fix typos in ARCHITECTURE.md and a number of crates | Marcus Klaas de Vries | 2019-01-09 | 1 | -1/+1 |
| | | | | specifically: gen_lsp_server, ra_arena, ra_cli, ra_db, ra_hir | ||||
* | itroduce trait for ast tokens | Aleksey Kladov | 2019-01-08 | 1 | -2/+2 |
| | |||||
* | migrate ra_hir to rowan 2.0 | Aleksey Kladov | 2019-01-08 | 1 | -2/+2 |
| | |||||
* | Process explicit type hints for str, bool and char | Marcus Klaas de Vries | 2019-01-07 | 1 | -0/+7 |
| | |||||
* | Add fn signature query | Florian Diebold | 2019-01-06 | 1 | -0/+4 |
| | |||||
* | Make FnScopes use hir::Expr | Florian Diebold | 2019-01-05 | 1 | -2/+8 |
| | | | | | | This was a bit complicated. I've added a wrapper type for now that does the LocalSyntaxPtr <-> ExprId translation; we might want to get rid of that or give it a nicer interface. | ||||
* | Resolve the Self type | Florian Diebold | 2019-01-04 | 1 | -1/+4 |
| | |||||
* | nameify structs&enums | Aleksey Kladov | 2018-12-28 | 1 | -4/+12 |
| | |||||
* | dont leak Name details in testing | Aleksey Kladov | 2018-12-27 | 1 | -7/+7 |
| | |||||
* | introduce known names | Aleksey Kladov | 2018-12-27 | 1 | -3/+44 |
| | |||||
* | introduce hir::Name | Aleksey Kladov | 2018-12-27 | 1 | -0/+56 |