aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge #1812bors[bot]2019-09-111-1/+3
|\ \ \
| * | | clarify sublime instructionsAleksey Kladov2019-09-111-1/+3
* | | | Merge #1810bors[bot]2019-09-108-130/+62
|\ \ \ \ | |/ / / |/| | |
| * | | 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-107-114/+297
|\ \ \
| * | | refactor(args): Apply commentsGeobert Quach2019-09-104-161/+116
| * | | refactor(args): Switch to pico-args in ra_toolsGeobert Quach2019-09-105-59/+153
| * | | refactor(args): Switch to pico-argsGeobert Quach2019-09-104-79/+213
| | |/ | |/|
* | | Merge #1809bors[bot]2019-09-102-52/+35
|\ \ \
| * | | simiplifyAleksey Kladov2019-09-101-25/+2
| * | | add fragmets to expansionAleksey Kladov2019-09-102-36/+42
|/ / /
* | | Merge #1801bors[bot]2019-09-1019-337/+497
|\ \ \ | |/ / |/| |
| * | add a jointness parser testsAleksey Kladov2019-09-102-0/+55
| * | "Fix" mbe to work with decomposed tokensAleksey Kladov2019-09-106-84/+46
| * | WIP: switch to fully decomposed tokens internallyAleksey Kladov2019-09-1012-280/+423
|/ /
* | Merge #1803bors[bot]2019-09-0916-132/+138
|\ \
| * | 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
|\ \
| * | StripuHOOCCOOHu2019-09-092-12/+3
| * | Make macro scope a real name scopeuHOOCCOOHu2019-09-098-236/+399
* | | Merge #1800bors[bot]2019-09-092-16/+8
|\ \ \
| * | | modify testsNiko Matsakis2019-09-091-6/+6
| * | | also make "unknown" case non-enumerableNiko Matsakis2019-09-091-1/+1
| * | | make all traits non-enumerableNiko Matsakis2019-09-091-9/+1
| | |/ | |/|
* | | Merge #1799bors[bot]2019-09-091-75/+5
|\ \ \ | |/ / |/| |
| * | :arrow_up: chalkAleksey Kladov2019-09-091-75/+5
|/ /
* | Merge #1789bors[bot]2019-09-0912-19/+186
|\ \
| * | document moduleAleksey Kladov2019-09-092-8/+27
| * | introduce hir debugging infraAleksey Kladov2019-09-0911-18/+166
| |/
* | Merge #1794bors[bot]2019-09-094-5/+8
|\ \ | |/ |/|
| * tiny simplificationAleksey Kladov2019-09-094-5/+8
|/
* Merge #1793bors[bot]2019-09-093-2/+44
|\
| * Fix outer doc-comments of `macro_rules`uHOOCCOOHu2019-09-093-2/+44
* | Merge #1784bors[bot]2019-09-095-42/+229
|\ \
| * | Fix testuHOOCCOOHu2019-09-081-3/+0
| * | Rename `textual_macro` -> `legacy_macro`uHOOCCOOHu2019-09-084-29/+39
| * | Revert "Replace with immutable map to avoid heavy cloning"uHOOCCOOHu2019-09-084-36/+2
| * | Replace with immutable map to avoid heavy cloninguHOOCCOOHu2019-09-084-2/+36
| * | Resolve textual scoped macros inside itemuHOOCCOOHu2019-09-084-9/+65
| * | Support textual scoped macrosuHOOCCOOHu2019-09-084-34/+158
| |/