aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Use `dyn Trait` for working with databseAleksey Kladov2020-03-1651-794/+813
* Remove dat fixmeVeetaha2020-03-161-1/+1
* Merge #3573bors[bot]2020-03-161-0/+1
|\
| * Check all crates of the workspaceAleksey Kladov2020-03-131-0/+1
* | Merge #3587bors[bot]2020-03-162-11/+77
|\ \
| * | Fix tests part 2...Steffen Lyngbaek2020-03-161-34/+31
| * | Fix broken testsSteffen Lyngbaek2020-03-161-26/+29
| * | Rely on the safer workspace_loaded checkSteffen Lyngbaek2020-03-161-13/+15
| * | Fix broken testsSteffen Lyngbaek2020-03-141-5/+10
| * | Use idiomatic way of defining floatsSteffen Lyngbaek2020-03-131-2/+2
| * | Use WorkDoneProgress LSP API for initial loadSteffen Lyngbaek2020-03-131-6/+65
* | | Merge #3603bors[bot]2020-03-166-10/+28
|\ \ \
| * | | Use Display instead of a custom methodKirill Bulatov2020-03-163-19/+17
| * | | Fix crate display name dashesKirill Bulatov2020-03-166-20/+40
* | | | Merge #3540bors[bot]2020-03-165-12/+52
|\ \ \ \
| * | | | Swtches to rust SSR query checkMikhail Modin2020-03-155-12/+52
* | | | | Merge #3598bors[bot]2020-03-161-17/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ra_hir_expand: change the ordering of imports as per the formatterVeetaha2020-03-151-1/+1
| * | | | ra_hir_expand: migrate to impl_intern_key!()Veetaha2020-03-151-17/+3
* | | | | Merge #3602bors[bot]2020-03-162-66/+33
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ra_ide: refactor readonly String -> &strveetaha2020-03-162-25/+28
| * | | | ra_ide: remove dead code in HoverResultveetaha2020-03-151-41/+5
* | | | | Merge #3591bors[bot]2020-03-156-16/+96
|\ \ \ \ \
| * | | | | Support local macro_rulesEdwin Cheng2020-03-146-16/+96
* | | | | | Fix completion of trait itemsFlorian Diebold2020-03-143-11/+80
| |/ / / / |/| | | |
* | | | | SimplifyAleksey Kladov2020-03-132-8/+5
* | | | | Simplify testsAleksey Kladov2020-03-131-20/+20
* | | | | Don't use generic DB where a concrete one will doAleksey Kladov2020-03-132-9/+8
|/ / / /
| | | |
| \ \ \
*-. \ \ \ Merge #3561 #3577bors[bot]2020-03-138-42/+98
|\ \ \ \ \
| | * | | | Protect against infinite macro expansion in def collectorFlorian Diebold2020-03-131-9/+39
| * | | | | fixup! feat: add debug code lensHannes De Valkeneer2020-03-124-16/+24
| * | | | | fixup! feat: add debug code lensHannes De Valkeneer2020-03-122-12/+12
| * | | | | Update crates/rust-analyzer/src/main_loop/handlers.rs hdevalke2020-03-121-1/+1
| * | | | | feat: add debug code lensHannes De Valkeneer2020-03-114-27/+45
* | | | | | Parse variadics correctlyAleksey Kladov2020-03-137-14/+178
| |/ / / / |/| | | |
* | | | | Fix completion of HashMap::newFlorian Diebold2020-03-135-6/+62
* | | | | Restore cargo-fmt gatingAleksey Kladov2020-03-133-14/+9
* | | | | Move verbose tests out of lineAleksey Kladov2020-03-1310-77/+91
* | | | | Merge #3553bors[bot]2020-03-135-11/+107
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fix issue 3444Josh Mcguigan2020-03-135-11/+107
| |/ / /
* | | | Merge #3572bors[bot]2020-03-131-0/+34
|\ \ \ \
| * | | | Add test for completion of unresolved itemsAleksey Kladov2020-03-131-0/+34
| | |_|/ | |/| |
* / | | Remove some TextUnit->usize escapeesCAD972020-03-137-27/+31
|/ / /
* | | Fix completion testsAleksey Kladov2020-03-123-0/+12
* | | Simpler deserializationAleksey Kladov2020-03-125-27/+32
* | | Make naming more uniformAleksey Kladov2020-03-126-35/+35
* | | Merge #3543bors[bot]2020-03-127-33/+123
|\ \ \
| * | | Switch from Vec<InlayKind> to object with propsSteffen Lyngbaek2020-03-127-56/+21
| * | | Deduplicate some Inlay definitionsSteffen Lyngbaek2020-03-113-36/+31
| * | | Address Issues from GithubSteffen Lyngbaek2020-03-108-43/+74