Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #1189 | bors[bot] | 2019-04-21 | 5 | -34/+194 |
|\ | |||||
| * | 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 |
|/ | |||||
* | Merge #1186 | bors[bot] | 2019-04-21 | 1 | -1/+0 |
|\ | |||||
| * | remove appveyor | Aleksey Kladov | 2019-04-21 | 1 | -1/+0 |
|/ | |||||
* | Merge #1182 | bors[bot] | 2019-04-21 | 3 | -5/+63 |
|\ | |||||
| * | Add HIR for where clauses & ignore impls with where clauses in trait resolution | Florian Diebold | 2019-04-21 | 3 | -5/+63 |
|/ | |||||
* | Merge #1181 | bors[bot] | 2019-04-21 | 3 | -7/+6 |
|\ | |||||
| * | :arrow_up: lsp | Aleksey Kladov | 2019-04-21 | 3 | -7/+6 |
|/ | |||||
* | Merge #1175 | bors[bot] | 2019-04-21 | 5 | -50/+154 |
|\ | |||||
| * | Fix bugs | Edwin Cheng | 2019-04-20 | 5 | -50/+154 |
* | | fix docs | Aleksey Kladov | 2019-04-21 | 2 | -7/+8 |
* | | Merge #1179 | bors[bot] | 2019-04-21 | 13 | -63/+89 |
|\ \ | |||||
| * | | switch to official extend selection API | Aleksey Kladov | 2019-04-21 | 13 | -63/+89 |
|/ / | |||||
* | | Merge #1177 | bors[bot] | 2019-04-21 | 2 | -1442/+185 |
|\ \ | |||||
| * | | :arrow_up: code | Aleksey Kladov | 2019-04-21 | 2 | -1442/+185 |
|/ / | |||||
* | | Merge #1176 | bors[bot] | 2019-04-20 | 1 | -0/+22 |
|\ \ | |||||
| * | | 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 |
* | | | Merge #1174 | bors[bot] | 2019-04-20 | 6 | -55/+137 |
|\ \ \ | |_|/ |/| | | |||||
| * | | update user docs | Bernardo | 2019-04-20 | 1 | -0/+8 |
| * | | start cargo watch if not started interactively | Bernardo | 2019-04-19 | 3 | -3/+20 |
| * | | recover rustc-watch problemMatchers | Bernardo | 2019-04-19 | 1 | -0/+12 |
| * | | cargo watch start and stop commands | Bernardo | 2019-04-19 | 5 | -55/+100 |
|/ / | |||||
* | | Merge #1172 | bors[bot] | 2019-04-19 | 2 | -27/+31 |
|\ \ | |||||
| * | | Disable test_tt_xx | Edwin Cheng | 2019-04-19 | 1 | -23/+23 |
| * | | Disable tt matcher | Edwin Cheng | 2019-04-19 | 1 | -4/+8 |
|/ / | |||||
* | | Merge #1168 | bors[bot] | 2019-04-19 | 7 | -2/+227 |
|\ \ | |||||
| * | | 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 |
| * | | Add literal matcher | Edwin Cheng | 2019-04-19 | 3 | -0/+35 |
| * | | Add lifetime matcher | Edwin Cheng | 2019-04-19 | 4 | -2/+25 |
| * | | add tt matcher | Edwin Cheng | 2019-04-19 | 2 | -0/+28 |
| * | | add block matcher | Edwin Cheng | 2019-04-19 | 6 | -0/+64 |
| * | | Add block matcher | Edwin Cheng | 2019-04-19 | 6 | -0/+35 |