Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Hover tooltip module name is monospace once again | Aaron Loucks | 2020-05-26 | 2 | -8/+11 | |
* | | | | Fix some clippy perf warnings | Jeremy Kolb | 2020-05-25 | 1 | -4/+4 | |
| |/ / |/| | | ||||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Merge #4602 #4603 | bors[bot] | 2020-05-25 | 3 | -4/+7 | |
|\ \ \ \ | ||||||
| | * | | | Add self keyword semantic token type | Laurențiu Nicola | 2020-05-25 | 3 | -4/+7 | |
| |/ / / | ||||||
* / / / | Less rust-analyzer specific onEnter | Aleksey Kladov | 2020-05-25 | 2 | -9/+5 | |
|/ / / | ||||||
* | | | Handle more cases in `highlight_name_by_syntax` | Matthew Jasper | 2020-05-24 | 1 | -11/+19 | |
* | | | Highlight `true` and `false` as literals | Matthew Jasper | 2020-05-24 | 7 | -1/+9 | |
* | | | Fix tests | Aleksey Kladov | 2020-05-24 | 1 | -25/+25 | |
* | | | Merge pull request #4548 from bnjjj/fix_4464 | Aleksey Kladov | 2020-05-24 | 1 | -12/+131 | |
|\ \ \ | ||||||
| * | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-24 | 1 | -1/+1 | |
| * | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-23 | 1 | -35/+41 | |
| * | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-22 | 1 | -11/+2 | |
| * | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-21 | 15 | -90/+119 | |
| |\ \ \ | ||||||
| * | | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-21 | 1 | -13/+133 | |
* | | | | | Merge pull request #4495 from vsrs/fixture_meta | Aleksey Kladov | 2020-05-24 | 2 | -21/+131 | |
|\ \ \ \ \ | ||||||
| * | | | | | Propogate fixture meta to AnalysisHost | vsrs | 2020-05-16 | 2 | -6/+54 | |
| * | | | | | Use FixtureMeta in MockAnalysis | vsrs | 2020-05-16 | 1 | -16/+77 | |
| * | | | | | Remove temporary FixtureEntry parsed_meta field. | vsrs | 2020-05-16 | 1 | -3/+4 | |
* | | | | | | Merge pull request #4474 from georgewfraser/color_attrs | Aleksey Kladov | 2020-05-24 | 3 | -3/+9 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | Color attribute functions | George Fraser | 2020-05-19 | 3 | -3/+9 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge #4559 | bors[bot] | 2020-05-23 | 2 | -7/+16 | |
|\ \ \ \ \ | ||||||
| * | | | | | Update tests to accept new hover formatting | Galilée 'Bill' Enguehard | 2020-05-22 | 1 | -4/+13 | |
| * | | | | | Fix formatting error when no modpath is present | Galilée 'Bill' Enguehard | 2020-05-22 | 1 | -3/+3 | |
| * | | | | | Modify hover info to show module path separated by a line | Galilée 'Bill' Enguehard | 2020-05-22 | 1 | -3/+3 | |
| * | | | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into modname_... | Galilée 'Bill' Enguehard | 2020-05-21 | 37 | -546/+1614 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Add extra newline after module path in hover info | Galilée 'Bill' Enguehard | 2020-05-21 | 1 | -1/+1 | |
* | | | | | | | KISS SourceChange | Aleksey Kladov | 2020-05-22 | 5 | -86/+84 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Formalize JoinLines protocol extension | Aleksey Kladov | 2020-05-21 | 1 | -6/+3 | |
* | | | | | | Cleanup | Aleksey Kladov | 2020-05-21 | 3 | -34/+18 | |
* | | | | | | Cleanup TextEdit | Aleksey Kladov | 2020-05-21 | 3 | -6/+6 | |
* | | | | | | Remove dead code for handling cursor positions | Aleksey Kladov | 2020-05-21 | 3 | -6/+0 | |
* | | | | | | Transition OnEnter to WorkspaceSnippetEdit | Aleksey Kladov | 2020-05-21 | 1 | -16/+13 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Remove unused cursor positions | Aleksey Kladov | 2020-05-21 | 1 | -3/+0 | |
* | | | | | Remove unused cursor positions | Aleksey Kladov | 2020-05-20 | 1 | -13/+7 | |
| |_|_|/ |/| | | | ||||||
* | | | | Switch to new magic marks | Aleksey Kladov | 2020-05-20 | 8 | -52/+34 | |
* | | | | Remove cross-crate marks | Aleksey Kladov | 2020-05-20 | 2 | -12/+1 | |
* | | | | Add AssistConfig | Aleksey Kladov | 2020-05-19 | 5 | -7/+12 | |
* | | | | Fix doctests in an Impl block | Coenen Benjamin | 2020-05-17 | 1 | -1/+1 | |
* | | | | fix doctest inside impl block #4449 | Benjamin Coenen | 2020-05-17 | 1 | -2/+2 | |
* | | | | fix doctest inside impl block #4449 | Benjamin Coenen | 2020-05-16 | 1 | -5/+65 | |
| |/ / |/| | | ||||||
* | | | Merge #4472 | bors[bot] | 2020-05-16 | 2 | -1/+46 | |
|\ \ \ | ||||||
| * | | | Fix completion and hover for module and function of same name | Hasan Ali | 2020-05-16 | 2 | -1/+46 | |
* | | | | Add 'self to parameter' renaming. | zbsz | 2020-05-16 | 1 | -5/+206 | |
|/ / / | ||||||
* | | | Prioritize locals with correct types | Aleksey Kladov | 2020-05-14 | 2 | -5/+55 | |
* | | | Make some stuff public so that they can be reused by other tools | Pavan Kumar Sunkara | 2020-05-14 | 1 | -6/+2 | |
* | | | add more specific match postfix for Result and Option | Benjamin Coenen | 2020-05-12 | 1 | -15/+43 | |
* | | | Merge #4423 | bors[bot] | 2020-05-11 | 1 | -0/+26 | |
|\ \ \ | ||||||
| * | | | add tests module snippet | Benjamin Coenen | 2020-05-11 | 1 | -0/+8 | |
| * | | | add tests module snippet | Benjamin Coenen | 2020-05-11 | 1 | -0/+18 | |
* | | | | Merge #4358 | bors[bot] | 2020-05-11 | 1 | -1/+205 | |
|\ \ \ \ |