aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Collapse)AuthorAgeFilesLines
* Move ModuleSource back to hirAleksey Kladov2019-11-234-78/+71
|
* Privatise nameresAleksey Kladov2019-11-237-10/+12
|
* Rename CrateModuleIdAleksey Kladov2019-11-238-54/+54
|
* Move ImportIdAleksey Kladov2019-11-235-28/+26
|
* Simplify HasSourceAleksey Kladov2019-11-231-21/+18
|
* Hide ImportIdAleksey Kladov2019-11-234-21/+26
|
* Remove unneded supertraitAleksey Kladov2019-11-231-1/+1
|
* Cleanup importsAleksey Kladov2019-11-231-1/+1
|
* Cleanup importsAleksey Kladov2019-11-231-10/+10
|
* 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
|
* Move lang_items to hir_defAleksey Kladov2019-11-2310-202/+179
|
* Use attrs rather than syntax for lang itemsAleksey Kladov2019-11-233-39/+45
|
* Move attrs query to hir_defAleksey Kladov2019-11-2310-123/+202
|
* More principled sources for enums and fieldsAleksey Kladov2019-11-225-83/+193
|
* Uniformalize namingAleksey Kladov2019-11-226-22/+17
|
* 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
| |
* | Remove TraitData from APIAleksey Kladov2019-11-222-10/+5
| |
* | Hide data from public APIAleksey Kladov2019-11-223-16/+8
| |
* | Move const&static date to hir_defAleksey Kladov2019-11-227-72/+58
| |
* | 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
|/
* ReorderAleksey Kladov2019-11-221-37/+37
|
* Cleanup errorsAleksey Kladov2019-11-222-21/+29
|
* 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
| | |/ | |/|
* / | Don't continue line commentsAleksey Kladov2019-11-221-3/+31
|/ /
* | 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
| |
* | Add MacroFileKind::StatementsEdwin Cheng2019-11-212-0/+2
| |
* | Merge #2341bors[bot]2019-11-211-0/+68
|\ \ | |/ |/| | | | | | | | | | | 2341: Fix mbe fail to parse TokenTree with endings whitespace r=matklad a=edwin0cheng Co-authored-by: Edwin Cheng <[email protected]>
| * Fixed mbe trival subtreeEdwin Cheng2019-11-211-0/+68
| |
* | Fix test mark placementAleksey Kladov2019-11-212-2/+2
| |
* | reformatAleksey Kladov2019-11-212-5/+4
| |
* | Remove old hir::generics moduleAleksey Kladov2019-11-2111-114/+94
| |
* | Reduce visibilityAleksey Kladov2019-11-211-41/+37
| |