Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | |
* | | | Merge #1167 | bors[bot] | 2019-04-19 | 1 | -0/+27 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Added instructions for Sublime Text 3 setup | Mathieu Amiot | 2019-04-19 | 1 | -0/+27 | |
|/ / | ||||||
* | | Merge #1148 | bors[bot] | 2019-04-19 | 8 | -20/+295 | |
|\ \ | |/ |/| | ||||||
| * | Return Result for token_tree_to_xx functions | Edwin Cheng | 2019-04-18 | 2 | -14/+24 | |
| * | Add expr, pat, ty and macro_stmts | Edwin Cheng | 2019-04-18 | 5 | -15/+156 | |
| * | Add MacroItems and MacroStmts in grammer.ron | Edwin Cheng | 2019-04-18 | 7 | -8/+132 | |
* | | 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 | |
|\ \ | |/ |/| |