Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use unwinding for cancelation | Aleksey Kladov | 2019-01-10 | 4 | -23/+46 |
| | |||||
* | unwind on cancel | Aleksey Kladov | 2019-01-09 | 1 | -6/+16 |
| | |||||
* | nicer trailing comma handling in types | Aleksey Kladov | 2019-01-09 | 4 | -11/+16 |
| | |||||
* | Merge #473 | bors[bot] | 2019-01-09 | 27 | -89/+149 |
|\ | | | | | | | | | | | | | | | 473: Partial typo fix r=matklad a=marcusklaas This fixes some typos. Mostly in documentation, but also some code is affected (`defenition` was used in a few method names). Co-authored-by: Marcus Klaas de Vries <[email protected]> | ||||
| * | Fix typos in ARCHITECTURE.md and a number of crates | Marcus Klaas de Vries | 2019-01-09 | 22 | -68/+128 |
| | | | | | | | | specifically: gen_lsp_server, ra_arena, ra_cli, ra_db, ra_hir | ||||
| * | Fix typo defenition -> definition | Marcus Klaas de Vries | 2019-01-08 | 8 | -21/+21 |
| | | |||||
* | | fuzz-lockfile | Aleksey Kladov | 2019-01-08 | 1 | -32/+9 |
| | | |||||
* | | more stable DefIds via bfs tree walking | Aleksey Kladov | 2019-01-08 | 2 | -7/+31 |
| | | |||||
* | | one more invalidation test | Aleksey Kladov | 2019-01-08 | 1 | -1/+32 |
| | | |||||
* | | fix test naming | Aleksey Kladov | 2019-01-08 | 1 | -22/+22 |
| | | |||||
* | | remove duplication in tests | Aleksey Kladov | 2019-01-08 | 1 | -55/+33 |
|/ | |||||
* | fix the docs | Aleksey Kladov | 2019-01-08 | 2 | -3/+9 |
| | |||||
* | fix usages after rename | Aleksey Kladov | 2019-01-08 | 29 | -9/+4258 |
| | |||||
* | rename ra_analysis -> ra_ide_api | Aleksey Kladov | 2019-01-08 | 23 | -4249/+0 |
| | |||||
* | fix usages after rename | Aleksey Kladov | 2019-01-08 | 9 | -21/+28 |
| | |||||
* | rename ra_editor -> ra_ide_api_light | Aleksey Kladov | 2019-01-08 | 18 | -0/+0 |
| | |||||
* | kill text utils | Aleksey Kladov | 2019-01-08 | 4 | -19/+13 |
| | |||||
* | upstream text-utils to text_unit | Aleksey Kladov | 2019-01-08 | 9 | -37/+13 |
| | |||||
* | ra_db is independent from editor | Aleksey Kladov | 2019-01-08 | 6 | -22/+27 |
| | |||||
* | add comment | Aleksey Kladov | 2019-01-08 | 1 | -0/+9 |
| | |||||
* | ra_hir does not depend on ra_editor | Aleksey Kladov | 2019-01-08 | 1 | -1/+0 |
| | |||||
* | move node at offset to aglo already | Aleksey Kladov | 2019-01-08 | 11 | -22/+19 |
| | |||||
* | dont depend on ra_editor directly | Aleksey Kladov | 2019-01-08 | 3 | -3/+5 |
| | |||||
* | move function to code_model_api | Aleksey Kladov | 2019-01-08 | 9 | -144/+153 |
| | |||||
* | switch to newer cargo-metadata | Aleksey Kladov | 2019-01-08 | 1 | -12/+9 |
| | |||||
* | simplify | Aleksey Kladov | 2019-01-08 | 1 | -33/+33 |
| | |||||
* | simplify | Aleksey Kladov | 2019-01-08 | 1 | -43/+37 |
| | |||||
* | kill FnSignatureInfo | Aleksey Kladov | 2019-01-08 | 1 | -35/+11 |
| | |||||
* | remove FnSignatureInfo from hir | Aleksey Kladov | 2019-01-08 | 4 | -137/+115 |
| | |||||
* | move tests | Aleksey Kladov | 2019-01-08 | 2 | -260/+250 |
| | |||||
* | introduce CallInfo | Aleksey Kladov | 2019-01-08 | 3 | -23/+33 |
| | |||||
* | move call-info to a separate file | Aleksey Kladov | 2019-01-08 | 3 | -118/+130 |
| | |||||
* | Fix name resolution across source roots | Florian Diebold | 2019-01-08 | 3 | -19/+173 |
| | | | | It was using the wrong name in that case. | ||||
* | Fix use tree desugaring | Florian Diebold | 2019-01-08 | 2 | -1/+30 |
| | |||||
* | Merge #458 | bors[bot] | 2019-01-08 | 4 | -9/+13 |
|\ | | | | | | | | | | | | | | | 458: dont reexport module id r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | dont reexport module id | Aleksey Kladov | 2019-01-08 | 4 | -9/+13 |
| | | |||||
* | | use real signature in completion | Aleksey Kladov | 2019-01-08 | 1 | -6/+4 |
| | | |||||
* | | switch interner to use arena | Aleksey Kladov | 2019-01-08 | 5 | -40/+22 |
|/ | |||||
* | minimize visibility | Aleksey Kladov | 2019-01-08 | 1 | -1/+1 |
| | |||||
* | move query impls to adt | Aleksey Kladov | 2019-01-08 | 3 | -25/+31 |
| | |||||
* | move variant public api to api | Aleksey Kladov | 2019-01-08 | 2 | -34/+28 |
| | |||||
* | move variants to API | Aleksey Kladov | 2019-01-08 | 3 | -29/+34 |
| | |||||
* | minor | Aleksey Kladov | 2019-01-08 | 1 | -4/+4 |
| | |||||
* | move enum to code_model_api | Aleksey Kladov | 2019-01-08 | 3 | -29/+26 |
| | |||||
* | move stuct to code_model_api | Aleksey Kladov | 2019-01-08 | 3 | -22/+27 |
| | |||||
* | Merge #455 | bors[bot] | 2019-01-08 | 2 | -16/+62 |
|\ | | | | | | | | | | | | | | | 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 | 2 | -16/+62 |
| | | |||||
* | | convert some if-lets to match | Aleksey Kladov | 2019-01-08 | 1 | -12/+9 |
| | | |||||
* | | assist to convert if-let to match | Aleksey Kladov | 2019-01-08 | 4 | -2/+120 |
| | | |||||
* | | itroduce trait for ast tokens | Aleksey Kladov | 2019-01-08 | 12 | -59/+34 |
| | |