aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vscode: eliminate floating promises and insane amount of resource handle leaksVeetaha2020-02-058-21/+36
* Merge #3018bors[bot]2020-02-054-32/+55
|\
| * Refactor if-let -> match assist to use ast::makeAleksey Kladov2020-02-054-32/+55
|/
* Merge #3019bors[bot]2020-02-051-36/+91
|\
| * Better cursor placement when merging armsAleksey Kladov2020-02-051-4/+17
| * Merge match arms works with many armsAleksey Kladov2020-02-051-29/+70
| * CleanupAleksey Kladov2020-02-051-11/+12
* | Merge #3016bors[bot]2020-02-051-1/+1
|\ \
| * | Further fix `docs/user/README.md`Gian D2020-02-051-1/+1
| * | Fix unneeded `.` in `docs/user/README.md`Gian D2020-02-051-1/+1
| |/
* | Merge #3017bors[bot]2020-02-055-27/+84
|\ \ | |/ |/|
| * Apply the reviews suggestionsKirill Bulatov2020-02-055-32/+64
| * Normalize dashes in crate namesKirill Bulatov2020-02-051-8/+33
|/
* Merge #2948bors[bot]2020-02-041-6/+48
|\
| * Allow add_explicit_type to replace a placeholder typeLaurențiu Nicola2020-02-031-6/+48
* | Merge #3011bors[bot]2020-02-041-4/+4
|\ \
| * | Update aho-corasick (removes unsafety) and serde_jsonkjeremy2020-02-041-4/+4
|/ /
* | Merge #3010bors[bot]2020-02-041-6/+3
|\ \
| * | minor, if let else -> matchAleksey Kladov2020-02-041-6/+3
* | | Merge #3009bors[bot]2020-02-041-2/+11
|\| |
| * | Make sure that newly created nodes are the root of the treeAleksey Kladov2020-02-041-2/+11
|/ /
* | Merge #2981bors[bot]2020-02-044-51/+37
|\ \
| * | Merge two if statements into one in editors/code/src/commands/on_enter.ts.Grégoire Geis2020-02-041-1/+1
| * | vscode: Only handle enter if the suggest widget is hidden.Gregoire Geis2020-02-031-1/+1
| * | Remove enableEnhancedTyping and type overriding infrastructure.Gregoire Geis2020-02-034-41/+1
| * | Change default enhanced typing behavior from using type to using keybindings.Gregoire Geis2020-02-031-1/+6
| * | Add regular onEnter command, allowing onEnter to be called without overriding...Gregoire Geis2020-02-033-19/+40
* | | Merge #2962bors[bot]2020-02-044-14/+34
|\ \ \
| * | | include requested changeszombiefungus2020-02-024-27/+28
| * | | add new ImportAlias enum to differentiate no alias from an _ aliaszombiefungus2020-02-024-11/+30
* | | | Merge #2911bors[bot]2020-02-03160-172/+798
|\ \ \ \ | |_|/ / |/| | |
| * | | ra_syntax: added tests for tokenization errorsVeetaha2020-02-03150-49/+427
| * | | ra_syntax: add backticks around tokens specimenVeetaha2020-02-031-12/+23
| * | | ra_syntax: removed unnecessary init statement from reparsing testsVeetaha2020-02-031-3/+0
| * | | ra_syntax: rename first_token() -> lex_first_token()Veetaha2020-02-031-3/+3
| * | | ra_syntax: fixed a typo in doc commentVeetaha2020-02-031-2/+4
| * | | ra_syntax: refactored the lexer design as per @matklad and @kiljacken PR reviewVeetaha2020-02-039-178/+199
| * | | ra_syntax: remove backticks from TokenizeError message since that is not Mark...Veetaha2020-02-031-9/+9
| * | | add better docs for tokenize errorsVeetaha2020-02-031-2/+2
| * | | ra_syntax: moved ParsedToken derive attribute under the doc commentVeetaha2020-02-031-1/+1
| * | | ra_syntax: fixed doc commentVeetaha2020-02-031-1/+1
| * | | Reimplemented lexer with vectors instead of iteratorsVeetaha2020-02-0310-196/+250
| * | | ra_syntax: changed added diagnostics information returned from tokenize() (im...Veetaha2020-02-034-74/+237
|/ / /
* | | Merge #3003bors[bot]2020-02-033-16/+3
|\ \ \
| * | | Remove unnecessary flagsAleksey Kladov2020-02-031-2/+2
| * | | Remove rollup-typescriptAleksey Kladov2020-02-033-15/+2
* | | | Merge #3002bors[bot]2020-02-032-29/+32
|\| | |
| * | | Update some rollup packagesAleksey Kladov2020-02-032-29/+32
* | | | Merge #3001bors[bot]2020-02-034-18/+23
|\| | |
| * | | Use simple prng instead of a dependencyAleksey Kladov2020-02-034-18/+23
|/ / /