Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge #358 | bors[bot] | 2018-12-30 | 11 | -4/+107 | |
|\ \ \ | ||||||
| * | | | Simplify failure bail code | Aleksander Vognild Burkow | 2018-12-29 | 1 | -3/+4 | |
| * | | | Install rustfmt in rustfmt test | Aleksander Vognild Burkow | 2018-12-29 | 4 | -1/+5 | |
| * | | | Add better error message for Command failure | Aleksander Vognild Burkow | 2018-12-29 | 1 | -1/+4 | |
| * | | | Document formatting capabilities | Aleksander Vognild Burkow | 2018-12-29 | 1 | -0/+2 | |
| * | | | Add support for formatting entire document with rustfmt | Aleksander Vognild Burkow | 2018-12-29 | 6 | -3/+95 | |
| * | | | Ignore intellij files | Aleksander Vognild Burkow | 2018-12-29 | 1 | -0/+1 | |
| |/ / | ||||||
* | | | Merge #362 | bors[bot] | 2018-12-30 | 3 | -15/+44 | |
|\ \ \ | ||||||
| * | | | bump cargo.lock | Aleksey Kladov | 2018-12-30 | 1 | -5/+5 | |
| * | | | add paramthesis when completing functions | Aleksey Kladov | 2018-12-30 | 2 | -10/+39 | |
|/ / / | ||||||
* | | | Merge #361 | bors[bot] | 2018-12-30 | 1 | -0/+3 | |
|\ \ \ | ||||||
| * | | | fix the cancellation bug | Aleksey Kladov | 2018-12-30 | 1 | -0/+3 | |
|/ / / | ||||||
* | | | Merge #360 | bors[bot] | 2018-12-29 | 2 | -11/+9 | |
|\ \ \ | ||||||
| * | | | Reuse has_rs_extension in io.rs | DJMcNab | 2018-12-29 | 1 | -2/+2 | |
| * | | | Remove some unnecessary unwraps by using the `Result::ok` | DJMcNab | 2018-12-29 | 1 | -6/+2 | |
| * | | | Fix instance of uneeded brackets in use_statement (thanks to #333) | DJMcNab | 2018-12-29 | 1 | -1/+1 | |
| * | | | Improve comment contents | DJMcNab | 2018-12-29 | 1 | -1/+3 | |
| * | | | Fix a switched line in a comment | DJMcNab | 2018-12-29 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge #359 | bors[bot] | 2018-12-29 | 3 | -36/+61 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Add more docs in ty.rs | Florian Diebold | 2018-12-29 | 3 | -36/+61 | |
|/ / | ||||||
* | | Merge #356 | bors[bot] | 2018-12-29 | 4 | -2/+533 | |
|\ \ | ||||||
| * | | Add fuzz failure to the fuzz-failures directory | DJMcNab | 2018-12-29 | 1 | -0/+1 | |
| * | | Fix a fuzzing bug and add Cargo.lock to the fuzzing directory | DJMcNab | 2018-12-29 | 3 | -2/+532 | |
* | | | Merge #355 | bors[bot] | 2018-12-29 | 8 | -119/+400 | |
|\ \ \ | ||||||
| * | | | Missing return type means unit, not unknown | Florian Diebold | 2018-12-29 | 2 | -3/+7 | |
| * | | | Implement type variables | Florian Diebold | 2018-12-29 | 8 | -118/+395 | |
| |/ / | ||||||
* | | | Merge #354 | bors[bot] | 2018-12-29 | 1 | -30/+35 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Use a different format for env vars | DJMcNab | 2018-12-29 | 1 | -1/+1 | |
| * | | Readd quotes to `-D warnings` | DJMcNab | 2018-12-29 | 1 | -1/+1 | |
| * | | Remove duplicated env var | DJMcNab | 2018-12-29 | 1 | -1/+1 | |
| * | | Reformat .travis.yml (using the vscode prettier extension) | DJMcNab | 2018-12-29 | 1 | -35/+35 | |
| * | | Change typo of few to many | DJMcNab | 2018-12-29 | 1 | -1/+1 | |
| * | | Deny warnings on CI (#329) | DJMcNab | 2018-12-29 | 1 | -1/+6 | |
|/ / | ||||||
* | | Merge #353 | bors[bot] | 2018-12-28 | 2 | -3/+2 | |
|\ \ | ||||||
| * | | don't mention beta channel Rust in ROADMAP | Yerkebulan Tulibergenov | 2018-12-28 | 1 | -1/+1 | |
| * | | update README with Rust 1.31 | Yerkebulan Tulibergenov | 2018-12-28 | 1 | -2/+1 | |
|/ / | ||||||
* | | Merge #352 | bors[bot] | 2018-12-28 | 12 | -78/+150 | |
|\ \ | ||||||
| * | | nameify structs&enums | Aleksey Kladov | 2018-12-28 | 5 | -57/+43 | |
| * | | completion for enum variants | Aleksey Kladov | 2018-12-28 | 4 | -9/+36 | |
| * | | simplify | Aleksey Kladov | 2018-12-28 | 1 | -9/+4 | |
| * | | extend selection works with macros | Aleksey Kladov | 2018-12-28 | 3 | -4/+68 | |
|/ / | ||||||
* | | fix lockfile | Aleksey Kladov | 2018-12-28 | 1 | -7/+7 | |
* | | Merge #350 | bors[bot] | 2018-12-28 | 12 | -39/+275 | |
|\ \ | ||||||
| * | | move macro to a separate module | Aleksey Kladov | 2018-12-28 | 3 | -60/+67 | |
| * | | switch to FileRange | Aleksey Kladov | 2018-12-28 | 4 | -15/+37 | |
| * | | introduce FileRange | Aleksey Kladov | 2018-12-28 | 3 | -19/+29 | |
| * | | highlight macro idents | Aleksey Kladov | 2018-12-28 | 3 | -5/+35 | |
| * | | super simplistic macro expansion | Aleksey Kladov | 2018-12-28 | 3 | -2/+113 | |
| * | | add macro-call node | Aleksey Kladov | 2018-12-28 | 3 | -2/+46 | |
| * | | move highlightning to a separate file | Aleksey Kladov | 2018-12-28 | 2 | -2/+14 |