aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Remove `is_unnamed`Dylan MacKenzie2019-09-161-4/+0
* Gracefully handle `const _` items in `ConstData`Dylan MacKenzie2019-09-162-5/+9
* 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
* | 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
|/
* Remove a dbg!Florian Diebold2019-09-141-1/+1
* Support bare `Trait` without dynFlorian Diebold2019-09-142-12/+11
* Upgrade ChalkFlorian Diebold2019-09-143-58/+0
* rename add_resolution -> add_scope_defAleksey Kladov2019-09-131-18/+0
* make PerNs non-genericAleksey Kladov2019-09-134-34/+30
* Specify desirable namespace when calling resolveAleksey Kladov2019-09-1313-464/+534
* 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
* start cleaning up the resolutionAleksey Kladov2019-09-125-49/+59
* 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
* | | fix panic when fetching genericsAleksey Kladov2019-09-121-5/+5
* | | don't break parser error recovery in presence of macrosAleksey Kladov2019-09-122-2/+6
|/ /
* | add quiet mode to analysis-statsAleksey Kladov2019-09-123-82/+116
* | 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
* | cleanup expansion to item listAleksey Kladov2019-09-105-34/+11
* | cleanup dollar handling in expressionsAleksey Kladov2019-09-103-96/+51
* | Merge #1806bors[bot]2019-09-106-92/+289
|\ \
| * | refactor(args): Apply commentsGeobert Quach2019-09-104-161/+116
| * | refactor(args): Switch to pico-args in ra_toolsGeobert Quach2019-09-104-38/+152
| * | refactor(args): Switch to pico-argsGeobert Quach2019-09-103-78/+206
| |/
* | simiplifyAleksey Kladov2019-09-101-25/+2
* | add fragmets to expansionAleksey Kladov2019-09-102-36/+42
* | add a jointness parser testsAleksey Kladov2019-09-102-0/+55
* | "Fix" mbe to work with decomposed tokensAleksey Kladov2019-09-105-84/+45
* | WIP: switch to fully decomposed tokens internallyAleksey Kladov2019-09-1012-280/+423
|/
* introduce bump as a better-checked alternative to bump_anyAleksey Kladov2019-09-092-2/+8
* rename bump -> bump_anyAleksey Kladov2019-09-0916-132/+132
* Merge #1795bors[bot]2019-09-097-239/+393
|\