Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge #1147 | bors[bot] | 2019-04-23 | 6 | -15/+133 | |
|\ | ||||||
| * | Introduced resolve_macro_call on resolver | Lenard Pratt | 2019-04-23 | 5 | -55/+112 | |
| * | Added macro resolution and expansion | Lenard Pratt | 2019-04-22 | 7 | -106/+135 | |
| * | Addeded resolver and db | Lenard Pratt | 2019-04-22 | 2 | -60/+92 | |
* | | Add `...` parsing for fn pointer type | Edwin Cheng | 2019-04-23 | 4 | -3/+47 | |
|/ | ||||||
* | Add cached for SubtreeSource | Edwin Cheng | 2019-04-22 | 1 | -4/+20 | |
* | Merge #1194 | bors[bot] | 2019-04-22 | 7 | -77/+271 | |
|\ | ||||||
| * | unused import | Aleksey Kladov | 2019-04-22 | 1 | -2/+0 | |
| * | remove path_ident from CompletionContext | Aleksey Kladov | 2019-04-22 | 2 | -39/+38 | |
| * | move auto-imoprter into IDE | Aleksey Kladov | 2019-04-22 | 7 | -92/+68 | |
| * | complete_import: prevent panic when the anchor is the completion source range | Andrea Pretto | 2019-04-21 | 3 | -16/+18 | |
| * | complete_import: add new import resolver infrastructure with some hardcoded i... | Andrea Pretto | 2019-04-21 | 6 | -11/+155 | |
| * | auto_import: better no anchor management | Andrea Pretto | 2019-04-21 | 1 | -7/+48 | |
| * | auto_import: make auto import working with target as a list of SmolStr instea... | Andrea Pretto | 2019-04-21 | 2 | -63/+69 | |
| * | auto_import: use TextEditBuilder instead of AssistBuilder to make it more reu... | Andrea Pretto | 2019-04-21 | 2 | -8/+36 | |
* | | Merge #1193 | bors[bot] | 2019-04-22 | 1 | -3/+98 | |
|\ \ | ||||||
| * | | Remove unused print out | Edwin Cheng | 2019-04-22 | 1 | -67/+63 | |
| * | | Add a test for #1178 case | Edwin Cheng | 2019-04-22 | 1 | -3/+102 | |
* | | | Merge #1184 | bors[bot] | 2019-04-22 | 12 | -196/+567 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | drop useless test | Aleksey Kladov | 2019-04-22 | 1 | -28/+0 | |
| * | | move add_missing_members to structured editing API | Aleksey Kladov | 2019-04-22 | 4 | -146/+231 | |
| * | | fix postfix match indent | Aleksey Kladov | 2019-04-22 | 2 | -4/+4 | |
| * | | more type safety | Aleksey Kladov | 2019-04-22 | 3 | -4/+29 | |
| * | | test short structs | Aleksey Kladov | 2019-04-21 | 3 | -4/+39 | |
| * | | use structured editing API for fill struct assist | Aleksey Kladov | 2019-04-21 | 3 | -119/+138 | |
| * | | start structured editing API | Aleksey Kladov | 2019-04-21 | 6 | -3/+238 | |
* | | | Use map, sum in Subtree::coount instead of fold | Edwin Cheng | 2019-04-22 | 1 | -4/+8 | |
* | | | Change macro stack monitor test to func ptr based | Edwin Cheng | 2019-04-22 | 1 | -40/+25 | |
* | | | Add mbe expand limit and poision macro set | Edwin Cheng | 2019-04-22 | 5 | -18/+216 | |
| |/ |/| | ||||||
* | | Add tests | Edwin Cheng | 2019-04-21 | 1 | -2/+87 | |
* | | Fix offset bug in SourceWalker | Edwin Cheng | 2019-04-21 | 1 | -6/+7 | |
* | | Handle `*+` case and single token case | Edwin Cheng | 2019-04-21 | 1 | -5/+56 | |
* | | fix mbe_parser rhs colon parsing | Edwin Cheng | 2019-04-21 | 1 | -10/+11 | |
* | | Add more information on parse_macro fail | Edwin Cheng | 2019-04-21 | 1 | -10/+27 | |
* | | Fix lifetime in tt to syntax node conversion | Edwin Cheng | 2019-04-21 | 1 | -1/+6 | |
|/ | ||||||
* | Add HIR for where clauses & ignore impls with where clauses in trait resolution | Florian Diebold | 2019-04-21 | 3 | -5/+63 | |
* | :arrow_up: lsp | Aleksey Kladov | 2019-04-21 | 1 | -1/+1 | |
* | Merge #1175 | bors[bot] | 2019-04-21 | 5 | -50/+154 | |
|\ | ||||||
| * | Fix bugs | Edwin Cheng | 2019-04-20 | 5 | -50/+154 | |
* | | switch to official extend selection API | Aleksey Kladov | 2019-04-21 | 6 | -4/+73 | |
* | | Add a simple test for str method completion | Florian Diebold | 2019-04-20 | 1 | -0/+22 | |
* | | Merge #1154 | bors[bot] | 2019-04-20 | 11 | -19/+174 | |
|\ \ | |/ |/| | ||||||
| * | lang_item_lookup is now a salsa query. | Marco Groppo | 2019-04-19 | 3 | -32/+34 | |
| * | New krate() method in Resolver. | Marco Groppo | 2019-04-19 | 5 | -56/+46 | |
| * | Initial support for lang items. | Marco Groppo | 2019-04-19 | 11 | -41/+204 | |
* | | Disable test_tt_xx | Edwin Cheng | 2019-04-19 | 1 | -23/+23 | |
* | | Disable tt matcher | Edwin Cheng | 2019-04-19 | 1 | -4/+8 | |
* | | Add back missing assert | Edwin Cheng | 2019-04-19 | 1 | -2/+3 | |
* | | Fix bug for ident to lifetime | Edwin Cheng | 2019-04-19 | 1 | -0/+7 | |
* | | Add vis matcher | Edwin Cheng | 2019-04-19 | 6 | -1/+33 |