Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Cleanup | Aleksey Kladov | 2020-02-05 | 1 | -11/+12 | |
| |/ / | ||||||
* | | | Merge #3016 | bors[bot] | 2020-02-05 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Further fix `docs/user/README.md` | Gian D | 2020-02-05 | 1 | -1/+1 | |
| * | | | Fix unneeded `.` in `docs/user/README.md` | Gian D | 2020-02-05 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge #3017 | bors[bot] | 2020-02-05 | 5 | -27/+84 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Apply the reviews suggestions | Kirill Bulatov | 2020-02-05 | 5 | -32/+64 | |
| * | | Normalize dashes in crate names | Kirill Bulatov | 2020-02-05 | 1 | -8/+33 | |
|/ / | ||||||
* | | Merge #2948 | bors[bot] | 2020-02-04 | 1 | -6/+48 | |
|\ \ | ||||||
| * | | Allow add_explicit_type to replace a placeholder type | Laurențiu Nicola | 2020-02-03 | 1 | -6/+48 | |
* | | | Merge #3011 | bors[bot] | 2020-02-04 | 1 | -4/+4 | |
|\ \ \ | ||||||
| * | | | Update aho-corasick (removes unsafety) and serde_json | kjeremy | 2020-02-04 | 1 | -4/+4 | |
|/ / / | ||||||
* | | | Merge #3010 | bors[bot] | 2020-02-04 | 1 | -6/+3 | |
|\ \ \ | ||||||
| * | | | minor, if let else -> match | Aleksey Kladov | 2020-02-04 | 1 | -6/+3 | |
* | | | | 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 |