aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Reorder itemsJonas Schievink2020-10-231-9/+9
* Use format_toJonas Schievink2020-10-231-4/+3
* Update crates/cfg/src/cfg_expr.rsJonas Schievink2020-10-221-1/+1
* Emit better #[cfg] diagnosticsJonas Schievink2020-10-229-65/+124
* Fix typoJonas Schievink2020-10-222-1/+2
* Implement DNF-based `#[cfg]` introspectionJonas Schievink2020-10-224-2/+621
* Simplify cfg representationJonas Schievink2020-10-213-31/+41
* Merge #6299bors[bot]2020-10-208-67/+141
|\
| * Fixup botched renameJonas Schievink2020-10-201-1/+1
| * More detailed messageJonas Schievink2020-10-201-1/+1
| * Rename UnconfiguredCode -> InactiveCodeJonas Schievink2020-10-203-5/+5
| * Add a (hint) diagnostic for unconfigured itemsJonas Schievink2020-10-206-3/+86
| * Simplify diagnostic construction, add unused fieldJonas Schievink2020-10-203-64/+55
* | Don't rely on display names in inlay_hintsAleksey Kladov2020-10-204-19/+29
|/
* Support Display name in project.jsonAleksey Kladov2020-10-202-3/+7
* More type safety around namesAleksey Kladov2020-10-206-19/+33
* Introduce CrateDisplayNameAleksey Kladov2020-10-201-1/+23
* Rename declaration_name -> display_nameAleksey Kladov2020-10-2011-35/+28
* Merge #6294bors[bot]2020-10-202-0/+28
|\
| * Add a hacky remidy for #6038Aleksey Kladov2020-10-202-0/+28
* | Add descriptions for diagnostics parseable by xtaskIgor Aleksanov2020-10-192-0/+64
|/
* Minor, rename featureAleksey Kladov2020-10-191-1/+1
* Try to fix publishingAleksey Kladov2020-10-191-1/+1
* Change visibility works for type aliasesAleksey Kladov2020-10-182-5/+19
* Extract call_info and completion into separate cratesIgor Aleksanov2020-10-1832-226/+300
* update depsAleksey Kladov2020-10-181-1/+1
* Complete methods when receiver is a macroAleksey Kladov2020-10-172-0/+16
* Improve readabilityAleksey Kladov2020-10-171-2/+4
* Scan all ancestors for the impl trait block checkIgor Aleksanov2020-10-172-14/+17
* Allow hints after 'fn' keyword if it's an impl trait blockIgor Aleksanov2020-10-173-4/+37
* Add test for new pattern functionsIgor Aleksanov2020-10-171-0/+8
* Improve test_no_completions_required testIgor Aleksanov2020-10-171-1/+17
* Remove redundant completionsIgor Aleksanov2020-10-173-4/+70
* Merge #6246bors[bot]2020-10-161-8/+9
|\
| * Follow symlinks when walking project treesDaniel Fox Franke2020-10-151-8/+9
* | Merge #6220bors[bot]2020-10-153-5/+126
|\ \
| * | binary operator overload type inference: add test markRoland Ruckerbauer2020-10-142-0/+6
| * | Implement binary operator overloading type inferenceRoland Ruckerbauer2020-10-133-5/+120
* | | Clarify the names one more timeAleksey Kladov2020-10-157-17/+26
* | | More idiomatic classification APIAleksey Kladov2020-10-1511-196/+196
* | | More clarificationsAleksey Kladov2020-10-156-17/+17
* | | Unconfuse expression and pattern field init shorthandsAleksey Kladov2020-10-153-8/+12
* | | Clarify NameClass names a bitAleksey Kladov2020-10-156-7/+7
* | | Merge #6242bors[bot]2020-10-152-91/+210
|\ \ \
| * | | Move field_shorthand to a separate moduleAleksey Kladov2020-10-152-196/+211
| * | | Diagnose shorthand in patterns as wellAleksey Kladov2020-10-151-5/+94
| * | | flattenAleksey Kladov2020-10-151-26/+33
| * | | Prepare for pat_field_shorthandAleksey Kladov2020-10-151-5/+13
* | | | Merge #6234bors[bot]2020-10-151-1/+24
|\ \ \ \ | |/ / / |/| | |
| * | | Fix hover over field pattern shorthandVlad Shcherbina2020-10-141-1/+24