Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Nicer API | Aleksey Kladov | 2020-05-07 | 1 | -1/+1 |
* | Rename AssitLabel -> Assist | Aleksey Kladov | 2020-05-07 | 1 | -3/+3 |
* | Rename | Aleksey Kladov | 2020-05-06 | 1 | -1/+1 |
* | Use SourceChange for assists | Aleksey Kladov | 2020-05-06 | 1 | -7/+24 |
* | Lift SourceChange to the ra_ide_db | Aleksey Kladov | 2020-05-06 | 1 | -2/+1 |
* | Fix capitalization | Aleksey Kladov | 2020-05-06 | 1 | -2/+2 |
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -2/+2 |
* | Introduce ActiveParameter | Aleksey Kladov | 2020-04-24 | 1 | -15/+0 |
* | feat: improve dot completions with scoring | Benjamin Coenen | 2020-04-16 | 1 | -1/+3 |
* | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-11 | 1 | -0/+15 |
* | Check for eprintln on CI | Aleksey Kladov | 2020-04-06 | 1 | -0/+5 |
* | Better names for config structs | Aleksey Kladov | 2020-03-31 | 1 | -6/+6 |
* | Reload only the properties that do not affect vfs | Kirill Bulatov | 2020-03-30 | 1 | -0/+5 |
* | Add ProcMacroClient | Edwin Cheng | 2020-03-25 | 1 | -0/+1 |
* | Merge #3540 | bors[bot] | 2020-03-16 | 1 | -1/+2 |
|\ | |||||
| * | Swtches to rust SSR query check | Mikhail Modin | 2020-03-15 | 1 | -1/+2 |
* | | Make naming more uniform | Aleksey Kladov | 2020-03-12 | 1 | -2/+2 |
* | | Merge #3543 | bors[bot] | 2020-03-12 | 1 | -3/+3 |
|\ \ | |||||
| * | | Address Issues from Github | Steffen Lyngbaek | 2020-03-10 | 1 | -3/+2 |
| * | | Parameter inlay hint separate from variable type inlay? #2876 | Steffen Lyngbaek | 2020-03-10 | 1 | -2/+3 |
* | | | Merge #3549 | bors[bot] | 2020-03-11 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Add extern source | Edwin Cheng | 2020-03-11 | 1 | -0/+1 |
| |/ | |||||
* | | Move FeatureFlags | Aleksey Kladov | 2020-03-10 | 1 | -13/+3 |
* | | Pull completion options up to the rust-analyzer | Aleksey Kladov | 2020-03-10 | 1 | -11/+6 |
* | | Introduce CompletionOptions | Aleksey Kladov | 2020-03-10 | 1 | -2/+11 |
|/ | |||||
* | Use `Index` for CrateGraph | Aleksey Kladov | 2020-03-09 | 1 | -2/+2 |
* | Less abstract CrateData api | Kirill Bulatov | 2020-03-09 | 1 | -2/+2 |
* | Consider crate declaration names | Kirill Bulatov | 2020-03-08 | 1 | -1/+7 |
* | Prime open files on load | Aleksey Kladov | 2020-03-05 | 1 | -0/+5 |
* | Cleanup API | Aleksey Kladov | 2020-03-04 | 1 | -3/+2 |
* | Remove hover::type_of | Edwin Cheng | 2020-02-28 | 1 | -5/+0 |
* | Better highlightign API | Aleksey Kladov | 2020-02-27 | 1 | -1/+3 |
* | More type safety for highlighting | Aleksey Kladov | 2020-02-26 | 1 | -1/+1 |
* | Refactor primary IDE API | Aleksey Kladov | 2020-02-26 | 1 | -4/+1 |
* | Rename back to highlight and check event's again highlight range | kjeremy | 2020-02-25 | 1 | -5/+3 |
* | Semantic Ranges | Jeremy Kolb | 2020-02-25 | 1 | -0/+7 |
* | Teach the server about Semantic Tokens proposed LSP | kjeremy | 2020-02-25 | 1 | -1/+1 |
* | Merge #3099 | bors[bot] | 2020-02-17 | 1 | -0/+12 |
|\ | |||||
| * | Init implementation of structural search replace | Mikhail Modin | 2020-02-14 | 1 | -0/+12 |
* | | If possible, use --exact flag when running tests | Kirill Bulatov | 2020-02-14 | 1 | -1/+1 |
|/ | |||||
* | Move imports locator to ide_db | Aleksey Kladov | 2020-02-06 | 1 | -1/+0 |
* | Cleanup | Aleksey Kladov | 2020-02-06 | 1 | -0/+74 |
* | cleanup imports | Aleksey Kladov | 2020-02-06 | 1 | -21/+17 |
* | Move to a crate | Aleksey Kladov | 2020-02-06 | 1 | -2/+3 |
* | Move change to ide-db | Aleksey Kladov | 2020-02-06 | 1 | -2/+1 |
* | Move Query | Aleksey Kladov | 2020-02-06 | 1 | -40/+1 |
* | Move symbol_index | Aleksey Kladov | 2020-02-06 | 1 | -2/+5 |
* | Move FeatureFlags | Aleksey Kladov | 2020-02-06 | 1 | -2/+1 |
* | Move line_index | Aleksey Kladov | 2020-02-06 | 1 | -4/+4 |
* | Start ide_db | Aleksey Kladov | 2020-02-06 | 1 | -0/+2 |