Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #6148 | bors[bot] | 2020-10-06 | 2 | -6/+57 |
|\ | |||||
| * | Fix trait object hir formatting behind pointer and references | Lukas Wirth | 2020-10-06 | 2 | -6/+57 |
* | | Merge #6124 | bors[bot] | 2020-10-06 | 10 | -31/+64 |
|\ \ | |||||
| * | | Properly name the field | Kirill Bulatov | 2020-10-02 | 8 | -24/+26 |
| * | | Fix the hover dash issues | Kirill Bulatov | 2020-10-02 | 4 | -9/+10 |
| * | | Add a dash test | Kirill Bulatov | 2020-10-02 | 2 | -2/+32 |
* | | | Merge #6139 | bors[bot] | 2020-10-06 | 6 | -118/+172 |
|\ \ \ | |||||
| * | | | Make ImportPrefix a configuration option | Lukas Wirth | 2020-10-05 | 5 | -9/+33 |
| * | | | Make find_path_prefixed configurable | Lukas Wirth | 2020-10-05 | 2 | -110/+140 |
| | |/ | |/| | |||||
* | | | Do not leave braces for colons in dbg! | Kirill Bulatov | 2020-10-06 | 1 | -2/+7 |
* | | | Merge #6111 | bors[bot] | 2020-10-05 | 4 | -5/+738 |
|\ \ \ | |||||
| * | | | 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 |
* | | | | 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 |
* | | | | | Fix feature name | Aleksey Kladov | 2020-10-05 | 1 | -1/+1 |
| |_|/ / |/| | | | |||||
* | | | | 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 |
|/ / / | |||||
* | / | Simplify ast_transform | Aleksey Kladov | 2020-10-02 | 1 | -40/+34 |
| |/ |/| | |||||
* | | 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 |
* | | Expectify find_references tests | Aleksey Kladov | 2020-10-02 | 1 | -176/+181 |
* | | 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 | 5 | -0/+36 |
|\ \ \ | |||||
| * | | | Fix failing test | Igor Aleksanov | 2020-10-02 | 1 | -0/+6 |
| * | | | 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 #6104 | bors[bot] | 2020-10-02 | 6 | -7/+7 |
|\ \ \ | |||||
| * | | | Minor clippy performance suggestions | kjeremy | 2020-09-30 | 6 | -7/+7 |
* | | | | Up rustc-ap-rustc_lexer to 681 | kjeremy | 2020-10-01 | 2 | -5/+5 |
| |/ / |/| | | |||||
* | | | Fix MergingBehaviour::Last not working properly | Lukas Wirth | 2020-09-30 | 1 | -21/+52 |
|/ / | |||||
* | | Extend **Status** command to also show dep info for the file | Aleksey Kladov | 2020-09-29 | 4 | -21/+59 |
* | | Remove periodic gc stub | Aleksey Kladov | 2020-09-29 | 6 | -64/+13 |