Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Add tests for convert integer literal assist | vlakreeh | 2020-09-30 | 1 | -4/+570 | |
| * | | | Add ability to specify ResolvedAssist by label | vlakreeh | 2020-09-29 | 1 | -5/+22 | |
| * | | | Add convert integer literal assist | vlakreeh | 2020-09-29 | 3 | -0/+150 | |
* | | | | Merge #6143 | bors[bot] | 2020-10-05 | 2 | -1/+9 | |
|\ \ \ \ | ||||||
| * | | | | Account for proc macro helpers when parsing attr | Jonas Schievink | 2020-10-05 | 2 | -1/+9 | |
|/ / / / | ||||||
* | | | | Merge #6127 | bors[bot] | 2020-10-05 | 2 | -2/+23 | |
|\ \ \ \ | ||||||
| * | | | | Correctly complete items with leading underscore | León Orell Valerian Liehr | 2020-10-03 | 2 | -2/+23 | |
* | | | | | Merge #6142 | bors[bot] | 2020-10-05 | 2 | -6/+8 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Fix feature name | Aleksey Kladov | 2020-10-05 | 2 | -6/+8 | |
|/ / / / | ||||||
* | | | | Merge #5997 | bors[bot] | 2020-10-03 | 1 | -15/+117 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Improve readability in inlay_hints.rs | Igor Aleksanov | 2020-10-03 | 1 | -4/+5 | |
| * | | | Remove 'for_expr' test from inlay_hints.rs | Igor Aleksanov | 2020-10-03 | 1 | -14/+1 | |
| * | | | Make the tests for complete/incomplete for inlay hints work | Igor Aleksanov | 2020-10-03 | 1 | -10/+77 | |
| * | | | Better inlay hints in 'for' loops | Igor Aleksanov | 2020-10-03 | 1 | -2/+49 | |
|/ / / | ||||||
* | | | Merge #6125 | bors[bot] | 2020-10-02 | 1 | -40/+34 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Simplify ast_transform | Aleksey Kladov | 2020-10-02 | 1 | -40/+34 | |
|/ / | ||||||
* | | Merge #6123 | bors[bot] | 2020-10-02 | 38 | -672/+567 | |
|\ \ | ||||||
| * | | rename mock_analysis -> fixture | Aleksey Kladov | 2020-10-02 | 23 | -99/+90 | |
| * | | Get rid of MockAnalysis | Aleksey Kladov | 2020-10-02 | 19 | -420/+288 | |
| * | | Rewrite fixtures on top of Change | Aleksey Kladov | 2020-10-02 | 1 | -83/+90 | |
| * | | Move ide::AnalysisChange -> base_db::Change | Aleksey Kladov | 2020-10-02 | 11 | -93/+122 | |
* | | | Merge #6122 | bors[bot] | 2020-10-02 | 1 | -176/+181 | |
|\| | | ||||||
| * | | Expectify find_references tests | Aleksey Kladov | 2020-10-02 | 1 | -176/+181 | |
|/ / | ||||||
* | | 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 | |
|\ \ \ |