Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | 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 #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 | |
| |/ / | ||||||
* | | | Merge #4914 | bors[bot] | 2020-06-17 | 1 | -384/+406 | |
|\ \ \ | ||||||
| * | | | Use ra_fixture and reformat tests | Jonas Schievink | 2020-06-16 | 1 | -387/+385 | |
| * | | | Fix index-out-of-bounds panic in match checking | Jonas Schievink | 2020-06-16 | 1 | -2/+26 | |
| |/ / | ||||||
* | | | Merge #4919 | bors[bot] | 2020-06-17 | 1 | -54/+20 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Remove :expr from placeholders | David Lattimore | 2020-06-17 | 1 | -54/+20 | |
|/ / | ||||||
* | | Merge #4911 | bors[bot] | 2020-06-16 | 1 | -29/+43 | |
|\ \ | ||||||
| * | | cargo update | kjeremy | 2020-06-16 | 1 | -29/+43 | |
|/ / | ||||||
* | | Merge #4909 | bors[bot] | 2020-06-16 | 8 | -81/+67 | |
|\ \ | ||||||
| * | | Anchor file-system operations to the file, and not to the source root. | Aleksey Kladov | 2020-06-16 | 8 | -81/+67 | |
|/ / | ||||||
* | | Merge #4908 | bors[bot] | 2020-06-16 | 1 | -20/+20 | |
|\ \ | ||||||
| * | | Fix typos in docs/dev/README.md | okaneco | 2020-06-16 | 1 | -20/+20 | |
|/ / | ||||||
* | | Merge #4891 | bors[bot] | 2020-06-16 | 8 | -0/+520 | |
|\ \ | ||||||
| * | | New VFS API | Aleksey Kladov | 2020-06-16 | 8 | -0/+520 | |
* | | | Merge #4876 | bors[bot] | 2020-06-16 | 12 | -16/+102 | |
|\ \ \ | ||||||
| * | | | Syntactic highlighting of NAME_REF for injections | Leander Tentrup | 2020-06-15 | 12 | -16/+102 | |
* | | | | Merge #4878 | bors[bot] | 2020-06-16 | 5 | -59/+257 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Operate only on AST paths instead of HIR | Jonas Schievink | 2020-06-15 | 1 | -30/+36 | |
| * | | | Simplify | Jonas Schievink | 2020-06-15 | 1 | -13/+6 | |
| * | | | It's fookin' raw | Jonas Schievink | 2020-06-15 | 1 | -48/+48 | |
| * | | | Shorten *all* qualified paths when adding use | Jonas Schievink | 2020-06-13 | 2 | -11/+192 | |
| * | | | Expose `find_insert_use_container` | Jonas Schievink | 2020-06-13 | 2 | -8/+18 | |
| * | | | Fix `rewrite_root` when there's only 1 replacement | Jonas Schievink | 2020-06-13 | 1 | -0/+8 | |
| | |/ | |/| | ||||||
* | | | Merge #4860 | bors[bot] | 2020-06-15 | 4 | -22/+31 | |
|\ \ \ | ||||||
| * | | | Accept relative paths in rust-project.json | Thiébaud Weksteen | 2020-06-15 | 4 | -22/+31 | |
* | | | | Merge #4877 | bors[bot] | 2020-06-15 | 3 | -16/+37 | |
|\ \ \ \ | ||||||
| * | | | | Fix syntax highlighting of recursive macros | Leander Tentrup | 2020-06-15 | 3 | -16/+37 | |
| |/ / / | ||||||
* | | | | Merge #4892 | bors[bot] | 2020-06-15 | 1 | -1/+2 | |
|\ \ \ \ | ||||||
| * | | | | Make ra_syntax::{SyntaxNodeChildren, SyntaxElementChildren} public. | David Lattimore | 2020-06-15 | 1 | -1/+2 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge #4893 | bors[bot] | 2020-06-15 | 1 | -0/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add Embark Studios to the sponsors list | Aleksey Kladov | 2020-06-15 | 1 | -0/+1 | |
|/ / / |