| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Split LIFETIME to two tokens in mbe | Edwin Cheng | 2020-04-18 | 3 | -14/+89 |
| * | Ignore proc-macro in completion | Edwin Cheng | 2020-04-18 | 2 | -0/+17 |
* | | find_path: Builtins are always in scope | Florian Diebold | 2020-04-18 | 2 | -25/+50 |
* | | Merge #4026 | bors[bot] | 2020-04-18 | 1 | -1/+10 |
|\ \ |
|
| * | | Omit more parameter hints in the presence of underscores | Laurențiu Nicola | 2020-04-18 | 1 | -1/+10 |
| |/ |
|
* | | Merge #4023 | bors[bot] | 2020-04-18 | 4 | -27/+92 |
|\ \ |
|
| * | | Fix another crash from wrong binders | Florian Diebold | 2020-04-17 | 4 | -27/+92 |
* | | | Fix incorrect order of syntax highlight ranges | Leander Tentrup | 2020-04-17 | 2 | -1/+14 |
* | | | Fix type equality for dyn Trait | Florian Diebold | 2020-04-17 | 3 | -5/+65 |
* | | | Add two more tests for associated types | Florian Diebold | 2020-04-17 | 1 | -0/+174 |
* | | | Don't use SyntaxNodePtr::range when determining scope for offset | Aleksey Kladov | 2020-04-17 | 1 | -47/+52 |
| |/
|/| |
|
* | | Merge #4012 | bors[bot] | 2020-04-17 | 2 | -3/+59 |
|\ \ |
|
| * | | fix panic on ellipsis in pattern | Josh Mcguigan | 2020-04-17 | 2 | -3/+59 |
* | | | Don\t suggest import itself as a completion for import | Aleksey Kladov | 2020-04-17 | 2 | -1/+40 |
* | | | Merge #4010 | bors[bot] | 2020-04-17 | 8 | -17/+83 |
|\ \ \ |
|
| * | | | Simplify Diagnostic structure | Aleksey Kladov | 2020-04-17 | 6 | -51/+8 |
| * | | | Correctly highlight ranges of diagnostics from macros | Aleksey Kladov | 2020-04-17 | 5 | -21/+89 |
| * | | | Don't expose impl details of SyntaxPtr | Aleksey Kladov | 2020-04-17 | 8 | -14/+55 |
* | | | | Merge #4009 | bors[bot] | 2020-04-17 | 1 | -9/+10 |
|\ \ \ \ |
|
| * | | | | Better snippet when completing trait method | Aleksey Kladov | 2020-04-17 | 1 | -9/+10 |
| |/ / / |
|
* | | | | Merge #4004 | bors[bot] | 2020-04-17 | 2 | -2/+6 |
|\ \ \ \ |
|
| * | | | | Use mmap for proc macro libs | Laurențiu Nicola | 2020-04-17 | 2 | -2/+6 |
| |/ / / |
|
* | | | | Merge #3996 | bors[bot] | 2020-04-17 | 2 | -6/+2 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Fix path for proc-macro in nightly / stable build | Edwin Cheng | 2020-04-16 | 2 | -6/+2 |
* | | | | Reduce allocations when looking up proc macro decl | Laurențiu Nicola | 2020-04-17 | 1 | -37/+35 |
| |/ /
|/| | |
|
* | | | Merge #3995 | bors[bot] | 2020-04-16 | 3 | -149/+150 |
|\ \ \
| |/ /
|/| | |
|
| * | | Unmix error handling when discovering workspaces | Aleksey Kladov | 2020-04-16 | 3 | -75/+41 |
| * | | Decouple project loading from project discovery a bit | Aleksey Kladov | 2020-04-16 | 3 | -128/+163 |
| |/ |
|
* | | Merge #3958 | bors[bot] | 2020-04-16 | 14 | -29/+201 |
|\ \
| |/
|/| |
|
| * | Fix extern_process args | Edwin Cheng | 2020-04-16 | 2 | -8/+22 |
| * | Add proc-macro cli command for rust-analyzer | Edwin Cheng | 2020-04-16 | 11 | -18/+43 |
| * | Add tests for proc_macro | Edwin Cheng | 2020-04-16 | 1 | -1/+88 |
| * | Add config for proc_macro | Edwin Cheng | 2020-04-16 | 3 | -1/+11 |
| * | Add with-proc-macro in bench ,stats and diagnositcs | Edwin Cheng | 2020-04-16 | 6 | -13/+49 |
* | | Don't expose SyntaxNodePtr impl details | Aleksey Kladov | 2020-04-16 | 4 | -9/+7 |
* | | Merge #3979 | bors[bot] | 2020-04-16 | 3 | -3/+51 |
|\ \ |
|
| * | | fix false positive for enum with no variants | Josh Mcguigan | 2020-04-16 | 3 | -3/+51 |
* | | | Test for non-working proc macro server assoc types | Florian Diebold | 2020-04-16 | 1 | -0/+68 |
* | | | Switch Chalk to recursive solver | Florian Diebold | 2020-04-16 | 5 | -40/+53 |
* | | | Update Chalk | Florian Diebold | 2020-04-16 | 2 | -5/+6 |
| |/
|/| |
|
| | | |
| \ | |
*-. \ | Merge #3966 #3968 | bors[bot] | 2020-04-15 | 5 | -16/+119 |
|\ \ \ |
|
| | * | | Remove format from syntax_bridge hot path | Edwin Cheng | 2020-04-13 | 1 | -5/+6 |
| * | | | Add support for bounds on associated types in trait definitions | Florian Diebold | 2020-04-13 | 4 | -11/+113 |
| | | | | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
*---. \ \ \ | Merge #3964 #3965 #3967 | bors[bot] | 2020-04-15 | 9 | -32/+191 |
|\ \ \ \ \ \ |
|
| | | * | | | | Handle `Self::Type` in trait definitions when referring to own associated type | Florian Diebold | 2020-04-13 | 3 | -5/+38 |
| | | |/ / / |
|
| | * / / / | Implement inline associated type bounds | Florian Diebold | 2020-04-13 | 6 | -17/+120 |
| | |/ / / |
|
| * | | | | Nicer display of projections in Chalk logs | Florian Diebold | 2020-04-13 | 2 | -8/+11 |
| * | | | | Nicer display of closures in Chalk logs | Florian Diebold | 2020-04-13 | 1 | -2/+22 |
| |/ / / |
|
* | | | | Merge #3963 | bors[bot] | 2020-04-15 | 2 | -16/+69 |
|\ \ \ \ |
|
| * | | | | Upgrade Chalk | Florian Diebold | 2020-04-13 | 2 | -16/+69 |
| |/ / / |
|