aboutsummaryrefslogtreecommitdiff
path: root/crates
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
* | 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
|\
| * StripuHOOCCOOHu2019-09-092-12/+3
| * Make macro scope a real name scopeuHOOCCOOHu2019-09-098-236/+399
* | 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 #1789bors[bot]2019-09-0911-19/+185
|\ \
| * | document moduleAleksey Kladov2019-09-092-8/+27
| * | introduce hir debugging infraAleksey Kladov2019-09-0910-18/+165
| |/
* / 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
* | 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-083-9/+2
* | Replace with immutable map to avoid heavy cloninguHOOCCOOHu2019-09-083-2/+9
* | Resolve textual scoped macros inside itemuHOOCCOOHu2019-09-084-9/+65
* | Support textual scoped macrosuHOOCCOOHu2019-09-084-34/+158
|/
* Minor typo fix for ra_assists code docNelson Chen2019-09-081-1/+1
* cleanup hir db importsAleksey Kladov2019-09-0824-43/+65
* don't cycle when processing macros from prelude in preludeAleksey Kladov2019-09-072-2/+33
* Fix crash for super trait cyclesFlorian Diebold2019-09-073-19/+39
* Fix Chalk environmentsFlorian Diebold2019-09-072-3/+4
* Use traits from where clauses for method resolutionFlorian Diebold2019-09-074-21/+44
* Lower `Fn(X, Y) -> Z` pathsFlorian Diebold2019-09-074-13/+55
* Lower bounds on trait definition, and resolve assoc types from super traitsFlorian Diebold2019-09-0710-38/+101
* Add some more testsFlorian Diebold2019-09-071-0/+205
* simplifyAleksey Kladov2019-09-061-38/+40
* don't deadlock on shutdownAleksey Kladov2019-09-063-4/+4
* add option to disable notifyAleksey Kladov2019-09-068-66/+134
* Merge #1779bors[bot]2019-09-062-49/+51
|\
| * minorAleksey Kladov2019-09-062-49/+51