Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -7/+15 |
| | |||||
* | Use Crate instead of CrateId | Aleksey Kladov | 2019-01-30 | 1 | -5/+6 |
| | |||||
* | Fix bad rebase and rustfmt | Erlend Tobiassen | 2019-01-27 | 1 | -1/+1 |
| | |||||
* | fix #668 | Erlend Tobiassen | 2019-01-27 | 1 | -1/+3 |
| | |||||
* | remove Option<SourceFileItemId> hack | Aleksey Kladov | 2019-01-26 | 1 | -44/+55 |
| | |||||
* | remove dead code | Aleksey Kladov | 2019-01-25 | 1 | -20/+5 |
| | |||||
* | Change ids strategy | Aleksey Kladov | 2019-01-24 | 1 | -21/+15 |
| | | | | | | | this is a part of larghish hir refactoring which aims to * replace per-source-root module trees with per crate trees * switch from a monotyped DedId to type-specific ids | ||||
* | refactor | Aleksey Kladov | 2019-01-23 | 1 | -98/+81 |
| | |||||
* | simiplify | Aleksey Kladov | 2019-01-23 | 1 | -24/+20 |
| | |||||
* | better names | Aleksey Kladov | 2019-01-23 | 1 | -14/+13 |
| | |||||
* | generalize marking infrastructure | Aleksey Kladov | 2019-01-23 | 1 | -0/+1 |
| | |||||
* | remove Cancelable from module_tree_query | Aleksey Kladov | 2019-01-15 | 1 | -17/+14 |
| | |||||
* | check_canceled does not return Result | Aleksey Kladov | 2019-01-15 | 1 | -2/+2 |
| | |||||
* | rename TreePtr -> TreeArc | Aleksey Kladov | 2019-01-11 | 1 | -3/+3 |
| | | | | This is much clearer about the semantics | ||||
* | introduce marking infrastructure for maintainable tests | Aleksey Kladov | 2019-01-10 | 1 | -1/+5 |
| | | | | This also fixes a particular edge case in name resolution. | ||||
* | Fix typos in ARCHITECTURE.md and a number of crates | Marcus Klaas de Vries | 2019-01-09 | 1 | -2/+2 |
| | | | | 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 | -23/+17 |
| | |||||
* | kill module source | Aleksey Kladov | 2019-01-06 | 1 | -143/+102 |
| | |||||
* | move submodule computationt to module_tree | Aleksey Kladov | 2019-01-06 | 1 | -0/+34 |
| | |||||
* | flatten module structure | Aleksey Kladov | 2019-01-06 | 1 | -0/+375 |