Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Expand macros in blocks to expressions for now | Florian Diebold | 2019-12-08 | 2 | -5/+6 | |
| * | | Fix range in goto_through_format test | Florian Diebold | 2019-12-08 | 1 | -1/+1 | |
| * | | Fix expansion of format_args | Florian Diebold | 2019-12-08 | 2 | -7/+13 | |
| | | | ||||||
| \ \ | ||||||
| \ \ | ||||||
| \ \ | ||||||
*---. \ \ | Merge #2501 #2502 #2503 | bors[bot] | 2019-12-08 | 9 | -158/+140 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| | | * | | Code: check whether the LSP binary is in PATH | Laurențiu Nicola | 2019-12-08 | 6 | -8/+41 | |
| | * | | | Delay legacy macro expansion | Edwin Cheng | 2019-12-08 | 1 | -149/+57 | |
| | |/ / | ||||||
| * | / | Fix coercion from &Foo to an inference variable in a reference | Florian Diebold | 2019-12-08 | 2 | -1/+42 | |
| | |/ | |/| | ||||||
* | | | Merge #2504 | bors[bot] | 2019-12-08 | 1 | -2/+2 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Use rustup toolchain instead of rustup install | Edwin Cheng | 2019-12-08 | 1 | -2/+2 | |
| |/ | ||||||
* | | Merge #2499 | bors[bot] | 2019-12-08 | 9 | -110/+54 | |
|\ \ | ||||||
| * | | Remove dead code | Aleksey Kladov | 2019-12-08 | 1 | -33/+0 | |
| * | | Remove ty from code_model | Aleksey Kladov | 2019-12-08 | 9 | -55/+53 | |
| * | | Remove bodies from code_model | Aleksey Kladov | 2019-12-08 | 1 | -9/+0 | |
| * | | remove `infer` method from CodeModel | Aleksey Kladov | 2019-12-08 | 1 | -14/+2 | |
* | | | Merge #2498 | bors[bot] | 2019-12-08 | 6 | -107/+94 | |
|\| | | |/ |/| | ||||||
| * | Drop some unused methods | Aleksey Kladov | 2019-12-08 | 2 | -49/+5 | |
| * | Cleanup Field ty | Aleksey Kladov | 2019-12-08 | 2 | -26/+47 | |
| * | Cleanup Crate API | Aleksey Kladov | 2019-12-08 | 5 | -32/+42 | |
* | | Merge #2466 | bors[bot] | 2019-12-08 | 4 | -44/+194 | |
|\ \ | |/ |/| | ||||||
| * | Refactor resolve_imports logic | Edwin Cheng | 2019-12-07 | 2 | -40/+129 | |
| * | Push glob_imports only if non-exists | Edwin Cheng | 2019-12-07 | 1 | -4/+4 | |
| * | Add tests | Edwin Cheng | 2019-12-06 | 2 | -0/+61 | |
* | | Merge #2497 | bors[bot] | 2019-12-08 | 7 | -70/+52 | |
|\ \ | ||||||
| * | | Remove MacroFileKind | Edwin Cheng | 2019-12-08 | 7 | -70/+52 | |
|/ / | ||||||
* | | Merge #2495 | bors[bot] | 2019-12-07 | 1 | -0/+5 | |
|\ \ | ||||||
| * | | Discover type parameters in more cases | Aleksey Kladov | 2019-12-07 | 1 | -0/+5 | |
|/ / | ||||||
* | | Merge #2494 | bors[bot] | 2019-12-07 | 19 | -92/+272 | |
|\ \ | ||||||
| * | | Rename GenericParam -> TypeParam | Aleksey Kladov | 2019-12-07 | 18 | -79/+77 | |
| * | | Get the right analyzer for impls | Aleksey Kladov | 2019-12-07 | 4 | -2/+23 | |
| * | | Classify name works for TypeParams | Aleksey Kladov | 2019-12-07 | 6 | -5/+68 | |
| * | | Gotodef for TypeParameters | Aleksey Kladov | 2019-12-07 | 1 | -7/+18 | |
| * | | ToNav for GenericParam | Aleksey Kladov | 2019-12-07 | 2 | -1/+28 | |
| * | | Track source of type parameters | Aleksey Kladov | 2019-12-07 | 2 | -23/+82 | |
| * | | Minor | Aleksey Kladov | 2019-12-07 | 1 | -3/+4 | |
|/ / | ||||||
* | | Merge #2493 | bors[bot] | 2019-12-07 | 1 | -16/+15 | |
|\ \ | ||||||
| * | | Show type hints for & patterns | Aleksey Kladov | 2019-12-07 | 1 | -16/+15 | |
|/ / | ||||||
* | | Merge pull request #2491 from matklad/skip-heavy-tests-by-default | Aleksey Kladov | 2019-12-07 | 3 | -3/+54 | |
|\ \ | ||||||
| * | | Skip slow tests by default | Aleksey Kladov | 2019-12-07 | 3 | -3/+54 | |
* | | | Merge #2492 | bors[bot] | 2019-12-07 | 11 | -180/+213 | |
|\ \ \ | ||||||
| * | | | Reformat | Aleksey Kladov | 2019-12-07 | 1 | -2/+2 | |
| * | | | Refactor parameter count tracking | Aleksey Kladov | 2019-12-07 | 6 | -32/+30 | |
| * | | | Remove idx and parent generics from generics | Aleksey Kladov | 2019-12-07 | 10 | -157/+181 | |
| * | | | Store GenericParams in arena | Aleksey Kladov | 2019-12-07 | 4 | -14/+25 | |
|/ / / | ||||||
* | | | Merge #2490 | bors[bot] | 2019-12-07 | 1 | -24/+21 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Get rid of unwraps in add_new | Florian Diebold | 2019-12-07 | 1 | -24/+21 | |
|/ / | ||||||
* | | Merge #2489 | bors[bot] | 2019-12-06 | 6 | -65/+194 | |
|\ \ | ||||||
| * | | Implement ancestors_with_macros in a better way | Florian Diebold | 2019-12-06 | 2 | -12/+22 | |
| * | | Make the goto_through_format test actually fail :( | Florian Diebold | 2019-12-06 | 1 | -0/+3 | |
| * | | Builtin macros only use caller tokens | Florian Diebold | 2019-12-06 | 1 | -2/+2 | |
| * | | Try to make go to definition work in format! | Florian Diebold | 2019-12-06 | 3 | -5/+63 |