aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Move rendering tests to the render moduleIgor Aleksanov2020-11-036-1095/+1163
* Add TypeAliasRenderIgor Aleksanov2020-11-034-19/+54
* Add ConstRenderIgor Aleksanov2020-11-035-28/+65
* Introduce render moduleIgor Aleksanov2020-11-037-246/+457
* Merge #6445bors[bot]2020-11-021-14/+14
|\
| * Fix coalescing of prime_caches updatesJonas Schievink2020-11-021-14/+14
* | Merge #6365bors[bot]2020-11-022-41/+121
|\ \
| * | Do insertion lookahead in algo::diffLukas Wirth2020-10-262-41/+121
| | |
| \ \
*-. \ \ Merge #6393 #6399bors[bot]2020-11-022-15/+275
|\ \ \ \ | |_|_|/ |/| | |
| | * | Keep generic annotations when qualifying thingsLukas Wirth2020-10-291-13/+169
| * | | Add check if param name is similar to fn nameMatthew Sanetra2020-10-281-2/+106
* | | | Remove unnecessary cloneJonas Schievink2020-11-021-1/+1
* | | | Merge #6441bors[bot]2020-11-021-9/+34
|\ \ \ \
| * | | | Remove debug printJonas Schievink2020-11-021-1/+0
| * | | | Coalesce prime_caches updatesJonas Schievink2020-11-021-9/+35
* | | | | Bump chalk and lexerkjeremy2020-11-022-4/+4
|/ / / /
* | | | Remove more unreachable pubsAleksey Kladov2020-11-0235-117/+110
* | | | Deny unreachable-pubAleksey Kladov2020-11-0229-149/+148
* | | | Update Cargo.tomlPavan Kumar Sunkara2020-10-311-1/+1
* | | | Merge #6416bors[bot]2020-10-303-58/+62
|\ \ \ \
| * | | | Respond with JSON-RPC error if we failed to deserialize requestAleksey Kladov2020-10-303-58/+62
* | | | | Upgrade Chalk to 0.36Florian Diebold2020-10-305-319/+179
|/ / / /
* | | | remove FIXME after rust 1.47 comes outyuqing2020-10-301-6/+1
* | | | refactor(hir_ty): do not override DisplayTarget in hir_fmtBenjamin Coenen2020-10-281-45/+68
* | | | Merge #6387bors[bot]2020-10-283-13/+72
|\ \ \ \
| * | | | do not use associated types placeholder for inlay hintBenjamin Coenen2020-10-284-8/+17
| * | | | do not use associated types placeholder for inlay hintBenjamin Coenen2020-10-283-60/+44
| * | | | do not use associated types placeholder for inlay hintBenjamin Coenen2020-10-286-155/+108
| * | | | do not use associated types placeholder for inlay hintBenjamin Coenen2020-10-282-31/+102
| * | | | do not use associated types placeholder for inlay hint #6191Benjamin Coenen2020-10-273-19/+61
* | | | | Merge #6384bors[bot]2020-10-281-3/+67
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | add doctest runnables on struct #6356Benjamin Coenen2020-10-271-1/+1
| * | | | add doctest runnables on struct #6356Benjamin Coenen2020-10-271-3/+67
* | | | | Merge #6379bors[bot]2020-10-273-0/+15
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Highlight never type as BuiltinTypeLukas Wirth2020-10-263-0/+15
| | |/ / | |/| |
* | | | Merge #6376bors[bot]2020-10-274-1/+26
|\ \ \ \
| * | | | Fix testGrayJack2020-10-261-158/+158
| * | | | Add test to avoid regressionGrayJack2020-10-262-153/+165
| * | | | Fix case where non FnOnce variables is marked callableGrayJack2020-10-262-1/+14
| | |/ / | |/| |
* | | | Merge #6257bors[bot]2020-10-261-11/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | Don't suggest extracting out 1-tuple enum variantsWesley Norris2020-10-261-11/+11
* | | | Better ordering of assistsAleksey Kladov2020-10-261-2/+3
* | | | Merge #6351bors[bot]2020-10-2621-184/+164
|\ \ \ \ | |_|/ / |/| | |
| * | | Reduce visibility of some methodsIgor Aleksanov2020-10-262-3/+3
| * | | Add a module doc-comment for completions moduleIgor Aleksanov2020-10-251-0/+2
| * | | Remove presentation moduleIgor Aleksanov2020-10-253-1421/+1409
| * | | Move Completions structure definition into completions moduleIgor Aleksanov2020-10-259-74/+74
| * | | Reorganize completions structureIgor Aleksanov2020-10-2522-108/+98
* | | | Merge #6367bors[bot]2020-10-262-2/+22
|\ \ \ \
| * | | | Handle #![cfg] in crate rootJonas Schievink2020-10-262-2/+22