Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | More panic_context | Aleksey Kladov | 2020-09-29 | 1 | -1/+3 |
* | Add panic_context module for better panic messages | Aleksey Kladov | 2020-09-29 | 3 | -2/+55 |
* | 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 | 1 | -2/+2 |
* | Add method references CodeLens | vsrs | 2020-09-29 | 2 | -8/+68 |
* | Add hover config `linksInHover` to suppress links | flw | 2020-09-29 | 5 | -13/+149 |
* | Merge #6019 | bors[bot] | 2020-09-29 | 6 | -47/+61 |
|\ | |||||
| * | Remove make::path_from_text | Lukas Wirth | 2020-09-16 | 6 | -47/+61 |
* | | Merge #6088 | bors[bot] | 2020-09-28 | 1 | -3/+3 |
|\ \ | |||||
| * | | Update chalk to 0.30.0 | Nathan Whitaker | 2020-09-28 | 1 | -3/+3 |
* | | | Microoptimize | Aleksey Kladov | 2020-09-28 | 1 | -6/+7 |
|/ / | |||||
* | | chalk 0.29.0 | Jeremy Kolb | 2020-09-28 | 1 | -3/+3 |
* | | Merge #6033 | bors[bot] | 2020-09-28 | 4 | -29/+201 |
|\ \ | |||||
| * | | Add more comments about proc macro resolution | Jonas Schievink | 2020-09-28 | 1 | -0/+20 |
| * | | Simplify iterator chain | Jonas Schievink | 2020-09-28 | 1 | -5/+2 |
| * | | Remove incorrect docs | Jonas Schievink | 2020-09-18 | 1 | -6/+0 |
| * | | Reduce visibility of non-proc-macros | Jonas Schievink | 2020-09-18 | 3 | -0/+85 |
| * | | Remove obsolete proc macro collection code | Jonas Schievink | 2020-09-18 | 1 | -19/+0 |
| * | | Use hir_def to resolve proc macros | Jonas Schievink | 2020-09-18 | 3 | -16/+79 |