aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Use ‘index’ terminology for arena consistentlyAramis Razzaghipour2021-01-174-7/+7
* Merge #7276bors[bot]2021-01-1710-10/+10
|\
| * Remove map module from la-arena public APIAramis Razzaghipour2021-01-1510-10/+10
* | Merge #7304bors[bot]2021-01-175-5/+5
|\ \
| * | Depend on local copy of la-arena instead of crates.io’sAramis Razzaghipour2021-01-175-5/+5
* | | When building an item-tree, keep fewer nodes in memoryAleksey Kladov2021-01-162-7/+25
* | | Unindent the testKirill Bulatov2021-01-161-22/+22
* | | Use specific kind for the flyimport completionsKirill Bulatov2021-01-161-5/+10
* | | Share import_assets and related entitiesKirill Bulatov2021-01-1620-332/+411
* | | Add test mark for skipping single use itemunexge2021-01-151-0/+3
* | | Create new nodes only when applying changesunexge2021-01-151-16/+31
* | | Add Unmerge Use assistunexge2021-01-155-3/+236
* | | Merge #7288bors[bot]2021-01-1539-250/+254
|\ \ \
| * | | Handle self/super/crate in PathSegment as NameRefLukas Wirth2021-01-1539-250/+254
* | | | Merge #7287bors[bot]2021-01-151-1/+1
|\ \ \ \
| * | | | Make SyntaxPtr lookup logarithmicAleksey Kladov2021-01-151-1/+1
* | | | | Merge #7285bors[bot]2021-01-155-282/+32
|\ \ \ \ \
| * | | | | Don't duplicate rustc diagnostics fixesJonas Schievink2021-01-155-282/+32
| | |/ / / | |/| | |
* | | | | Merge #7286bors[bot]2021-01-159-28/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove useless wrapperAleksey Kladov2021-01-159-28/+20
| |/ / /
* | | | Add test for yield_exprDaiki Ihara2021-01-152-0/+32
* | | | Add support for yiled keywordDaiki Ihara2021-01-157-26/+93
|/ / /
* | | Insert `;` when completing keywords in letAleksey Kladov2021-01-152-7/+69
* | | SimplifyAleksey Kladov2021-01-151-27/+19
* | | Add braces when completing ifsAleksey Kladov2021-01-151-2/+2
|/ /
* | Phase out SourceFileEdits in favour of a plain HashMapLukas Wirth2021-01-1415-214/+179
* | Fix assert_never invoking assert_alwaysLukas Wirth2021-01-141-1/+1
* | Group file source edits by FileIdLukas Wirth2021-01-1415-176/+184
|/
* Merge #7271bors[bot]2021-01-1430-253/+28
|\
| * prepare to publish el libro de arenaAleksey Kladov2021-01-1430-253/+28
* | Merge #7270bors[bot]2021-01-147-7/+67
|\ \ | |/ |/|
| * Introduce more appropriate assertion mechanismAleksey Kladov2021-01-147-7/+67
* | Merge #7266bors[bot]2021-01-144-25/+26
|\|
| * Make printin the backtrace more convenientAleksey Kladov2021-01-144-25/+26
* | Merge #7265bors[bot]2021-01-141-0/+31
|\|
| * Add a test for #7110Aleksey Kladov2021-01-141-0/+31
* | Merge #7264bors[bot]2021-01-141-1/+1
|\ \ | |/ |/|
| * Use --workspace when loading extern resourcesChinedu Francis Nwafili2021-01-141-1/+1
* | Merge #7211bors[bot]2021-01-142-4/+35
|\ \ | |/ |/|
| * Fixed expr meta var after path colons in mbeEdwin Cheng2021-01-102-4/+35
* | Merge #7257bors[bot]2021-01-146-4/+321
|\ \
| * | Document vfs private itemsArnaud2021-01-125-2/+117
| * | Document vfs public itemsArnaud2021-01-125-2/+204
* | | Merge #7110bors[bot]2021-01-143-4/+10
|\ \ \
| * | | we can have one less call to name.clone()AdnoC2020-12-311-2/+3
| * | | deduplicate macro completions from legacy macros and preludeAdnoC2020-12-313-4/+9
* | | | Merge #7260bors[bot]2021-01-146-117/+252
|\ \ \ \
| * | | | Render Fn* trait objects and impl types as rust doesLukas Wirth2021-01-135-29/+132
| * | | | Move FamousDefs fixture out into its own fileLukas Wirth2021-01-122-88/+120
| | |/ / | |/| |
* | | | Sort impls by trait definitionFisher Darling2021-01-133-0/+238