Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge #6121 | bors[bot] | 2020-10-02 | 2 | -13/+14 | |
|\ \ | ||||||
| * | | Reduce visibiity | Aleksey Kladov | 2020-10-02 | 2 | -13/+14 | |
|/ / | ||||||
* | | Merge #5988 | bors[bot] | 2020-10-02 | 3 | -2/+338 | |
|\ \ | ||||||
| * | | Use expect_test to make format_str_parser test more data-driven | Igor Aleksanov | 2020-10-02 | 1 | -35/+35 | |
| * | | Use lookup table instead of enum for postfix completion kinds | Igor Aleksanov | 2020-10-02 | 1 | -62/+20 | |
| * | | Use ast::String for extracting string literal contents | Igor Aleksanov | 2020-10-02 | 2 | -14/+19 | |
| * | | Improve format-like completions code appearance | Igor Aleksanov | 2020-10-02 | 2 | -32/+26 | |
| * | | Add missing entry to doc-comment | Igor Aleksanov | 2020-10-02 | 1 | -0/+1 | |
| * | | Simplify is_string_literal function | Igor Aleksanov | 2020-10-02 | 1 | -9/+5 | |
| * | | Improve checks for postfix suggestions | Igor Aleksanov | 2020-10-02 | 3 | -16/+23 | |
| * | | Add postfix completion for format-like string literals | Igor Aleksanov | 2020-10-02 | 3 | -1/+376 | |
* | | | Merge #5954 | bors[bot] | 2020-10-02 | 10 | -2/+67 | |
|\ \ \ | ||||||
| * | | | Fix failing test | Igor Aleksanov | 2020-10-02 | 1 | -0/+6 | |
| * | | | Support 'runnables' options in the vs code extension | Igor Aleksanov | 2020-10-02 | 5 | -2/+31 | |
| * | | | Replace 'cargo_prefix' option with 'override_cargo' | Igor Aleksanov | 2020-10-02 | 4 | -10/+10 | |
| * | | | Add support of runnables arguments in Rust Analyzer | Igor Aleksanov | 2020-10-02 | 4 | -0/+30 | |
| |/ / | ||||||
* | | | Merge #6105 | bors[bot] | 2020-10-02 | 1 | -48/+85 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix path comparison not comparing paths correctly with unequal lengths | Lukas Wirth | 2020-10-01 | 1 | -48/+85 | |
* | | | Merge #6118 | bors[bot] | 2020-10-02 | 1 | -0/+10 | |
|\ \ \ | ||||||
| * | | | Document Clippy strategy | Aleksey Kladov | 2020-10-02 | 1 | -0/+10 | |
* | | | | Merge #6104 | bors[bot] | 2020-10-02 | 6 | -7/+7 | |
|\ \ \ \ | ||||||
| * | | | | Minor clippy performance suggestions | kjeremy | 2020-09-30 | 6 | -7/+7 | |
* | | | | | Merge #6116 | bors[bot] | 2020-10-02 | 3 | -19/+19 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Up rustc-ap-rustc_lexer to 681 | kjeremy | 2020-10-01 | 3 | -19/+19 | |
| | |/ / | |/| | | ||||||
* | | | | Merge #6114 | bors[bot] | 2020-10-01 | 1 | -5/+4 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Improve grammar and fix code example in style guide | Laurențiu Nicola | 2020-10-01 | 1 | -5/+4 | |
|/ / / | ||||||
* | | | Merge #6101 | bors[bot] | 2020-10-01 | 1 | -12/+19 | |
|\ \ \ | ||||||
| * | | | cargo update | kjeremy | 2020-09-30 | 1 | -12/+19 | |
| |/ / | ||||||
* | | | Merge #6102 | bors[bot] | 2020-09-30 | 1 | -21/+52 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix MergingBehaviour::Last not working properly | Lukas Wirth | 2020-09-30 | 1 | -21/+52 | |
|/ / | ||||||
* | | Merge #6096 | bors[bot] | 2020-09-29 | 8 | -32/+85 | |
|\ \ | ||||||
| * | | Extend **Status** command to also show dep info for the file | Aleksey Kladov | 2020-09-29 | 8 | -32/+85 | |
* | | | Merge #6095 | bors[bot] | 2020-09-29 | 6 | -64/+13 | |
|\| | | ||||||
| * | | Remove periodic gc stub | Aleksey Kladov | 2020-09-29 | 6 | -64/+13 | |
|/ / | ||||||
* | | Merge #6094 | bors[bot] | 2020-09-29 | 1 | -1/+3 | |
|\ \ | ||||||
| * | | More panic_context | Aleksey Kladov | 2020-09-29 | 1 | -1/+3 | |
* | | | Merge #6093 | bors[bot] | 2020-09-29 | 3 | -2/+55 | |
|\| | | |/ |/| | ||||||
| * | Add panic_context module for better panic messages | Aleksey Kladov | 2020-09-29 | 3 | -2/+55 | |
|/ | ||||||
* | Merge #6090 | bors[bot] | 2020-09-29 | 1 | -0/+52 | |
|\ | ||||||
| * | More style advice | Aleksey Kladov | 2020-09-29 | 1 | -0/+52 | |
* | | Merge #5928 | bors[bot] | 2020-09-29 | 7 | -9/+175 | |
|\ \ | ||||||
| * | | Replace "No references" with "0 references". | vsrs | 2020-09-29 | 1 | -2/+3 | |
| * | | Add tests | vsrs | 2020-09-29 | 1 | -3/+77 | |
| * | | Do not show references CodeLens for tests. | vsrs | 2020-09-29 | 3 | -14/+26 | |
| * | | Make method references CodeLens lazy. | vsrs | 2020-09-29 | 2 | -43/+56 | |
| * | | Make method references CodeLens off by default. | vsrs | 2020-09-29 | 2 | -3/+3 | |
| * | | Add method references CodeLens | vsrs | 2020-09-29 | 4 | -8/+74 | |
|/ / | ||||||
* | | Merge #6080 | bors[bot] | 2020-09-29 | 5 | -13/+149 | |
|\ \ | ||||||
| * | | Add hover config `linksInHover` to suppress links | flw | 2020-09-29 | 5 | -13/+149 | |
|/ / | ||||||
* | | Merge #6019 | bors[bot] | 2020-09-29 | 6 | -47/+61 | |
|\ \ | |/ |/| |