aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Note that debugging infra is brokenAleksey Kladov2019-11-231-0/+2
| | | | |
| * | | | Get rid of DefDatabase2Aleksey Kladov2019-11-2323-135/+123
| | | | |
| * | | | Move docs to hir_defAleksey Kladov2019-11-2311-134/+118
| | | | |
* | | | | Merge #2370bors[bot]2019-11-231-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2370: Add note about neovim's built in language server r=matklad a=norcalli I implemented a builtin language server client (`:h lsp.txt`) for neovim and it's been in master since 2019-11-13. We built https://github.com/neovim/nvim-lsp to contain easy configuration settings for servers which we hope to be a database that can be referenced for other editors/3rd party users as well. Support will be merged very soon https://github.com/neovim/nvim-lsp/pull/43. Co-authored-by: Ashkan Kiani <[email protected]>
| * | | | | Fix url to point to rust_analyzer specificallyAshkan Kiani2019-11-231-1/+1
| | | | | |
| * | | | | Add note about neovim's built in language serverAshkan Kiani2019-11-231-0/+5
| | | | | |
* | | | | | Merge #2369bors[bot]2019-11-2310-202/+179
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | | | | | | | | | | | | | | | | | | | | 2369: Move lang_items to hir_def r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * / / / Move lang_items to hir_defAleksey Kladov2019-11-2310-202/+179
|/ / / /
* | | | Merge #2368bors[bot]2019-11-233-39/+45
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2368: Use attrs rather than syntax for lang items r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | Use attrs rather than syntax for lang itemsAleksey Kladov2019-11-233-39/+45
| | | | |
* | | | | Merge #2366bors[bot]2019-11-2310-123/+202
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2366: Move attrs query to hir_def r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | Move attrs query to hir_defAleksey Kladov2019-11-2310-123/+202
|/ / / /
* | | | Merge #2363bors[bot]2019-11-225-83/+193
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | 2363: More principled sources for enums and fields r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | | More principled sources for enums and fieldsAleksey Kladov2019-11-225-83/+193
|/ / /
* | | Merge #2361bors[bot]2019-11-226-22/+17
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 2361: Uniformalize naming r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | Uniformalize namingAleksey Kladov2019-11-226-22/+17
|/ /
* | Merge #2355bors[bot]2019-11-223-1/+63
|\ \ | | | | | | | | | | | | | | | | | | | | | 2355: Expand column!() r=kjeremy a=kjeremy Co-authored-by: Jeremy Kolb <[email protected]>
| * | Expand column!()Jeremy Kolb2019-11-223-1/+63
|/ /
* | Merge #2357bors[bot]2019-11-223-1/+45
|\ \ | | | | | | | | | | | | | | | | | | | | | 2357: Expand file! to dummy "" r=edwin0cheng a=kjeremy See https://github.com/rust-analyzer/rust-analyzer/pull/2355#issuecomment-557541873 Co-authored-by: kjeremy <[email protected]>
| * | Expand file! to dummy ""kjeremy2019-11-223-1/+45
| | |
* | | Merge #2359bors[bot]2019-11-222-10/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2359: Remove TraitData from API r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | | Remove TraitData from APIAleksey Kladov2019-11-222-10/+5
| | | |
* | | | Merge #2358bors[bot]2019-11-227-83/+61
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2358: Hide data from public API r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | | Hide data from public APIAleksey Kladov2019-11-223-16/+8
| | | |
| * | | Move const&static date to hir_defAleksey Kladov2019-11-227-72/+58
|/ / /
* | | Merge #2356bors[bot]2019-11-2218-309/+252
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 2356: Move FunctionData to hir_def r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | Make ImplData's fields publicAleksey Kladov2019-11-224-28/+14
| | |
| * | Move data to a single fileAleksey Kladov2019-11-228-254/+213
| | |
| * | Move FunctionData to hir_defAleksey Kladov2019-11-2214-116/+114
|/ /
* | Merge #2354bors[bot]2019-11-222-55/+63
|\ \ | | | | | | | | | | | | | | | | | | | | | 2354: Cleanup errors r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | ReorderAleksey Kladov2019-11-221-37/+37
| | |
| * | Cleanup errorsAleksey Kladov2019-11-222-21/+29
| | |
* | | Merge #2353bors[bot]2019-11-227-28/+79
|\| | | | | | | | | | | | | | | | | | | | | | | 2353: Add support for environment to CrateGraph r=matklad a=matklad bors r+ Co-authored-by: Aleksey Kladov <[email protected]>
| * | Add support for environment to CrateGraphAleksey Kladov2019-11-227-28/+79
|/ /
| |
| \
*-. \ Merge #2348 #2352bors[bot]2019-11-228-20/+44
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2348: Add support for stringify! builtin macro r=matklad a=piotr-szpetkowski Refs #2212 First time ever contributing here, hopefully it's ok. 2352: Move TypeAlias to hir_def r=matklad a=matklad Co-authored-by: Piotr Szpetkowski <[email protected]> Co-authored-by: Aleksey Kladov <[email protected]>
| | * | Move TypeAlias to hir_defAleksey Kladov2019-11-226-20/+16
| | | |
| * | | Add support for Stringify builtin macroPiotr Szpetkowski2019-11-222-0/+28
| | | |
* | | | Merge #2347bors[bot]2019-11-221-2/+32
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2347: More correct expand macro r=matklad a=edwin0cheng Co-authored-by: Edwin Cheng <[email protected]>
| * | | | More correct expand macroEdwin Cheng2019-11-221-2/+32
| |/ / /
* | | | Merge #2351bors[bot]2019-11-227-51/+63
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | 2351: Rename Atts trait r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | | Rename Atts traitAleksey Kladov2019-11-223-15/+12
| | | |
| * | | Encapsulate AttrsAleksey Kladov2019-11-226-42/+57
| | | |
* | | | Merge #2349bors[bot]2019-11-222-4/+23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2349: Ban println in lsp_server r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | Ban println in lsp_serverAleksey Kladov2019-11-222-4/+23
| | |/ / | |/| |
* | | | Merge #2350bors[bot]2019-11-221-3/+31
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | 2350: Don't continue line comments r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | | Don't continue line commentsAleksey Kladov2019-11-221-3/+31
|/ / /
* | | Merge #2342bors[bot]2019-11-214-13/+93
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2342: Use proper MacroFileKind in `SourceAnalyzer` r=matklad a=edwin0cheng * Add `MacroFileKind::Statements` * Add `to_macro_file_kind` in `source_binding.rs` to set a proper `MacroFileKind` when expanding a macro. * Add a test for trying expanding `match_ast` which is not correct before this PR. * Fix some spacing issues in `insert_whitespaces` Co-authored-by: Edwin Cheng <[email protected]>
| * | | Fix insert_whitespacesEdwin Cheng2019-11-211-11/+10
| | | |
| * | | Add test for match_astEdwin Cheng2019-11-211-0/+43
| | | |
| * | | Add to_macro_file_kindEdwin Cheng2019-11-211-2/+38
| | | |