Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | 7 | -3/+240 | |
* | | | Merge #1192 | bors[bot] | 2019-04-22 | 5 | -15/+202 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | 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 | |
|/ / | ||||||
* | | 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 |