Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |
* | switch to modern paths | Aleksey Kladov | 2019-04-14 | 1 | -5/+5 | |
* | Refactor method candidate generation a bit | Florian Diebold | 2019-04-14 | 4 | -55/+176 | |
* | Merge #1137 | bors[bot] | 2019-04-14 | 9 | -55/+142 | |
|\ | ||||||
| * | 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 | 7 | -4/+36 | |
| * | Adds support for multiple editor workspaces on initialization | Roberto Vidal | 2019-04-14 | 4 | -25/+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 | |
* | | | 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 | |
* | | | Get substs for trait refs in impl blocks | Florian Diebold | 2019-04-14 | 6 | -44/+85 | |
| |/ |/| | ||||||
* | | replace usages of `algo::generate` with `iter::successors` from std | Robin Freyler | 2019-04-13 | 6 | -24/+17 | |
* | | cleanups | Aleksey Kladov | 2019-04-13 | 2 | -13/+12 | |
* | | slight encapsulation | Aleksey Kladov | 2019-04-13 | 2 | -9/+13 | |
* | | move ScopeEntryWithSyntax | Aleksey Kladov | 2019-04-13 | 4 | -37/+34 | |
* | | drop obsolete fixme | Aleksey Kladov | 2019-04-13 | 2 | -5/+4 | |
* | | make expr scope stuff private | Aleksey Kladov | 2019-04-13 | 1 | -11/+9 | |
* | | make resolver private | Aleksey Kladov | 2019-04-13 | 6 | -26/+23 | |
* | | hide resolver | Aleksey Kladov | 2019-04-13 | 4 | -9/+17 | |
* | | fold ScopeWithSyntax into SourceAnalyzer | Aleksey Kladov | 2019-04-13 | 7 | -193/+159 | |
* | | make stuff private | Aleksey Kladov | 2019-04-13 | 1 | -3/+3 | |
* | | obsolete fixm | Aleksey Kladov | 2019-04-13 | 1 | -1/+0 | |
* | | make private | Aleksey Kladov | 2019-04-13 | 1 | -1/+1 | |
* | | only def-with-body remains | Aleksey Kladov | 2019-04-13 | 1 | -13/+3 | |
* | | generalize | Aleksey Kladov | 2019-04-13 | 1 | -15/+7 | |
* | | simplify | Aleksey Kladov | 2019-04-13 | 1 | -10/+5 | |
* | | simplify | Aleksey Kladov | 2019-04-13 | 1 | -7/+1 | |
* | | make private | Aleksey Kladov | 2019-04-13 | 1 | -1/+1 |