aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge #1848bors[bot]2019-09-1512-17/+573
|\
| * Generate `dot_dot_test`Dylan MacKenzie2019-09-152-0/+481
| * Bless old tests containing a `..` patternDylan MacKenzie2019-09-155-5/+10
| * Parse `..` as a proper patternDylan MacKenzie2019-09-151-10/+42
| * Add `DotDotPat` to ASTDylan MacKenzie2019-09-154-2/+40
* | Merge #1847bors[bot]2019-09-156-40/+90
|\ \ | |/ |/|
| * Add tests for underscores in `const` and `static` itemsDylan MacKenzie2019-09-153-38/+78
| * Allow an underscore as the identifier in `const` itemsDylan MacKenzie2019-09-153-2/+12
|/
* Merge #1846bors[bot]2019-09-141-1/+1
|\
| * Remove a dbg!Florian Diebold2019-09-141-1/+1
|/
* Merge #1844bors[bot]2019-09-142-12/+11
|\
| * Support bare `Trait` without dynFlorian Diebold2019-09-142-12/+11
|/
* Merge #1843bors[bot]2019-09-144-63/+5
|\
| * Upgrade ChalkFlorian Diebold2019-09-144-63/+5
|/
* Merge #1838bors[bot]2019-09-135-52/+30
|\
| * rename add_resolution -> add_scope_defAleksey Kladov2019-09-131-18/+0
| * make PerNs non-genericAleksey Kladov2019-09-134-34/+30
* | Merge #1833bors[bot]2019-09-1313-464/+534
|\|
| * Specify desirable namespace when calling resolveAleksey Kladov2019-09-1313-464/+534
|/
* Merge #1835bors[bot]2019-09-1221-141/+135
|\
| * rename AdtDef -> AdtAleksey Kladov2019-09-1220-99/+90
| * generalize impl_froms to nested enumsAleksey Kladov2019-09-124-58/+26
| * make various enums "inherit" from AdtDefAleksey Kladov2019-09-1217-121/+156
|/
* Merge #1832bors[bot]2019-09-125-49/+59
|\
| * start cleaning up the resolutionAleksey Kladov2019-09-125-49/+59
|/
* Merge #1828bors[bot]2019-09-122-1/+40
|\
| * add macros with local_inner_macros argumentJasperDeSutter2019-09-122-1/+40
|/
* Merge #1818bors[bot]2019-09-127-4/+107
|\
| * Infer box expressionuHOOCCOOHu2019-09-117-4/+107
* | Merge #1821bors[bot]2019-09-125-72/+109
|\ \
| * | Complete vec macros with square bracketsKirill Bulatov2019-09-122-3/+36
| * | Fix the formatting issuesKirill Bulatov2019-09-121-45/+45
| * | Add `!` to the macro completion labelKirill Bulatov2019-09-124-20/+24
| * | Complete macros parenthesisKirill Bulatov2019-09-124-9/+9
* | | Merge #1827bors[bot]2019-09-121-5/+5
|\ \ \
| * | | fix panic when fetching genericsAleksey Kladov2019-09-121-5/+5
* | | | Merge #1826bors[bot]2019-09-122-2/+6
|\| | | | |/ / |/| |
| * | don't break parser error recovery in presence of macrosAleksey Kladov2019-09-122-2/+6
|/ /
* | Merge #1825bors[bot]2019-09-123-82/+116
|\ \
| * | add quiet mode to analysis-statsAleksey Kladov2019-09-123-82/+116
|/ /
* | Merge #1824bors[bot]2019-09-121-2/+8
|\ \ | |/ |/|
| * analysis stats uses positional arg againAleksey Kladov2019-09-121-2/+8
|/
* Merge #1796bors[bot]2019-09-1110-8/+334
|\
| * Split out `complete_macro_in_item_position`uHOOCCOOHu2019-09-113-37/+52
| * Fix typouHOOCCOOHu2019-09-114-4/+4
| * Show macro definition in hover textuHOOCCOOHu2019-09-101-3/+21
| * Support completion for macrosuHOOCCOOHu2019-09-104-2/+295
* | Merge #1797bors[bot]2019-09-112-12/+11
|\ \
| * | Update minimal required vscode version to 1.37Lucas Spits2019-09-101-1/+1
| * | Replace watcher file existence check with vscode.fs versionLucas Spits2019-09-091-11/+10