aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\
| * 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
|\ \
| * | 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
|\ \ \
| * | | Make modules with tests runnableJan Jansen2018-12-318-63/+288
| | |/ | |/|
* | | Merge #393bors[bot]2018-12-312-1/+23
|\ \ \ | |_|/ |/| |
| * | 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
|\ \ | |/ |/|
| * 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
* | Bump failure from 0.1.3 to 0.1.4dependabot[bot]2018-12-314-4/+4
* | Bump failure_derive from 0.1.3 to 0.1.4dependabot[bot]2018-12-311-1/+1
* | remove backtraces from CancelledAleksey Kladov2018-12-303-47/+5
* | Merge #375bors[bot]2018-12-304-16/+131
|\ \ | |/ |/|
| * Test renamesDJMcNab2018-12-301-1/+92
| * Move renames into ra_analysisDJMcNab2018-12-303-15/+39
* | Merge #378bors[bot]2018-12-302-3/+3
|\ \
| * | :arrow_up: tempdirAleksey Kladov2018-12-302-3/+3
* | | Merge #377bors[bot]2018-12-3012-44/+61
|\ \ \ | |/ / |/| |
| * | :arrow_up: crossbeamAleksey Kladov2018-12-309-35/+48
| * | migrate gen-lsp-server to new crossbeamAleksey Kladov2018-12-303-9/+13
* | | refine semi completionAleksey Kladov2018-12-302-16/+34
|/ /
* | Merge #366bors[bot]2018-12-303-33/+51
|\ \
| * | parse minus before number literalcsmoe2018-12-303-33/+51
* | | Merge #374bors[bot]2018-12-301-4/+33
|\ \ \ | |_|/ |/| |
| * | semies after break&continueAleksey Kladov2018-12-301-4/+33
* | | Merge #365bors[bot]2018-12-302-112/+278
|\ \ \ | |/ / |/| |
| * | avoid allocating an unnecessary intermediate vector & not traverse multiple t...gfreezy2018-12-301-62/+72
| * | implement struct shorthand initialization diagnosticgfreezy2018-12-302-112/+268
* | | add `;` to last return in blockAleksey Kladov2018-12-302-15/+46
* | | don't add () in use itemsAleksey Kladov2018-12-303-10/+32
* | | use completion context when creating completionAleksey Kladov2018-12-303-8/+8
* | | remove runtime dependency on toolsAleksey Kladov2018-12-301-1/+1
* | | Merge #358bors[bot]2018-12-308-4/+103
|\ \ \
| * | | Simplify failure bail codeAleksander Vognild Burkow2018-12-291-3/+4
| * | | Install rustfmt in rustfmt testAleksander Vognild Burkow2018-12-293-1/+4
| * | | Add better error message for Command failureAleksander Vognild Burkow2018-12-291-1/+4