aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Collapse)AuthorAgeFilesLines
* renameAleksey Kladov2019-01-022-2/+2
|
* move macro id to idsAleksey Kladov2019-01-015-40/+40
|
* move more stuff to idsAleksey Kladov2019-01-016-185/+183
|
* rename MFileId -> HirFileIdAleksey Kladov2019-01-0113-99/+135
|
* introduce ids moduleAleksey Kladov2019-01-012-14/+34
|
* add tests for macro generated itemsAleksey Kladov2019-01-011-1/+83
|
* add items from macros to modulesAleksey Kladov2019-01-013-12/+67
|
* wipAleksey Kladov2019-01-012-47/+49
|
* fix testsAleksey Kladov2019-01-013-2/+3
|
* use MFileAleksey Kladov2019-01-017-30/+62
|
* introduce MFileIdAleksey Kladov2019-01-011-0/+7
|
* work towards brining macros to nameresAleksey Kladov2019-01-012-3/+16
|
* save top-level macros in module itemsAleksey Kladov2019-01-013-14/+18
|
* hard-code expansion of query_groupAleksey Kladov2019-01-012-8/+60
|
* fix testsAleksey Kladov2019-01-012-2/+9
|
* renameAleksey Kladov2019-01-014-19/+19
|
* move more macros to hirAleksey Kladov2019-01-018-85/+127
|
* use macros database in analysisAleksey Kladov2019-01-016-68/+70
|
* introduce MacrosDatabaseAleksey Kladov2019-01-012-0/+58
|
* place complete_use_tree_keyword in the same mod with complete_expr_keywordgfreezy2019-01-013-77/+67
|
* move to a seperate complete_use_tree_keyword modgfreezy2019-01-013-64/+77
|
* complete "self" and "super"gfreezy2019-01-011-20/+44
|
* complete "use crate" for "use cr" toogfreezy2019-01-011-2/+14
|
* complete crate in use stmtgfreezy2019-01-011-0/+29
|
* bump depsAleksey Kladov2019-01-011-3/+3
|
* Fix the same bug as #396 but for bytes tooDJMcNab2019-01-012-1/+4
|
* Merge #396bors[bot]2019-01-012-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 ifDJMcNab2019-01-011-3/+2
| |
| * Fix the `panic` found whilst fuzzingDJMcNab2018-12-312-3/+10
| |
* | Merge #395bors[bot]2018-12-315-26/+27
|\ \ | | | | | | | | | | | | | | | | | | | | | 395: generalize r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | generalize highlighting to work with nodesAleksey Kladov2018-12-312-5/+5
| | |
| * | generalize extend selection to work with nodesAleksey Kladov2018-12-313-21/+22
| | |
* | | Merge #165bors[bot]2018-12-318-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 runnableJan Jansen2018-12-318-63/+288
| | |/ | |/| | | | | | | Fixes #154
* | | Merge #393bors[bot]2018-12-312-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 subcommandDJMcNab2018-12-312-1/+23
| |/
* | fix icons in completionAleksey Kladov2018-12-311-1/+0
| |
* | Merge #385bors[bot]2018-12-313-4/+25
|\ \ | |/ |/| | | | | | | | | | | 385: Implement DocumentHighlight r=matklad a=DJMcNab Fixes #80. Co-authored-by: DJMcNab <[email protected]>
| * Use TryConv for conversionDJMcNab2018-12-311-2/+1
| |
| * Implement DocumentHighlightDJMcNab2018-12-313-4/+26
| |
* | Bump serde_json from 1.0.33 to 1.0.34dependabot[bot]2018-12-313-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.4dependabot[bot]2018-12-314-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.4dependabot[bot]2018-12-311-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 CancelledAleksey Kladov2018-12-303-47/+5
| | | | | | | | | | Hopefully we won't need them for debugging. If we do need them, it should be easy to add back.
* | Merge #375bors[bot]2018-12-304-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 renamesDJMcNab2018-12-301-1/+92
| |
| * Move renames into ra_analysisDJMcNab2018-12-303-15/+39
| |
* | Merge #378bors[bot]2018-12-302-3/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | 378: migrate-to-tempdir r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | :arrow_up: tempdirAleksey Kladov2018-12-302-3/+3
| | |
* | | Merge #377bors[bot]2018-12-3012-44/+61
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 377: update crossbeam r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>