Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Merge #4593 | bors[bot] | 2020-05-24 | 3 | -20/+18 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix formatting | Aleksey Kladov | 2020-05-24 | 2 | -4/+1 | |
| | * | | | | | Document some rust-analyzer specific protocol extensions | Aleksey Kladov | 2020-05-24 | 1 | -7/+8 | |
| | * | | | | | Document matchingBrace LSP request | Aleksey Kladov | 2020-05-24 | 3 | -12/+12 | |
| * | | | | | | 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 | 9 | -1/+11 | |
| |/ / / / / | ||||||
| * | | | | | Fix tests | Aleksey Kladov | 2020-05-24 | 1 | -25/+25 | |
| * | | | | | Merge pull request #4548 from bnjjj/fix_4464 | Aleksey Kladov | 2020-05-24 | 8 | -19/+231 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-24 | 2 | -15/+1 | |
| | * | | | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-23 | 5 | -99/+142 | |
| | * | | | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-22 | 2 | -21/+9 | |
| | * | | | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-21 | 116 | -1915/+2702 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-21 | 7 | -19/+212 | |
| * | | | | | | | Merge pull request #4495 from vsrs/fixture_meta | Aleksey Kladov | 2020-05-24 | 7 | -77/+326 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | JFF, ra_fixture arg name for a code highlighting | vsrs | 2020-05-16 | 1 | -9/+11 | |
| | * | | | | | | | smoke test | vsrs | 2020-05-16 | 1 | -0/+6 | |
| | * | | | | | | | Propogate fixture meta to AnalysisHost | vsrs | 2020-05-16 | 5 | -16/+113 | |
| | * | | | | | | | Use FixtureMeta in MockAnalysis | vsrs | 2020-05-16 | 2 | -17/+85 | |
| | * | | | | | | | Remove temporary FixtureEntry parsed_meta field. | vsrs | 2020-05-16 | 4 | -11/+10 | |
| | * | | | | | | | Reimplement ra_db::fixture::ParsedMeta | vsrs | 2020-05-16 | 2 | -51/+28 | |
| | * | | | | | | | parse fixture meta in test_utils crate | vsrs | 2020-05-16 | 2 | -1/+101 | |
| * | | | | | | | | Merge pull request #4474 from georgewfraser/color_attrs | Aleksey Kladov | 2020-05-24 | 5 | -3/+11 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Color attribute functions | George Fraser | 2020-05-19 | 5 | -3/+11 | |
| * | | | | | | | | | Some FIXMEs were outdated: | Julian Wollersberger | 2020-05-24 | 1 | -3/+1 | |
| * | | | | | | | | | Update to rustc_lexer version 660. | Julian Wollersberger | 2020-05-24 | 3 | -11/+12 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ \ | Merge #4555 #4575 | bors[bot] | 2020-05-23 | 7 | -18/+179 | |
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | | | ||||||
| | | * | | | | | | | Use Chalk's Ty::Function for function pointer types | Florian Diebold | 2020-05-22 | 2 | -8/+51 | |
| | | * | | | | | | | Use Chalk's built-in representation of function item types | Florian Diebold | 2020-05-22 | 7 | -10/+128 | |
| * | | | | | | | | | Merge #4578 | bors[bot] | 2020-05-23 | 4 | -7/+5 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | And a few drive-bys | kjeremy | 2020-05-22 | 3 | -6/+4 | |
| | * | | | | | | | | | Remove unnecessary clone that prevented clippy from moving on | kjeremy | 2020-05-22 | 1 | -1/+1 | |
| | | |/ / / / / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge #4559 | bors[bot] | 2020-05-23 | 3 | -8/+17 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | Fix resolve_proc_macro heavy test | Galilée 'Bill' Enguehard | 2020-05-23 | 1 | -1/+1 | |
| | * | | | | | | | | 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 | 409 | -17345/+23590 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Add extra newline after module path in hover info | Galilée 'Bill' Enguehard | 2020-05-21 | 1 | -1/+1 | |
* | | | | | | | | | | | Fix incorrect behaviour if not resolved | Mikhail Rakhmanov | 2020-06-03 | 1 | -0/+1 | |
* | | | | | | | | | | | Further refactoring under review comments | Mikhail Rakhmanov | 2020-05-24 | 1 | -7/+3 | |
* | | | | | | | | | | | Remove unnecessary set_file and change variable positions for better readability | Mikhail Rakhmanov | 2020-05-23 | 1 | -2/+1 | |
* | | | | | | | | | | | Remove unwraps where possible | Mikhail Rakhmanov | 2020-05-23 | 1 | -22/+11 | |
* | | | | | | | | | | | Further review fixes | Mikhail Rakhmanov | 2020-05-23 | 3 | -14/+12 | |
* | | | | | | | | | | | Use default instead of new in AssistDirector | Mikhail Rakhmanov | 2020-05-23 | 1 | -5/+7 | |
* | | | | | | | | | | | Better naming and fix some review comments | Mikhail Rakhmanov | 2020-05-23 | 2 | -15/+14 | |
* | | | | | | | | | | | More formatting | Mikhail Rakhmanov | 2020-05-22 | 1 | -3/+1 | |
* | | | | | | | | | | | Refactor AssistDirector | Mikhail Rakhmanov | 2020-05-22 | 1 | -6/+4 | |
* | | | | | | | | | | | Formatting and remove unused imports | Mikhail Rakhmanov | 2020-05-22 | 2 | -16/+21 | |
* | | | | | | | | | | | Add preliminary implementation of extract struct from enum variant | Mikhail Rakhmanov | 2020-05-22 | 4 | -1/+402 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Provide missing Chalk debug methods | Florian Diebold | 2020-05-22 | 2 | -0/+112 |