aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Update `CrateGraph` commentJonas Schievink2021-05-241-5/+9
* Merge #8975bors[bot]2021-05-243-62/+111
|\
| * add test that it does not create extraneous commasDomantas Jadenkus2021-05-241-0/+20
| * tidyDomantas Jadenkus2021-05-241-2/+2
| * generate match arms with todo!() as placeholder bodyDomantas Jadenkus2021-05-242-60/+89
* | Merge #8977bors[bot]2021-05-247-90/+101
|\ \
| * | FixupJonas Schievink2021-05-242-4/+8
| * | Make `TokenTextRange` privateJonas Schievink2021-05-245-11/+10
| * | Move `TokenMap` to its own fileJonas Schievink2021-05-243-81/+89
* | | internal: rename hypothetical -> speculativeAleksey Kladov2021-05-245-25/+25
* | | Merge #8970bors[bot]2021-05-241-15/+21
|\ \ \ | |_|/ |/| |
| * | Duplicate dependencies that have multiple DepKindsJonas Schievink2021-05-241-15/+21
| |/
* | Merge #8963bors[bot]2021-05-2418-12/+68
|\ \ | |/ |/|
| * Update test fixturesLaurențiu Nicola2021-05-2411-1/+57
| * Bump rustc_lexerLaurențiu Nicola2021-05-241-1/+1
| * Disable `unaliged` feature of `object`Laurențiu Nicola2021-05-241-1/+1
| * Bump objectLaurențiu Nicola2021-05-243-3/+3
| * Bump misc depsLaurențiu Nicola2021-05-242-4/+4
| * Bump chalkLaurențiu Nicola2021-05-241-3/+3
* | Intern `GenericArgs`Jonas Schievink2021-05-244-11/+10
* | internal: intern `TypeBound`sJonas Schievink2021-05-2412-27/+49
|/
* Merge #8955bors[bot]2021-05-248-20/+141
|\
| * Add a FIXMEKirill Bulatov2021-05-241-0/+9
| * Small file error display fixKirill Bulatov2021-05-241-1/+1
| * Don't discover workspaces when detached files are givenKirill Bulatov2021-05-231-3/+2
| * Deal with todosKirill Bulatov2021-05-231-4/+14
| * Do not add cargo target for detached files only projectKirill Bulatov2021-05-231-13/+22
| * Drag detached files towards loadingKirill Bulatov2021-05-236-11/+83
| * Draft detached files retrievalKirill Bulatov2021-05-236-3/+25
* | Merge #8945bors[bot]2021-05-2314-69/+175
|\ \
| * | Get rid of field_type againFlorian Diebold2021-05-236-24/+16
| * | Infer correct expected type in closureFlorian Diebold2021-05-231-1/+8
| * | Infer correct expected type for generic struct fieldsFlorian Diebold2021-05-234-19/+46
| * | Record method call substs and use them in call infoFlorian Diebold2021-05-239-45/+125
* | | Merge #8953bors[bot]2021-05-232-9/+108
|\ \ \
| * | | feat: generate getter avoids generating types like `&Vec<T>`Aleksey Kladov2021-05-232-9/+108
* | | | internal: document ItemTree designJonas Schievink2021-05-231-2/+32
|/ / /
* | | Merge #8948bors[bot]2021-05-235-252/+141
|\ \ \
| * | | feat: generate getter assist places the cursor at the generated functionAleksey Kladov2021-05-232-9/+14
| * | | minimize testsAleksey Kladov2021-05-231-44/+54
| * | | remove duplicate testsAleksey Kladov2021-05-231-103/+26
| * | | reduce duplicationAleksey Kladov2021-05-234-211/+162
| | |/ | |/|
* / | minor: align import style with styleguideAleksey Kladov2021-05-231-3/+3
|/ /
* | Correctly resolve crate name in use paths when import shadows itselfLukas Tobias Wirth2021-05-233-3/+31
* | Minor: fix comment styleAleksey Kladov2021-05-231-1/+3
|/
* Explain why nested `TypeRef` aren't internedJonas Schievink2021-05-231-0/+4
* Give ‘unsafe’ semantic token modifier to unsafe traitsAramis Razzaghipour2021-05-235-3/+20
* Merge #8938bors[bot]2021-05-234-15/+118
|\
| * Paper over #8931 a bit moreFlorian Diebold2021-05-232-2/+4
| * Add test for #8931 and better checkingFlorian Diebold2021-05-233-13/+114