Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | ||||||
* | | migrate ra_lsp_server to new rowan | Aleksey Kladov | 2019-01-08 | 1 | -1/+1 | |
| | | ||||||
* | | migrate ra_analysis to new rowan | Aleksey Kladov | 2019-01-08 | 12 | -78/+67 | |
| | | ||||||
* | | migrate ra_hir to rowan 2.0 | Aleksey Kladov | 2019-01-08 | 19 | -192/+233 | |
| | | ||||||
* | | migrate ra_cli to new rowan | Aleksey Kladov | 2019-01-08 | 1 | -5/+5 | |
| | | ||||||
* | | migrate ra_db to new rowan | Aleksey Kladov | 2019-01-08 | 3 | -11/+20 | |
| | | ||||||
* | | migrate ra_editor to rowan 0.2 | Aleksey Kladov | 2019-01-08 | 11 | -96/+83 | |
| | | ||||||
* | | wrap TreePtr | Aleksey Kladov | 2019-01-08 | 1 | -7/+45 | |
| | | ||||||
* | | regenerate | Aleksey Kladov | 2019-01-08 | 1 | -3052/+1791 | |
| | | ||||||
* | | switch ra_syntax to new rowan API | Aleksey Kladov | 2019-01-08 | 15 | -327/+266 | |
| | | ||||||
* | | update rowan | Aleksey Kladov | 2019-01-08 | 1 | -1/+1 | |
| | | ||||||
* | | Process explicit type hints for str, bool and char | Marcus Klaas de Vries | 2019-01-07 | 4 | -5/+18 | |
| | | ||||||
* | | Tidy up binary operator type inference; add test file | Marcus Klaas de Vries | 2019-01-07 | 2 | -44/+87 | |
| | | ||||||
* | | Implement type inference for more binary operators | Marcus Klaas de Vries | 2019-01-07 | 4 | -49/+84 | |
| | | | | | | | | | | Mostly just for primitive numeric types such as u32 and f64. Not yet a general solution using trait resolution. | |||||
* | | Add remaining binary operations to AST | Marcus Klaas de Vries | 2019-01-07 | 4 | -1/+73 | |
|/ | ||||||
* | Implement autoderef for field accesses | Florian Diebold | 2019-01-07 | 6 | -43/+185 | |
| | ||||||
* | Merge #442 | bors[bot] | 2019-01-07 | 6 | -57/+225 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | 442: WIP: indent on typing dot r=matklad a=simonvandel Fixes #439. The unit test passes, but I can't seem to make VS code perform the action. The existing action on "=" doesn't work either on my end either though. I didn't add any smart way of detecting the current indent level. Any ideas how I would do that? Co-authored-by: Simon Vandel Sillesen <[email protected]> | |||||
| * | my formatting tool locally messes things up | Simon Vandel Sillesen | 2019-01-07 | 1 | -1/+1 | |
| | | ||||||
| * | fix nits | Simon Vandel Sillesen | 2019-01-07 | 1 | -10/+8 | |
| | | ||||||
| * | formatting | Simon Vandel Sillesen | 2019-01-06 | 1 | -1/+1 | |
| | | ||||||
| * | fix tests | Simon Vandel Sillesen | 2019-01-06 | 1 | -10/+72 | |
| | |