Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Syntax highlighting for escape sequences in strings | Leander Tentrup | 2020-06-17 | 12 | -5/+38 |
*---. | Merge #4913 #4915 #4916 | bors[bot] | 2020-06-17 | 9 | -34/+408 |
|\ \ \ | |||||
| | | * | Warnings as hint or info | Gabriel Valfridsson | 2020-06-16 | 6 | -13/+384 |
| | * | | 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 |
| |/ | |||||
* / | Remove :expr from placeholders | David Lattimore | 2020-06-17 | 1 | -54/+20 |
|/ | |||||
* | Anchor file-system operations to the file, and not to the source root. | Aleksey Kladov | 2020-06-16 | 8 | -81/+67 |
* | Merge #4891 | bors[bot] | 2020-06-16 | 7 | -0/+508 |
|\ | |||||
| * | New VFS API | Aleksey Kladov | 2020-06-16 | 7 | -0/+508 |
* | | 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 |
| |/ / / | |||||
* | | / | Make ra_syntax::{SyntaxNodeChildren, SyntaxElementChildren} public. | David Lattimore | 2020-06-15 | 1 | -1/+2 |
| |_|/ |/| | | |||||
* | | | Merge #4889 | bors[bot] | 2020-06-15 | 6 | -13/+11 |
|\ \ \ | |||||
| * | | | Update parser tests with env var | Aleksey Kladov | 2020-06-15 | 2 | -8/+5 |
| * | | | Allow attributes on expressions | Aleksey Kladov | 2020-06-15 | 1 | -4/+2 |
| * | | | Deprecate hir::Path::from_ast | Aleksey Kladov | 2020-06-15 | 3 | -1/+4 |
| |/ / | |||||
* | | | Merge #4882 | bors[bot] | 2020-06-15 | 1 | -113/+142 |
|\ \ \ | |||||
| * | | | _match.rs: improve comment formatting | Jonas Schievink | 2020-06-14 | 1 | -113/+142 |
| | |/ | |/| | |||||
* | | | fill_match_arms bind pattern implementation | Toby Dimmick | 2020-06-14 | 1 | -2/+14 |
* | | | fill_match_arms bind pattern test | Toby Dimmick | 2020-06-14 | 1 | -0/+34 |
| |/ |/| | |||||
* | | Introduce paths crate | Aleksey Kladov | 2020-06-14 | 2 | -0/+131 |
|/ | |||||
* | Merge #4867 | bors[bot] | 2020-06-13 | 6 | -160/+134 |
|\ | |||||
| * | Cleanup URL handling | Aleksey Kladov | 2020-06-13 | 6 | -160/+134 |
* | | Merge #4868 | bors[bot] | 2020-06-13 | 1 | -4/+4 |
|\ \ | |||||
| * | | Fix if and while postfix completions | Aleksey Kladov | 2020-06-13 | 1 | -4/+4 |
| |/ | |||||
* | | Merge #4700 | bors[bot] | 2020-06-13 | 6 | -640/+618 |
|\ \ | |||||
| * | | More concise completion tests | Aleksey Kladov | 2020-06-13 | 2 | -182/+146 |
| * | | Cleanup | Aleksey Kladov | 2020-06-13 | 4 | -255/+154 |
| * | | Add keywords completions on source file position | Mikhail Rakhmanov | 2020-06-13 | 3 | -21/+124 |
| * | | Merge branch 'master' into keyword_completion | Mikhail Rakhmanov | 2020-06-13 | 148 | -2458/+6455 |
| |\| | |||||
| * | | Fix tests and remove unused methods | Mikhail Rakhmanov | 2020-06-13 | 3 | -13/+6 |
| * | | Add more patterns, tests and fix keywords | Mikhail Rakhmanov | 2020-06-12 | 3 | -473/+297 |
| * | | Rewrite snapshot checks | Mikhail Rakhmanov | 2020-06-12 | 4 | -245/+100 |
| * | | Remove comment and incorrect assert | Mikhail Rakhmanov | 2020-06-12 | 1 | -7/+1 |
| * | | Return snapshots to tests | Mikhail Rakhmanov | 2020-06-12 | 1 | -18/+34 |
| * | | More assert refactoring | Mikhail Rakhmanov | 2020-06-12 | 1 | -7/+8 |