Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Split out `complete_macro_in_item_position` | uHOOCCOOHu | 2019-09-11 | 3 | -37/+52 | |
| * | Fix typo | uHOOCCOOHu | 2019-09-11 | 4 | -4/+4 | |
| * | Show macro definition in hover text | uHOOCCOOHu | 2019-09-10 | 1 | -3/+21 | |
| * | Support completion for macros | uHOOCCOOHu | 2019-09-10 | 4 | -2/+295 | |
* | | cleanup expansion to item list | Aleksey Kladov | 2019-09-10 | 5 | -34/+11 | |
* | | cleanup dollar handling in expressions | Aleksey Kladov | 2019-09-10 | 3 | -96/+51 | |
* | | Merge #1806 | bors[bot] | 2019-09-10 | 6 | -92/+289 | |
|\ \ | ||||||
| * | | refactor(args): Apply comments | Geobert Quach | 2019-09-10 | 4 | -161/+116 | |
| * | | refactor(args): Switch to pico-args in ra_tools | Geobert Quach | 2019-09-10 | 4 | -38/+152 | |
| * | | refactor(args): Switch to pico-args | Geobert Quach | 2019-09-10 | 3 | -78/+206 | |
| |/ | ||||||
* | | simiplify | Aleksey Kladov | 2019-09-10 | 1 | -25/+2 | |
* | | add fragmets to expansion | Aleksey Kladov | 2019-09-10 | 2 | -36/+42 | |
* | | add a jointness parser tests | Aleksey Kladov | 2019-09-10 | 2 | -0/+55 | |
* | | "Fix" mbe to work with decomposed tokens | Aleksey Kladov | 2019-09-10 | 5 | -84/+45 | |
* | | WIP: switch to fully decomposed tokens internally | Aleksey Kladov | 2019-09-10 | 12 | -280/+423 | |
|/ | ||||||
* | introduce bump as a better-checked alternative to bump_any | Aleksey Kladov | 2019-09-09 | 2 | -2/+8 | |
* | rename bump -> bump_any | Aleksey Kladov | 2019-09-09 | 16 | -132/+132 | |
* | Merge #1795 | bors[bot] | 2019-09-09 | 7 | -239/+393 | |
|\ | ||||||
| * | Strip | uHOOCCOOHu | 2019-09-09 | 2 | -12/+3 | |
| * | Make macro scope a real name scope | uHOOCCOOHu | 2019-09-09 | 8 | -236/+399 | |
* | | modify tests | Niko Matsakis | 2019-09-09 | 1 | -6/+6 | |
* | | also make "unknown" case non-enumerable | Niko Matsakis | 2019-09-09 | 1 | -1/+1 | |
* | | make all traits non-enumerable | Niko Matsakis | 2019-09-09 | 1 | -9/+1 | |
* | | Merge #1789 | bors[bot] | 2019-09-09 | 11 | -19/+185 | |
|\ \ | ||||||
| * | | document module | Aleksey Kladov | 2019-09-09 | 2 | -8/+27 | |
| * | | introduce hir debugging infra | Aleksey Kladov | 2019-09-09 | 10 | -18/+165 | |
| |/ | ||||||
* / | tiny simplification | Aleksey Kladov | 2019-09-09 | 4 | -5/+8 | |
|/ | ||||||
* | Merge #1793 | bors[bot] | 2019-09-09 | 3 | -2/+44 | |
|\ | ||||||
| * | Fix outer doc-comments of `macro_rules` | uHOOCCOOHu | 2019-09-09 | 3 | -2/+44 | |
* | | Fix test | uHOOCCOOHu | 2019-09-08 | 1 | -3/+0 | |
* | | Rename `textual_macro` -> `legacy_macro` | uHOOCCOOHu | 2019-09-08 | 4 | -29/+39 | |
* | | Revert "Replace with immutable map to avoid heavy cloning" | uHOOCCOOHu | 2019-09-08 | 3 | -9/+2 | |
* | | Replace with immutable map to avoid heavy cloning | uHOOCCOOHu | 2019-09-08 | 3 | -2/+9 | |
* | | Resolve textual scoped macros inside item | uHOOCCOOHu | 2019-09-08 | 4 | -9/+65 | |
* | | Support textual scoped macros | uHOOCCOOHu | 2019-09-08 | 4 | -34/+158 | |
|/ | ||||||
* | Minor typo fix for ra_assists code doc | Nelson Chen | 2019-09-08 | 1 | -1/+1 | |
* | cleanup hir db imports | Aleksey Kladov | 2019-09-08 | 24 | -43/+65 | |
* | don't cycle when processing macros from prelude in prelude | Aleksey Kladov | 2019-09-07 | 2 | -2/+33 | |
* | Fix crash for super trait cycles | Florian Diebold | 2019-09-07 | 3 | -19/+39 | |
* | Fix Chalk environments | Florian Diebold | 2019-09-07 | 2 | -3/+4 | |
* | Use traits from where clauses for method resolution | Florian Diebold | 2019-09-07 | 4 | -21/+44 | |
* | Lower `Fn(X, Y) -> Z` paths | Florian Diebold | 2019-09-07 | 4 | -13/+55 | |
* | Lower bounds on trait definition, and resolve assoc types from super traits | Florian Diebold | 2019-09-07 | 10 | -38/+101 | |
* | Add some more tests | Florian Diebold | 2019-09-07 | 1 | -0/+205 | |
* | simplify | Aleksey Kladov | 2019-09-06 | 1 | -38/+40 | |
* | don't deadlock on shutdown | Aleksey Kladov | 2019-09-06 | 3 | -4/+4 | |
* | add option to disable notify | Aleksey Kladov | 2019-09-06 | 8 | -66/+134 | |
* | Merge #1779 | bors[bot] | 2019-09-06 | 2 | -49/+51 | |
|\ | ||||||
| * | minor | Aleksey Kladov | 2019-09-06 | 2 | -49/+51 | |
* | | make source_root API more abstract | Aleksey Kladov | 2019-09-06 | 7 | -17/+31 | |
|/ |