| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | Unquote strings and handle boolean literals in concat! | Laurențiu Nicola | 2021-01-25 | 1 | -16/+8 |
|/ / / / |
|
* | | | | Merge #7418 | bors[bot] | 2021-01-25 | 3 | -6/+6 |
|\ \ \ \ |
|
| * | | | | :arrow_up: rowan | Aleksey Kladov | 2021-01-25 | 3 | -6/+6 |
|/ / / / |
|
* | | | | Merge #7415 | bors[bot] | 2021-01-25 | 1 | -7/+9 |
|\ \ \ \ |
|
| * | | | | Code: reduce progress notification spam | Laurențiu Nicola | 2021-01-25 | 1 | -7/+9 |
|/ / / / |
|
* | | | | Merge #7414 | bors[bot] | 2021-01-24 | 6 | -25/+40 |
|\ \ \ \ |
|
| * | | | | Add validation for mutable const items | Lukas Wirth | 2021-01-24 | 6 | -25/+40 |
* | | | | | Merge #7413 | bors[bot] | 2021-01-24 | 3 | -7/+11 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Support unions in symbol search | Lukas Wirth | 2021-01-24 | 3 | -7/+11 |
|/ / / / |
|
* | | | | Merge #7411 | bors[bot] | 2021-01-23 | 1 | -7/+7 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | cargo update | Jeremy Kolb | 2021-01-23 | 1 | -7/+7 |
|/ / / |
|
* | | | Merge #7062 | bors[bot] | 2021-01-23 | 7 | -19/+224 |
|\ \ \ |
|
| * | | | Remove use of SourceFileEdit | Phil Ellison | 2021-01-23 | 1 | -2/+1 |
| * | | | Update tests to register the required standard library types | Phil Ellison | 2021-01-23 | 2 | -16/+48 |
| * | | | Fix test names | Phil Ellison | 2021-01-23 | 1 | -4/+4 |
| * | | | Identify methods using functions ids rather than string names | Phil Ellison | 2021-01-23 | 3 | -7/+31 |
| * | | | cargo fmt | Phil Ellison | 2021-01-23 | 1 | -1/+5 |
| * | | | Address review comments | Phil Ellison | 2021-01-23 | 1 | -9/+4 |
| * | | | cargo fmt | Phil Ellison | 2021-01-23 | 1 | -2/+7 |
| * | | | Implement fix, add tests | Phil Ellison | 2021-01-23 | 4 | -55/+66 |
| * | | | Add diagnostic for filter_map followed by next | Phil Ellison | 2021-01-23 | 5 | -15/+150 |
|/ / / |
|
* | | | Merge #7391 | bors[bot] | 2021-01-23 | 2 | -0/+24 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add mark::check! and mark::hit! | kazatsuyu | 2021-01-22 | 2 | -0/+2 |
| * | | cargo fmt | kazatsuyu | 2021-01-22 | 1 | -2/+3 |
| * | | Fix error when using "extern crate self as" | kazatsuyu | 2021-01-22 | 2 | -0/+21 |
* | | | Merge #7399 | bors[bot] | 2021-01-22 | 10 | -38/+62 |
|\ \ \ |
|
| * | | | Make `ModuleId`'s `krate` field private | Jonas Schievink | 2021-01-22 | 10 | -38/+62 |
* | | | | Merge #7398 | bors[bot] | 2021-01-22 | 1 | -0/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | stave off zombies | Aleksey Kladov | 2021-01-22 | 1 | -0/+1 |
|/ / / |
|
* | | | Merge #7396 | bors[bot] | 2021-01-22 | 10 | -139/+128 |
|\ \ \ |
|
| * | | | Normalize tests | Aleksey Kladov | 2021-01-22 | 1 | -45/+37 |
| * | | | More useful fn detail in completion | Aleksey Kladov | 2021-01-22 | 9 | -93/+85 |
| * | | | Make assertion failures more annoying for maintainers | Aleksey Kladov | 2021-01-22 | 1 | -1/+6 |
|/ / / |
|
| | | | |
| \ \ | |
*-. \ \ | Merge #7310 #7395 | bors[bot] | 2021-01-22 | 17 | -32/+292 |
|\ \ \ \ |
|
| | * | | | Obtain `ModuleId`'s `DefMap` through a method | Jonas Schievink | 2021-01-22 | 14 | -32/+43 |
| * | | | | Add assist: add lifetime to type #7200 | Benjamin Coenen | 2021-01-21 | 2 | -18/+23 |
| * | | | | Add assist: add lifetime to type #7200 | Benjamin Coenen | 2021-01-18 | 1 | -0/+6 |
| * | | | | Add assist: add lifetime to type #7200 | Benjamin Coenen | 2021-01-17 | 3 | -0/+238 |
* | | | | | Merge #7353 | bors[bot] | 2021-01-22 | 23 | -164/+225 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | Update completions test output | Lukas Wirth | 2021-01-20 | 3 | -36/+66 |
| * | | | | Partially unify SymbolKind and CompletionItemKind | Lukas Wirth | 2021-01-20 | 13 | -108/+126 |
| * | | | | Move SymbolKind to ide_db | Lukas Wirth | 2021-01-20 | 11 | -37/+40 |
| * | | | | Add LifetimeParam and ConstParam to CompletionItemKind | Lukas Wirth | 2021-01-19 | 4 | -24/+34 |
* | | | | | Merge #7394 | bors[bot] | 2021-01-22 | 1 | -6/+16 |
|\ \ \ \ \ |
|
| * | | | | | Promote marks | Aleksey Kladov | 2021-01-22 | 1 | -6/+16 |
|/ / / / / |
|
* | | | | | Merge #7374 | bors[bot] | 2021-01-22 | 1 | -2/+5 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Add step to run analysis-stats on std | Thiébaud Weksteen | 2021-01-21 | 1 | -2/+5 |
* | | | | | Merge #7386 | bors[bot] | 2021-01-22 | 2 | -1/+28 |
|\ \ \ \ \ |
|
| * | | | | | Handle box with allocator | Thiébaud Weksteen | 2021-01-22 | 2 | -1/+28 |
| |/ / / / |
|
* | | | | | Merge #7390 | bors[bot] | 2021-01-22 | 1 | -0/+12 |
|\ \ \ \ \ |
|