aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Remove the need to manually sync config in package.jsonAleksey Kladov2021-01-261-11/+28
* Shorten hir::TypeParam full_range in NavigationTargetLukas Wirth2021-01-262-4/+23
* Traverse parent DefMap for `super` pathsJonas Schievink2021-01-252-9/+54
* Intern block locations and handle them in ModuleIdJonas Schievink2021-01-255-65/+104
* Merge #7426bors[bot]2021-01-2511-87/+48
|\
| * Create all `ModuleId`s through a `DefMap` methodJonas Schievink2021-01-2511-87/+48
* | Derive Default on ItemTreeLaurențiu Nicola2021-01-252-12/+3
|/
* Merge #7422bors[bot]2021-01-251-2/+4
|\
| * Disallow non-boolean literals in concat!Laurențiu Nicola2021-01-251-2/+4
| |
| \
*-. \ Merge #7409 #7421bors[bot]2021-01-252-33/+44
|\ \ \ | |_|/ |/| |
| * | Add References code lens.vsrs2021-01-232-33/+44
* | | Unquote strings and handle boolean literals in concat!Laurențiu Nicola2021-01-251-16/+8
| |/ |/|
* | :arrow_up: rowanAleksey Kladov2021-01-252-2/+2
* | Merge #7414bors[bot]2021-01-246-25/+40
|\ \
| * | Add validation for mutable const itemsLukas Wirth2021-01-246-25/+40
| |/
* / Support unions in symbol searchLukas Wirth2021-01-243-7/+11
|/
* Remove use of SourceFileEditPhil Ellison2021-01-231-2/+1
* Update tests to register the required standard library typesPhil Ellison2021-01-232-16/+48
* Fix test namesPhil Ellison2021-01-231-4/+4
* Identify methods using functions ids rather than string namesPhil Ellison2021-01-233-7/+31
* cargo fmtPhil Ellison2021-01-231-1/+5
* Address review commentsPhil Ellison2021-01-231-9/+4
* cargo fmtPhil Ellison2021-01-231-2/+7
* Implement fix, add testsPhil Ellison2021-01-234-55/+66
* Add diagnostic for filter_map followed by nextPhil Ellison2021-01-235-15/+150
* Merge #7391bors[bot]2021-01-232-0/+24
|\
| * Add mark::check! and mark::hit!kazatsuyu2021-01-222-0/+2
| * cargo fmtkazatsuyu2021-01-221-2/+3
| * Fix error when using "extern crate self as"kazatsuyu2021-01-222-0/+21
* | Merge #7399bors[bot]2021-01-2210-38/+62
|\ \
| * | Make `ModuleId`'s `krate` field privateJonas Schievink2021-01-2210-38/+62
* | | stave off zombiesAleksey Kladov2021-01-221-0/+1
|/ /
* | Normalize testsAleksey Kladov2021-01-221-45/+37
* | More useful fn detail in completionAleksey Kladov2021-01-229-93/+85
* | Make assertion failures more annoying for maintainersAleksey Kladov2021-01-221-1/+6
| |
| \
*-. \ Merge #7310 #7395bors[bot]2021-01-2217-32/+292
|\ \ \
| | * | Obtain `ModuleId`'s `DefMap` through a methodJonas Schievink2021-01-2214-32/+43
| * | | Add assist: add lifetime to type #7200Benjamin Coenen2021-01-212-18/+23
| * | | Add assist: add lifetime to type #7200Benjamin Coenen2021-01-181-0/+6
| * | | Add assist: add lifetime to type #7200Benjamin Coenen2021-01-173-0/+238
* | | | Merge #7353bors[bot]2021-01-2223-164/+225
|\ \ \ \ | |_|/ / |/| | |
| * | | Update completions test outputLukas Wirth2021-01-203-36/+66
| * | | Partially unify SymbolKind and CompletionItemKindLukas Wirth2021-01-2013-108/+126
| * | | Move SymbolKind to ide_dbLukas Wirth2021-01-2011-37/+40
| * | | Add LifetimeParam and ConstParam to CompletionItemKindLukas Wirth2021-01-194-24/+34
* | | | Merge #7386bors[bot]2021-01-222-1/+28
|\ \ \ \
| * | | | Handle box with allocatorThiébaud Weksteen2021-01-222-1/+28
* | | | | Merge #7348bors[bot]2021-01-224-3/+68
|\ \ \ \ \
| * | | | | Fix broken link in intra-docDaiki Ihara2021-01-224-3/+68
| | |_|_|/ | |/| | |
* | | | | Merge #7389bors[bot]2021-01-221-60/+30
|\ \ \ \ \