Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move crate to code_model_api | Aleksey Kladov | 2019-01-06 | 3 | -21/+34 |
* | Merge #441 | bors[bot] | 2019-01-06 | 20 | -254/+1150 |
|\ | |||||
| * | Add fn signature query | Florian Diebold | 2019-01-06 | 8 | -7/+86 |
| * | Various small code review improvements | Florian Diebold | 2019-01-05 | 3 | -26/+27 |
| * | Make FnScopes use hir::Expr | Florian Diebold | 2019-01-05 | 13 | -313/+533 |
| * | Add HIR Expr machinery | Florian Diebold | 2019-01-05 | 9 | -4/+542 |
| * | Add test for invalidation of inferred types when typing inside function | Florian Diebold | 2019-01-05 | 2 | -0/+58 |
* | | split_import intention correctly works with use trees | Aleksey Kladov | 2019-01-06 | 1 | -1/+13 |
|/ | |||||
* | fix tests | Aleksey Kladov | 2019-01-05 | 3 | -79/+49 |
* | show types in local variable hovers | Aleksey Kladov | 2019-01-05 | 2 | -10/+27 |
* | kill approximatelly_resolve_symbol | Aleksey Kladov | 2019-01-05 | 4 | -90/+11 |
* | inline goto_defention tests | Aleksey Kladov | 2019-01-05 | 3 | -66/+58 |
* | move goto_defenition to a separate file | Aleksey Kladov | 2019-01-05 | 3 | -11/+91 |
* | introduce separate goto_defenition | Aleksey Kladov | 2019-01-05 | 2 | -3/+9 |
* | kill accidentally added file | Aleksey Kladov | 2019-01-05 | 1 | -73/+0 |
* | move typeof to hover | Aleksey Kladov | 2019-01-05 | 3 | -18/+18 |
* | fold doc_comment into hover | Aleksey Kladov | 2019-01-05 | 3 | -109/+110 |
* | move hover implementation to ra_analysis | Aleksey Kladov | 2019-01-05 | 4 | -67/+83 |
* | wip | Aleksey Kladov | 2019-01-05 | 1 | -0/+26 |
* | Merge #414 | bors[bot] | 2019-01-05 | 1 | -2/+25 |
|\ | |||||
| * | Use both type_of and doc_text_for | Hirokazu Hata | 2019-01-05 | 1 | -14/+25 |
| * | Return type name when doc_text_for returns nothing | Hirokazu Hata | 2019-01-03 | 1 | -0/+12 |
* | | change visibility can change pub to pub(crate) | Aleksey Kladov | 2019-01-05 | 2 | -2/+48 |
* | | split import assist | Aleksey Kladov | 2019-01-05 | 4 | -0/+126 |
* | | Merge #427 | bors[bot] | 2019-01-05 | 1 | -2/+58 |
|\ \ | |||||
| * | | Fix join_lines use_items right w/ and w/o comma | Alan Du | 2019-01-05 | 1 | -3/+22 |
| * | | Address join lines use items right } | Alan Du | 2019-01-05 | 1 | -3/+21 |
| * | | Remove extra space when joining lines in use items | Alan Du | 2019-01-04 | 1 | -0/+19 |
* | | | Merge #370 | bors[bot] | 2019-01-04 | 26 | -62/+548 |
|\ \ \ | |||||
| * | | | Rename ImplsInCrateQuery as well | Florian Diebold | 2019-01-04 | 3 | -3/+3 |
| * | | | Do impl collection per module, not per crate | Florian Diebold | 2019-01-04 | 3 | -33/+32 |
| * | | | Rename ImplBlock::target -> target_type, and add target_trait already | Florian Diebold | 2019-01-04 | 2 | -7/+17 |
| * | | | Rename traits::impl_item -> impl_block as well, as well as the tests | Florian Diebold | 2019-01-04 | 6 | -4/+4 |
| * | | | Add a test for self field completion | Florian Diebold | 2019-01-04 | 3 | -5/+25 |
| * | | | Refactor a bit | Florian Diebold | 2019-01-04 | 1 | -58/+62 |
| * | | | Resolve the Self type | Florian Diebold | 2019-01-04 | 3 | -24/+71 |
| * | | | Resolve the self parameter during type inference | Florian Diebold | 2019-01-04 | 3 | -4/+19 |
| * | | | Type the self parameter | Florian Diebold | 2019-01-04 | 6 | -9/+116 |
| * | | | Add HIR for impl blocks | Florian Diebold | 2019-01-04 | 11 | -8/+269 |
| * | | | Add test for self type inference | Florian Diebold | 2019-01-04 | 2 | -0/+23 |
* | | | | :arrow_up: salsa | Aleksey Kladov | 2019-01-04 | 3 | -3/+3 |
|/ / / | |||||
* / / | Rename ImplItem to ImplBlock | Florian Diebold | 2019-01-04 | 24 | -52/+51 |
|/ / | |||||
* | | remove id arena | Aleksey Kladov | 2019-01-04 | 7 | -87/+25 |
* | | extract area to a crate | Aleksey Kladov | 2019-01-04 | 8 | -94/+137 |
* | | add mod doc comments test in ast | csmoe | 2019-01-04 | 1 | -0/+13 |
* | | parse doc comment for items | csmoe | 2019-01-04 | 3 | -2/+15 |
* | | add mod doc comment test | csmoe | 2019-01-04 | 2 | -0/+22 |
* | | Merge #391 | bors[bot] | 2019-01-04 | 5 | -59/+117 |
|\ \ | |||||
| * | | consume trivias for type/const def | csmoe | 2019-01-04 | 1 | -2/+1 |
| * | | doc parsing events | csmoe | 2019-01-04 | 4 | -43/+71 |