Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move macro id to ids | Aleksey Kladov | 2019-01-01 | 5 | -40/+40 |
| | |||||
* | move more stuff to ids | Aleksey Kladov | 2019-01-01 | 6 | -185/+183 |
| | |||||
* | rename MFileId -> HirFileId | Aleksey Kladov | 2019-01-01 | 13 | -99/+135 |
| | |||||
* | introduce ids module | Aleksey Kladov | 2019-01-01 | 2 | -14/+34 |
| | |||||
* | add tests for macro generated items | Aleksey Kladov | 2019-01-01 | 1 | -1/+83 |
| | |||||
* | add items from macros to modules | Aleksey Kladov | 2019-01-01 | 3 | -12/+67 |
| | |||||
* | wip | Aleksey Kladov | 2019-01-01 | 2 | -47/+49 |
| | |||||
* | fix tests | Aleksey Kladov | 2019-01-01 | 3 | -2/+3 |
| | |||||
* | use MFile | Aleksey Kladov | 2019-01-01 | 7 | -30/+62 |
| | |||||
* | introduce MFileId | Aleksey Kladov | 2019-01-01 | 1 | -0/+7 |
| | |||||
* | work towards brining macros to nameres | Aleksey Kladov | 2019-01-01 | 2 | -3/+16 |
| | |||||
* | save top-level macros in module items | Aleksey Kladov | 2019-01-01 | 3 | -14/+18 |
| | |||||
* | hard-code expansion of query_group | Aleksey Kladov | 2019-01-01 | 2 | -8/+60 |
| | |||||
* | fix tests | Aleksey Kladov | 2019-01-01 | 2 | -2/+9 |
| | |||||
* | rename | Aleksey Kladov | 2019-01-01 | 4 | -19/+19 |
| | |||||
* | move more macros to hir | Aleksey Kladov | 2019-01-01 | 8 | -85/+127 |
| | |||||
* | use macros database in analysis | Aleksey Kladov | 2019-01-01 | 6 | -68/+70 |
| | |||||
* | introduce MacrosDatabase | Aleksey Kladov | 2019-01-01 | 2 | -0/+58 |
| | |||||
* | place complete_use_tree_keyword in the same mod with complete_expr_keyword | gfreezy | 2019-01-01 | 3 | -77/+67 |
| | |||||
* | move to a seperate complete_use_tree_keyword mod | gfreezy | 2019-01-01 | 3 | -64/+77 |
| | |||||
* | complete "self" and "super" | gfreezy | 2019-01-01 | 1 | -20/+44 |
| | |||||
* | complete "use crate" for "use cr" too | gfreezy | 2019-01-01 | 1 | -2/+14 |
| | |||||
* | complete crate in use stmt | gfreezy | 2019-01-01 | 1 | -0/+29 |
| | |||||
* | bump deps | Aleksey Kladov | 2019-01-01 | 1 | -3/+3 |
| | |||||
* | Fix the same bug as #396 but for bytes too | DJMcNab | 2019-01-01 | 2 | -1/+4 |
| | |||||
* | Merge #396 | bors[bot] | 2019-01-01 | 2 | -4/+10 |
|\ | | | | | | | | | | | | | | | 396: Fix the `panic` found whilst fuzzing r=matklad,me a=DJMcNab This occurred when a non-ascii character was used in an ascii escape, for example in the motivating example: `if'\xɿ`, which can be further simplified to `'\xɿ`. Co-authored-by: DJMcNab <[email protected]> | ||||
| * | Use an else if | DJMcNab | 2019-01-01 | 1 | -3/+2 |
| | | |||||
| * | Fix the `panic` found whilst fuzzing | DJMcNab | 2018-12-31 | 2 | -3/+10 |
| | | |||||
* | | Merge #395 | bors[bot] | 2018-12-31 | 5 | -26/+27 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 395: generalize r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | generalize highlighting to work with nodes | Aleksey Kladov | 2018-12-31 | 2 | -5/+5 |
| | | | |||||
| * | | generalize extend selection to work with nodes | Aleksey Kladov | 2018-12-31 | 3 | -21/+22 |
| | | | |||||
* | | | Merge #165 | bors[bot] | 2018-12-31 | 8 | -63/+288 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 165: Make modules with tests runnable r=farodin91 a=farodin91 Fixes #154 I having problems to traverse the path to module. The main problem is that module_tree only supports `FileId` and not `Module` in files. Any idea? I need to clean up the code a bit later. Co-authored-by: Jan Jansen <[email protected]> | ||||
| * | | | Make modules with tests runnable | Jan Jansen | 2018-12-31 | 8 | -63/+288 |
| | |/ | |/| | | | | | | | Fixes #154 | ||||
* | | | Merge #393 | bors[bot] | 2018-12-31 | 2 | -1/+23 |
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | 393: Add a fuzzing subcommand r=matklad a=DJMcNab Part of https://github.com/rust-analyzer/rust-analyzer/issues/61#issuecomment-450641045. Co-authored-by: DJMcNab <[email protected]> | ||||
| * | | Add a fuzzing subcommand | DJMcNab | 2018-12-31 | 2 | -1/+23 |
| |/ | |||||
* | | fix icons in completion | Aleksey Kladov | 2018-12-31 | 1 | -1/+0 |
| | | |||||
* | | Merge #385 | bors[bot] | 2018-12-31 | 3 | -4/+25 |
|\ \ | |/ |/| | | | | | | | | | | | 385: Implement DocumentHighlight r=matklad a=DJMcNab Fixes #80. Co-authored-by: DJMcNab <[email protected]> | ||||
| * | Use TryConv for conversion | DJMcNab | 2018-12-31 | 1 | -2/+1 |
| | | |||||
| * | Implement DocumentHighlight | DJMcNab | 2018-12-31 | 3 | -4/+26 |
| | | |||||
* | | Bump serde_json from 1.0.33 to 1.0.34 | dependabot[bot] | 2018-12-31 | 3 | -3/+3 |
| | | | | | | | | | | | | | | Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.33 to 1.0.34. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.33...v1.0.34) Signed-off-by: dependabot[bot] <[email protected]> | ||||
* | | Bump failure from 0.1.3 to 0.1.4 | dependabot[bot] | 2018-12-31 | 4 | -4/+4 |
| | | | | | | | | | | | | | | | | Bumps [failure](https://github.com/rust-lang-nursery/failure) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/rust-lang-nursery/failure/releases) - [Changelog](https://github.com/rust-lang-nursery/failure/blob/master/RELEASES.md) - [Commits](https://github.com/rust-lang-nursery/failure/compare/0.1.3...0.1.4) Signed-off-by: dependabot[bot] <[email protected]> | ||||
* | | Bump failure_derive from 0.1.3 to 0.1.4 | dependabot[bot] | 2018-12-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Bumps [failure_derive](https://github.com/withoutboats/failure_derive) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/withoutboats/failure_derive/releases) - [Commits](https://github.com/withoutboats/failure_derive/commits) Signed-off-by: dependabot[bot] <[email protected]> | ||||
* | | remove backtraces from Cancelled | Aleksey Kladov | 2018-12-30 | 3 | -47/+5 |
| | | | | | | | | | | Hopefully we won't need them for debugging. If we do need them, it should be easy to add back. | ||||
* | | Merge #375 | bors[bot] | 2018-12-30 | 4 | -16/+131 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | 375: Move renames into ra_analysis and rename the correct range r=DJMcNab a=DJMcNab Fixes #230. Supersedes #235. TODO: add some tests for this Co-authored-by: DJMcNab <[email protected]> | ||||
| * | Test renames | DJMcNab | 2018-12-30 | 1 | -1/+92 |
| | | |||||
| * | Move renames into ra_analysis | DJMcNab | 2018-12-30 | 3 | -15/+39 |
| | | |||||
* | | Merge #378 | bors[bot] | 2018-12-30 | 2 | -3/+3 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 378: migrate-to-tempdir r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | :arrow_up: tempdir | Aleksey Kladov | 2018-12-30 | 2 | -3/+3 |
| | | | |||||
* | | | Merge #377 | bors[bot] | 2018-12-30 | 12 | -44/+61 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | 377: update crossbeam r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | :arrow_up: crossbeam | Aleksey Kladov | 2018-12-30 | 9 | -35/+48 |
| | | | | | | | | | | | | closes #189 |