| Commit message (Expand) | Author | Age | Files | Lines |
* | Shift bound variables correctly when using assoc type shorthand | Florian Diebold | 2020-06-19 | 2 | -0/+94 |
* | Merge #4950 | bors[bot] | 2020-06-19 | 3 | -17/+47 |
|\ |
|
| * | Use correct substs for super trait assoc types | Florian Diebold | 2020-06-19 | 3 | -17/+47 |
|/ |
|
* | Merge #4957 | bors[bot] | 2020-06-19 | 2 | -1/+33 |
|\ |
|
| * | Fix substs in resolve_value_path for ImplSelf | Vincent Rouillé | 2020-06-19 | 2 | -1/+33 |
|/ |
|
* | Merge #4851 | bors[bot] | 2020-06-19 | 5 | -5/+134 |
|\ |
|
| * | Add quickfix to add a struct field | Timo Freiberg | 2020-06-12 | 5 | -5/+134 |
* | | Merge #4937 | bors[bot] | 2020-06-19 | 1 | -1/+4 |
|\ \ |
|
| * | | Fix fmt | oxalica | 2020-06-18 | 1 | -1/+2 |
| * | | Allow overriding rust-analyzer display revision | oxalica | 2020-06-18 | 1 | -1/+3 |
* | | | Merge #4839 | bors[bot] | 2020-06-19 | 11 | -38/+1360 |
|\ \ \ |
|
| * | | | Apply suggestions from code review | vsrs | 2020-06-18 | 3 | -65/+328 |
| * | | | Add Type::walk method | vsrs | 2020-06-18 | 3 | -75/+132 |
| * | | | Remove AdtOrTrait | vsrs | 2020-06-18 | 4 | -50/+39 |
| * | | | Add `rust-analyzer.gotoLocation` command | vsrs | 2020-06-18 | 6 | -8/+25 |
| * | | | Add associated type test. | vsrs | 2020-06-18 | 3 | -2/+65 |
| * | | | Fix type "items" order. | vsrs | 2020-06-18 | 2 | -24/+36 |
| * | | | Add `Go to Type Definition` hover action. | vsrs | 2020-06-18 | 8 | -35/+956 |
| * | | | Fix rust-analyzer.debug.openDebugPane option | vsrs | 2020-06-18 | 2 | -2/+2 |
| * | | | Fix empty hover action group for a runnable. | vsrs | 2020-06-18 | 1 | -1/+1 |
* | | | | Merge #4948 | bors[bot] | 2020-06-19 | 4 | -11/+30 |
|\ \ \ \ |
|
| * | | | | Speedup VFS::partition | Aleksey Kladov | 2020-06-19 | 4 | -11/+30 |
|/ / / / |
|
* | | | | Merge #4930 | bors[bot] | 2020-06-18 | 1 | -28/+49 |
|\ \ \ \ |
|
| * | | | | Avoid all unchecked indexing in match checking | Jonas Schievink | 2020-06-17 | 1 | -28/+49 |
* | | | | | Merge #4941 | bors[bot] | 2020-06-18 | 2 | -8/+4 |
|\ \ \ \ \ |
|
| * | | | | | Simplify | Aleksey Kladov | 2020-06-18 | 2 | -8/+4 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge #4903 | bors[bot] | 2020-06-18 | 5 | -41/+56 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Remove logic to mark all doctest code as | Paul Daniel Faria | 2020-06-18 | 2 | -14/+13 |
| * | | | | Ensure all existing doctest code highlights have documentation modifier | Paul Daniel Faria | 2020-06-17 | 3 | -21/+22 |
| * | | | | Add highlighting support for doc comments | Paul Daniel Faria | 2020-06-17 | 5 | -41/+56 |
* | | | | | Merge #4935 | bors[bot] | 2020-06-18 | 2 | -10/+4 |
|\ \ \ \ \ |
|
| * | | | | | Simplify | Aleksey Kladov | 2020-06-18 | 2 | -10/+4 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge #4821 | bors[bot] | 2020-06-18 | 2 | -9/+32 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | display Doctest code lens before comment #4785 | Benjamin Coenen | 2020-06-18 | 2 | -9/+3 |
| * | | | | display Doctest code lens before comment #4785 | Benjamin Coenen | 2020-06-14 | 1 | -2/+2 |
| * | | | | display Doctest code lens before comment #4785 | Benjamin Coenen | 2020-06-09 | 2 | -3/+32 |
* | | | | | Merge #4872 | bors[bot] | 2020-06-18 | 1 | -46/+43 |
|\ \ \ \ \ |
|
| * | | | | | Reduce the usage of bare subscript operator | Veetaha | 2020-06-14 | 1 | -46/+43 |
* | | | | | | Merge #4934 | bors[bot] | 2020-06-18 | 6 | -212/+69 |
|\ \ \ \ \ \ |
|
| * | | | | | | Remove special casing for library symbols | Aleksey Kladov | 2020-06-18 | 6 | -212/+69 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge #4932 | bors[bot] | 2020-06-18 | 1 | -10/+6 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | Simplify | Veetaha | 2020-06-18 | 1 | -10/+6 |
|/ / / / / |
|
* | | | | | Merge #4927 | bors[bot] | 2020-06-17 | 2 | -24/+30 |
|\ \ \ \ \ |
|
| * | | | | | Better encapsulate reverse-mapping of files to cargo targets | Aleksey Kladov | 2020-06-17 | 2 | -24/+30 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge #4925 | bors[bot] | 2020-06-17 | 12 | -5/+38 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Syntax highlighting for escape sequences in strings | Leander Tentrup | 2020-06-17 | 12 | -5/+38 |
|/ / / / |
|
| | | | | |
| \ \ \ | |
| \ \ \ | |
| \ \ \ | |
*---. \ \ \ | Merge #4913 #4915 #4916 | bors[bot] | 2020-06-17 | 10 | -34/+426 |
|\ \ \ \ \ \ |
|
| | | * | | | | Warnings as hint or info | Gabriel Valfridsson | 2020-06-16 | 7 | -13/+402 |
| | * | | | | | Inspect markdown code fences to determine whether to apply syntax highlighting | Leander Tentrup | 2020-06-16 | 3 | -4/+22 |
| | |/ / / / |
|
| * / / / / | Remove debugging code for incremental sync | Laurențiu Nicola | 2020-06-16 | 1 | -17/+2 |
| |/ / / / |
|