aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Simplify mod completionLukas Wirth2021-01-071-38/+31
* Tidy up attribute completion matchLukas Wirth2021-01-071-19/+11
* Switch test markerPhil Ellison2021-01-071-1/+1
* cargo fmtPhil Ellison2021-01-072-7/+11
* Add fix to wrap return expression in SomePhil Ellison2021-01-077-21/+87
* Merge #7193bors[bot]2021-01-078-41/+101
|\
| * Report progress for cargo metadata and output-dirEdwin Cheng2021-01-075-18/+77
| * Refactor out JodChildEdwin Cheng2021-01-073-23/+24
* | Merge #7191bors[bot]2021-01-071-24/+27
|\ \
| * | Use `file_set::FileSet` and `FileSet` consistently in docArnaud2021-01-071-5/+5
| * | Use intra-doc links in `vfs` crate documentationArnaud2021-01-071-20/+26
| * | Remove the reference to `WalkdirLoaderHandle` in vfs documentationArnaud2021-01-071-3/+0
* | | Better fixture highlightAleksey Kladov2021-01-077-18/+140
* | | Merge #7184bors[bot]2021-01-07108-1762/+1742
|\ \ \
| * | | Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-07108-1762/+1742
| |/ /
* / / Use american spelling for configAleksey Kladov2021-01-071-9/+22
|/ /
* / Remove some stale deprecationsAleksey Kladov2021-01-075-12/+5
|/
* Align config's API with usageAleksey Kladov2021-01-0622-162/+164
* Merge #7183bors[bot]2021-01-067-78/+32
|\
| * YAGNI active_resolve_capabilitiesAleksey Kladov2021-01-067-78/+32
* | Replace last usages of difference with dissimilarJesse Bakker2021-01-063-5/+17
* | Merge #7181bors[bot]2021-01-062-2/+27
|\ \ | |/ |/|
| * Document `project_model::TargetData`Arnaud2021-01-061-0/+6
| * Document `project_model::PackageData`Arnaud2021-01-061-0/+16
| * Make `PackageData`, `TargetData` and `PackageDependency` publicArnaud2021-01-061-2/+5
* | More readable testAleksey Kladov2021-01-061-2/+12
* | Less confusing instr statAleksey Kladov2021-01-061-1/+5
|/
* Better target for move moduleAleksey Kladov2021-01-063-35/+47
* Merge #7177bors[bot]2021-01-063-6/+6
|\
| * Speed up snapshotingAleksey Kladov2021-01-063-6/+6
* | Merge #7172bors[bot]2021-01-0614-442/+412
|\|
| * More maintainable configAleksey Kladov2021-01-0614-442/+412
* | Merge #7176bors[bot]2021-01-061-13/+9
|\ \ | |/ |/|
| * Change the should_panic completion and his related attribute testFlowerBOII2021-01-061-7/+3
| * Remove the args for the must_use attibute and change the related testsFlowerBOII2021-01-061-3/+3
| * Update deprecated testFlowerBOII2021-01-061-3/+3
| * Remove a part of the deprecated autocompletionFlowerBOII2021-01-061-1/+1
* | Merge #7174bors[bot]2021-01-061-3/+15
|\ \ | |/ |/|
| * Normalize line endings when formattingJesse Bakker2021-01-051-3/+15
* | Merge #7170bors[bot]2021-01-056-83/+124
|\ \
| * | More maintainable caps configAleksey Kladov2021-01-056-83/+124
* | | Emit diagnostics for unresolved item-level macrosJonas Schievink2021-01-051-1/+32
|/ /
* | Merge #7168bors[bot]2021-01-0516-26/+31
|\ \
| * | Rename expr -> tail_exprAleksey Kladov2021-01-0516-26/+31
* | | Merge #7140bors[bot]2021-01-054-117/+197
|\ \ \ | |/ / |/| |
| * | Move the test markKirill Bulatov2021-01-051-2/+4
| * | Small helpersKirill Bulatov2021-01-042-1/+5
| * | Code review fixesKirill Bulatov2021-01-043-42/+50
| * | Do not collect trait type aliasesKirill Bulatov2021-01-041-5/+6
| * | Ignore associated items during unqialified path fuzzy completionsKirill Bulatov2021-01-041-1/+9