aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Color attribute functionsGeorge Fraser2020-05-195-3/+11
* | | | | | | Some FIXMEs were outdated:Julian Wollersberger2020-05-241-3/+1
* | | | | | | Update to rustc_lexer version 660.Julian Wollersberger2020-05-243-11/+12
| |_|_|_|_|/ |/| | | | |
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge #4555 #4575bors[bot]2020-05-237-18/+179
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Use Chalk's Ty::Function for function pointer typesFlorian Diebold2020-05-222-8/+51
| | * | | | | Use Chalk's built-in representation of function item typesFlorian Diebold2020-05-227-10/+128
* | | | | | | Merge #4578bors[bot]2020-05-234-7/+5
|\ \ \ \ \ \ \
| * | | | | | | And a few drive-byskjeremy2020-05-223-6/+4
| * | | | | | | Remove unnecessary clone that prevented clippy from moving onkjeremy2020-05-221-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge #4559bors[bot]2020-05-233-8/+17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix resolve_proc_macro heavy testGalilée 'Bill' Enguehard2020-05-231-1/+1
| * | | | | | Update tests to accept new hover formattingGalilée 'Bill' Enguehard2020-05-221-4/+13
| * | | | | | Fix formatting error when no modpath is presentGalilée 'Bill' Enguehard2020-05-221-3/+3
| * | | | | | Modify hover info to show module path separated by a lineGalilée 'Bill' Enguehard2020-05-221-3/+3
| * | | | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into modname_...Galilée 'Bill' Enguehard2020-05-21409-17345/+23590
| |\ \ \ \ \ \
| * | | | | | | Add extra newline after module path in hover infoGalilée 'Bill' Enguehard2020-05-211-1/+1
* | | | | | | | Provide missing Chalk debug methodsFlorian Diebold2020-05-222-0/+112
* | | | | | | | Use TypeCtorId as AdtId directly, and rename the type alias StructId -> AdtIdFlorian Diebold2020-05-225-14/+14
* | | | | | | | Split up chalk module a bitFlorian Diebold2020-05-223-958/+982
* | | | | | | | Merge #4570bors[bot]2020-05-223-18/+277
|\ \ \ \ \ \ \ \
| * | | | | | | | Add some tests for Chalk built-in trait implsFlorian Diebold2020-05-221-0/+78
| * | | | | | | | Provide Chalk well-known traitsFlorian Diebold2020-05-222-10/+41
| * | | | | | | | Use Chalk's built-in representations of primitive typesFlorian Diebold2020-05-221-10/+160
* | | | | | | | | Merge #4571bors[bot]2020-05-228-153/+112
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | KISS SourceChangeAleksey Kladov2020-05-228-153/+112
* | | | | | | | | | Merge #4569bors[bot]2020-05-227-67/+19
|\| | | | | | | | | | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | CodeAction groupsAleksey Kladov2020-05-227-67/+19
* | | | | | | | | Update ChalkFlorian Diebold2020-05-223-52/+81
* | | | | | | | | Merge #4516bors[bot]2020-05-222-24/+53
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Add versionkjeremy2020-05-191-1/+1
| * | | | | | | | Fill code action capabilities with a functionkjeremy2020-05-191-29/+27
| * | | | | | | | LSP: Two stage initializationkjeremy2020-05-192-24/+55
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Use WorkspaceEdit for ssrAleksey Kladov2020-05-213-4/+5
| |_|/ / / / / |/| | | | | |
* | | | | | | Formalize JoinLines protocol extensionAleksey Kladov2020-05-216-34/+60
* | | | | | | CleanupAleksey Kladov2020-05-213-34/+18
* | | | | | | Cleanup TextEditAleksey Kladov2020-05-215-18/+21
* | | | | | | Remove dead code for handling cursor positionsAleksey Kladov2020-05-218-388/+12
* | | | | | | Transition OnEnter to WorkspaceSnippetEditAleksey Kladov2020-05-214-59/+44
| |_|/ / / / |/| | | | |
* | | | | | Remove unused cursor positionsAleksey Kladov2020-05-213-8/+3
* | | | | | Merge #4506bors[bot]2020-05-212-4/+7
|\ \ \ \ \ \
| * | | | | | Make `find_path_inner` a queryJonas Schievink2020-05-202-4/+7
* | | | | | | Remove unused cursor positionsAleksey Kladov2020-05-201-13/+7
* | | | | | | Remove set_cursorAleksey Kladov2020-05-202-31/+13
* | | | | | | Snippetify unwrap -> matchAleksey Kladov2020-05-202-13/+30
* | | | | | | More snippetsAleksey Kladov2020-05-203-23/+17
|/ / / / / /
* | | | | | Merge #4540bors[bot]2020-05-209-171/+132
|\ \ \ \ \ \
| * | | | | | More snippetsAleksey Kladov2020-05-206-97/+45
| * | | | | | Snippetify introduce/inline varAleksey Kladov2020-05-203-74/+87
* | | | | | | Merge #4526bors[bot]2020-05-201-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Use a flat play icon instead of the blue emoji with test code lensAaron Loucks2020-05-201-2/+2