Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
* | | 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 #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 | |
* | | Fix missing last token in mbe $repeat parsing | Edwin Cheng | 2019-04-18 | 2 | -1/+24 | |
|/ | ||||||
* | 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 | |
* | | cleanup cancellation | Aleksey Kladov | 2019-04-17 | 2 | -13/+6 | |
* | | Merge #1153 | bors[bot] | 2019-04-17 | 1 | -0/+10 | |
|\ \ | ||||||
| * | | Breaks read loop on 'exit' | Roberto Vidal | 2019-04-16 | 3 | -5/+17 | |
| * | | Fixes doctest | Roberto Vidal | 2019-04-16 | 1 | -1/+1 | |
| * | | Adds "restart server" command | Roberto Vidal | 2019-04-16 | 2 | -6/+4 | |
| |/ | ||||||
* / | Add mbe stmt matcher | Edwin Cheng | 2019-04-17 | 7 | -72/+119 | |
|/ | ||||||
* | fix test | Aleksey Kladov | 2019-04-14 | 1 | -17/+6 | |
* | add a couple of profiling points | Aleksey Kladov | 2019-04-14 | 3 | -0/+6 | |
* | more intuitive name | Aleksey Kladov | 2019-04-14 | 1 | -11/+15 | |
* | filter by time | Aleksey Kladov | 2019-04-14 | 2 | -26/+39 | |
* | cleanup syntax | Aleksey Kladov | 2019-04-14 | 2 | -8/+24 | |
* | fast path for disabled profiler | Aleksey Kladov | 2019-04-14 | 1 | -8/+16 |