Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #457 | bors[bot] | 2019-01-08 | 6 | -40/+23 |
|\ | | | | | | | | | | | | | | | 457: switch interner to use arena r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | switch interner to use arena | Aleksey Kladov | 2019-01-08 | 6 | -40/+23 |
|/ | |||||
* | Merge #456 | bors[bot] | 2019-01-08 | 5 | -124/+131 |
|\ | | | | | | | | | | | | | | | 456: Move adt to code_model_api r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | 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 |
| | | |||||
* | | Merge #454 | bors[bot] | 2019-01-08 | 5 | -14/+129 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 454: If-let to match r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | 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 |
|/ / | |||||
* | | Merge #453 | bors[bot] | 2019-01-08 | 12 | -59/+34 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 453: itroduce trait for ast tokens r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | itroduce trait for ast tokens | Aleksey Kladov | 2019-01-08 | 12 | -59/+34 |
|/ / | |||||
* | | Merge #449 | bors[bot] | 2019-01-08 | 61 | -3762/+2504 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 449: switch to new rowan API r=matklad a=matklad closes https://github.com/rust-analyzer/rust-analyzer/issues/448 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | switched to published version of rowan | Aleksey Kladov | 2019-01-08 | 2 | -4/+3 |
| | | | |||||
| * | | 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 | 20 | -197/+238 |
| | | | |||||
| * | | 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 | 2 | -16/+54 |
| | | | |||||
| * | | 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 | 3 | -5/+6 |
|/ / | |||||
* | | Merge #452 | bors[bot] | 2019-01-07 | 4 | -5/+18 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 452: Process explicit type hints for str, bool and char r=flodiebold a=marcusklaas Co-authored-by: Marcus Klaas de Vries <[email protected]> | ||||
| * | | Process explicit type hints for str, bool and char | Marcus Klaas de Vries | 2019-01-07 | 4 | -5/+18 |
| | | | |||||
* | | | Merge #451 | bors[bot] | 2019-01-07 | 7 | -50/+200 |
|\| | | |/ |/| | | | | | | | | | | | | | | | 451: More type inference for more binary expressions r=flodiebold a=marcusklaas Implements more of https://github.com/rust-analyzer/rust-analyzer/issues/390. Just works for primitive (numeric) types for now. Found an issue where `let x: Ty = expr;` doesn't actually propagate the type information unless `Ty` is primitive and numeric. I'll open an issue for this. Co-authored-by: Marcus Klaas de Vries <[email protected]> | ||||
| * | 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 |
|/ | |||||
* | Merge #450 | bors[bot] | 2019-01-07 | 6 | -43/+185 |
|\ | | | | | | | | | | | | | | | 450: Implement autoderef for field accesses r=matklad a=flodiebold Which means we now get completion for fields e.g. in `&self` methods :) Co-authored-by: Florian Diebold <[email protected]> | ||||
| * | 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 |
| | | |||||
| * | add more tests | Simon Vandel Sillesen | 2019-01-06 | 1 | -1/+54 |
| | | |||||
| * | add "." as a trigger char on type formatting | Simon Vandel Sillesen | 2019-01-06 | 1 | -1/+1 |
| | | |||||
| * | refactor | Simon Vandel Sillesen | 2019-01-06 | 2 | -35/+26 |
| | | |||||
| * | format code | Simon Vandel Sillesen | 2019-01-06 | 1 | -1/+1 |
| | | |||||
| * | rename unused variable | Simon Vandel Sillesen | 2019-01-06 | 1 | -1/+1 |
| | | |||||
| * | indent on typing dot. fixes #439 | Simon Vandel Sillesen | 2019-01-05 | 4 | -39/+103 |
| | | |||||
* | | Merge #446 | bors[bot] | 2019-01-07 | 15 | -426/+459 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 446: Use HIR Expr for type inference r=flodiebold a=flodiebold Now we can reuse the type inference inside a function when typing whitespace etc. :) The order of the lines in the type tests changed a bit, which I'm not sure why, but there are no actual changes in the inference results. Co-authored-by: Florian Diebold <[email protected]> | ||||
| * | | if let -> match | Florian Diebold | 2019-01-07 | 1 | -8/+6 |
| | | |