Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #3009 | bors[bot] | 2020-02-04 | 1 | -2/+11 |
|\ | |||||
| * | Make sure that newly created nodes are the root of the tree | Aleksey Kladov | 2020-02-04 | 1 | -2/+11 |
|/ | |||||
* | Merge #2981 | bors[bot] | 2020-02-04 | 4 | -51/+37 |
|\ | |||||
| * | Merge two if statements into one in editors/code/src/commands/on_enter.ts. | Grégoire Geis | 2020-02-04 | 1 | -1/+1 |
| * | vscode: Only handle enter if the suggest widget is hidden. | Gregoire Geis | 2020-02-03 | 1 | -1/+1 |
| * | Remove enableEnhancedTyping and type overriding infrastructure. | Gregoire Geis | 2020-02-03 | 4 | -41/+1 |
| * | Change default enhanced typing behavior from using type to using keybindings. | Gregoire Geis | 2020-02-03 | 1 | -1/+6 |
| * | Add regular onEnter command, allowing onEnter to be called without overriding... | Gregoire Geis | 2020-02-03 | 3 | -19/+40 |
* | | Merge #2962 | bors[bot] | 2020-02-04 | 4 | -14/+34 |
|\ \ | |||||
| * | | include requested changes | zombiefungus | 2020-02-02 | 4 | -27/+28 |
| * | | add new ImportAlias enum to differentiate no alias from an _ alias | zombiefungus | 2020-02-02 | 4 | -11/+30 |
* | | | Merge #2911 | bors[bot] | 2020-02-03 | 160 | -172/+798 |
|\ \ \ | |_|/ |/| | | |||||
| * | | ra_syntax: added tests for tokenization errors | Veetaha | 2020-02-03 | 150 | -49/+427 |
| * | | ra_syntax: add backticks around tokens specimen | Veetaha | 2020-02-03 | 1 | -12/+23 |
| * | | ra_syntax: removed unnecessary init statement from reparsing tests | Veetaha | 2020-02-03 | 1 | -3/+0 |
| * | | ra_syntax: rename first_token() -> lex_first_token() | Veetaha | 2020-02-03 | 1 | -3/+3 |
| * | | ra_syntax: fixed a typo in doc comment | Veetaha | 2020-02-03 | 1 | -2/+4 |
| * | | ra_syntax: refactored the lexer design as per @matklad and @kiljacken PR review | Veetaha | 2020-02-03 | 9 | -178/+199 |
| * | | ra_syntax: remove backticks from TokenizeError message since that is not Mark... | Veetaha | 2020-02-03 | 1 | -9/+9 |
| * | | add better docs for tokenize errors | Veetaha | 2020-02-03 | 1 | -2/+2 |
| * | | ra_syntax: moved ParsedToken derive attribute under the doc comment | Veetaha | 2020-02-03 | 1 | -1/+1 |
| * | | ra_syntax: fixed doc comment | Veetaha | 2020-02-03 | 1 | -1/+1 |
| * | | Reimplemented lexer with vectors instead of iterators | Veetaha | 2020-02-03 | 10 | -196/+250 |
| * | | ra_syntax: changed added diagnostics information returned from tokenize() (im... | Veetaha | 2020-02-03 | 4 | -74/+237 |
|/ / | |||||
* | | Merge #3003 | bors[bot] | 2020-02-03 | 3 | -16/+3 |
|\ \ | |||||
| * | | Remove unnecessary flags | Aleksey Kladov | 2020-02-03 | 1 | -2/+2 |
| * | | Remove rollup-typescript | Aleksey Kladov | 2020-02-03 | 3 | -15/+2 |
* | | | Merge #3002 | bors[bot] | 2020-02-03 | 2 | -29/+32 |
|\| | | |||||
| * | | Update some rollup packages | Aleksey Kladov | 2020-02-03 | 2 | -29/+32 |
* | | | Merge #3001 | bors[bot] | 2020-02-03 | 4 | -18/+23 |
|\| | | |||||
| * | | Use simple prng instead of a dependency | Aleksey Kladov | 2020-02-03 | 4 | -18/+23 |
|/ / | |||||
* | | Merge #2997 | bors[bot] | 2020-02-03 | 1 | -10/+6 |
|\ \ | |||||
| * | | Use proper import name in the label | Kirill Bulatov | 2020-02-03 | 1 | -10/+6 |
* | | | Merge #2998 | bors[bot] | 2020-02-03 | 3 | -15/+14 |
|\ \ \ | |/ / |/| | | |||||
| * | | Remove recent improvements to the build script | Aleksey Kladov | 2020-02-03 | 3 | -15/+14 |
|/ / | |||||
* | | Merge #2994 | bors[bot] | 2020-02-03 | 2 | -12/+11 |
|\ \ | |||||
| * | | Simplify paths searches | Kirill Bulatov | 2020-02-03 | 1 | -4/+3 |
| * | | Fix inlay hints test snippet compilation | Kirill Bulatov | 2020-02-03 | 1 | -8/+8 |
* | | | Merge #2995 | bors[bot] | 2020-02-03 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | Fix build of typscript extension | Aleksey Kladov | 2020-02-03 | 1 | -0/+1 |
|/ / / | |||||
* | | | Merge #2959 | bors[bot] | 2020-02-03 | 14 | -247/+244 |
|\ \ \ | |/ / |/| | | |||||
| * | | Update snapshot tests due to removed SuggestedFix | Emil Lauridsen | 2020-02-03 | 7 | -39/+67 |
| * | | Remove stray todo | Emil Lauridsen | 2020-02-03 | 1 | -1/+0 |
| * | | Rework how we send diagnostics to client. | Emil Lauridsen | 2020-02-03 | 7 | -208/+178 |
* | | | Merge #2990 | bors[bot] | 2020-02-03 | 1 | -6/+16 |
|\ \ \ | |/ / |/| | | |||||
| * | | Use name only when searching for an import candidate | Kirill Bulatov | 2020-02-02 | 1 | -6/+16 |
* | | | Merge #2993 | bors[bot] | 2020-02-03 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | vscode: fix bundling by switching to es2015 target modules system | Veetaha | 2020-02-03 | 1 | -1/+1 |
* | | | | Merge #2991 | bors[bot] | 2020-02-02 | 2 | -6/+6 |
|\| | | | |||||
| * | | | vscode: dropped npm-check-updates script | Veetaha | 2020-02-02 | 2 | -2014/+1 |