Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #1164 | bors[bot] | 2019-04-18 | 2 | -1/+24 |
|\ | |||||
| * | Fix missing last token in mbe $repeat parsing | Edwin Cheng | 2019-04-18 | 2 | -1/+24 |
|/ | |||||
* | Merge #1161 | bors[bot] | 2019-04-18 | 6 | -0/+70 |
|\ | |||||
| * | Add `item` matcher in mbe | Edwin Cheng | 2019-04-18 | 6 | -0/+70 |
|/ | |||||
* | Merge #1160 | bors[bot] | 2019-04-17 | 1 | -8/+23 |
|\ | |||||
| * | better formatting when adding trait members | Aleksey Kladov | 2019-04-17 | 1 | -8/+23 |
* | | Merge #1145 | bors[bot] | 2019-04-17 | 2 | -8/+117 |
|\ \ | |||||
| * | | Refactoring | Edwin Cheng | 2019-04-17 | 1 | -51/+46 |
| * | | Simpliy code | Edwin Cheng | 2019-04-17 | 1 | -60/+32 |
| * | | Bug fix and add more comments | Edwin Cheng | 2019-04-17 | 1 | -22/+60 |
| * | | Fix 1099 | Edwin Cheng | 2019-04-17 | 2 | -5/+109 |
* | | | Merge #1159 | bors[bot] | 2019-04-17 | 1 | -52/+63 |
|\ \ \ | | |/ | |/| | |||||
| * | | :arrow_up: vfs | Aleksey Kladov | 2019-04-17 | 1 | -52/+63 |
|/ / | |||||
* | | Merge #1158 | bors[bot] | 2019-04-17 | 2 | -13/+6 |
|\ \ | |||||
| * | | cleanup cancellation | Aleksey Kladov | 2019-04-17 | 2 | -13/+6 |
|/ / | |||||
* | | Merge #1153 | bors[bot] | 2019-04-17 | 4 | -1/+29 |
|\ \ | |||||
| * | | Breaks read loop on 'exit' | Roberto Vidal | 2019-04-16 | 3 | -5/+17 |
| * | | Fixes doctest | Roberto Vidal | 2019-04-16 | 1 | -1/+1 |
| * | | Prettier | Roberto Vidal | 2019-04-16 | 1 | -2/+1 |
| * | | Fixes unrelated process termination quirk | Roberto Vidal | 2019-04-16 | 1 | -0/+0 |
| * | | Adds "restart server" command | Roberto Vidal | 2019-04-16 | 4 | -7/+24 |
| |/ | |||||
* | | Merge #1157 | bors[bot] | 2019-04-17 | 7 | -72/+119 |
|\ \ | |/ |/| | |||||
| * | Add mbe stmt matcher | Edwin Cheng | 2019-04-17 | 7 | -72/+119 |
|/ | |||||
* | Merge #1146 | bors[bot] | 2019-04-14 | 7 | -42/+91 |
|\ | |||||
| * | fix test | Aleksey Kladov | 2019-04-14 | 1 | -17/+6 |
| * | add a couple of profiling points | Aleksey Kladov | 2019-04-14 | 4 | -0/+7 |
| * | more intuitive name | Aleksey Kladov | 2019-04-14 | 1 | -11/+15 |
| * | filter by time | Aleksey Kladov | 2019-04-14 | 3 | -28/+43 |
| * | cleanup syntax | Aleksey Kladov | 2019-04-14 | 3 | -8/+34 |
| * | fast path for disabled profiler | Aleksey Kladov | 2019-04-14 | 1 | -8/+16 |
| * | switch to modern paths | Aleksey Kladov | 2019-04-14 | 1 | -5/+5 |
|/ | |||||
* | Merge #1144 | bors[bot] | 2019-04-14 | 4 | -55/+176 |
|\ | |||||
| * | Refactor method candidate generation a bit | Florian Diebold | 2019-04-14 | 4 | -55/+176 |
|/ | |||||
* | Merge #1137 | bors[bot] | 2019-04-14 | 11 | -63/+144 |
|\ | |||||
| * | Modifies runnables test to use multi-workspace root | Roberto Vidal | 2019-04-14 | 2 | -29/+68 |
| * | Sends cwd info for runnables and code lenses | Roberto Vidal | 2019-04-14 | 8 | -5/+38 |
| * | Adds support for multiple editor workspaces on initialization | Roberto Vidal | 2019-04-14 | 5 | -32/+41 |
* | | Merge #1138 | bors[bot] | 2019-04-14 | 13 | -243/+560 |
|\ \ | |||||
| * | | Fix bug and add expr , pat , ty matcher | Edwin Cheng | 2019-04-14 | 10 | -33/+307 |
| * | | Remove skip Delimiter::None and handle Dollars | Edwin Cheng | 2019-04-12 | 5 | -218/+255 |
| * | | Add L_DOLLAR and R_DOLLAR | Edwin Cheng | 2019-04-11 | 2 | -0/+6 |
* | | | Merge #1120 | bors[bot] | 2019-04-14 | 13 | -221/+583 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Extract generic_params method to a HasGenericParams trait | Florian Diebold | 2019-04-14 | 7 | -37/+33 |
| * | | Add Container enum to handle both kinds of container (impl/trait) | Florian Diebold | 2019-04-14 | 4 | -17/+58 |
| * | | Make callable signature handling a bit nicer | Florian Diebold | 2019-04-14 | 2 | -47/+36 |
| * | | Some cleanup | Florian Diebold | 2019-04-14 | 3 | -98/+111 |
| * | | More trait infrastructure | Florian Diebold | 2019-04-14 | 11 | -51/+333 |