Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | assign DefIds when lowering | Aleksey Kladov | 2019-01-23 | 1 | -18/+2 |
| | |||||
* | fix completion bugs | gfreezy | 2019-01-23 | 1 | -2/+7 |
| | |||||
* | Add AST/HIR for type args in path segments | Florian Diebold | 2019-01-19 | 1 | -12/+12 |
| | |||||
* | rename LoweredImport -> ImportId | Aleksey Kladov | 2019-01-19 | 1 | -3/+3 |
| | |||||
* | switched to lowerd module | Aleksey Kladov | 2019-01-19 | 1 | -20/+24 |
| | |||||
* | move input module items to the lower module | Aleksey Kladov | 2019-01-19 | 1 | -147/+6 |
| | |||||
* | remove Cancelable from nameres | Aleksey Kladov | 2019-01-15 | 1 | -24/+18 |
| | |||||
* | remove Cancelable from Crate API | Aleksey Kladov | 2019-01-15 | 1 | -2/+2 |
| | |||||
* | check_canceled does not return Result | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | Fix typos in ARCHITECTURE.md and a number of crates | Marcus Klaas de Vries | 2019-01-09 | 1 | -12/+12 |
| | | | | specifically: gen_lsp_server, ra_arena, ra_cli, ra_db, ra_hir | ||||
* | Fix name resolution across source roots | Florian Diebold | 2019-01-08 | 1 | -7/+41 |
| | | | | It was using the wrong name in that case. | ||||
* | Merge #455 | bors[bot] | 2019-01-08 | 1 | -15/+32 |
|\ | | | | | | | | | | | | | | | 455: Import fixpoint loop for name resolution r=matklad a=flodiebold This implements reexports, so only the glob import part of #231 remains. Co-authored-by: Florian Diebold <[email protected]> | ||||
| * | Import fixpoint loop for name resolution | Florian Diebold | 2019-01-08 | 1 | -15/+32 |
| | | |||||
* | | migrate ra_hir to rowan 2.0 | Aleksey Kladov | 2019-01-08 | 1 | -17/+17 |
|/ | |||||
* | kill module source | Aleksey Kladov | 2019-01-06 | 1 | -2/+2 |
| | |||||
* | flatten module structure | Aleksey Kladov | 2019-01-06 | 1 | -0/+509 |