| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Fix underflow panic when doctests are at top of file | Paul Daniel Faria | 2020-06-23 | 3 | -5/+15 |
* | | Merge #4999 | bors[bot] | 2020-06-23 | 1 | -0/+1 |
|\ \ |
|
| * | | SSR: Allow matching of whole macro calls | David Lattimore | 2020-06-22 | 1 | -0/+1 |
| |/ |
|
* | | Merge #5000 | bors[bot] | 2020-06-22 | 1 | -5/+5 |
|\ \ |
|
| * | | Remove RelativePathBuf from fixture | Aleksey Kladov | 2020-06-22 | 1 | -5/+5 |
| |/ |
|
* | | Merge #4988 | bors[bot] | 2020-06-22 | 1 | -0/+3 |
|\ \ |
|
| * | | Don't offer to add missing fields of unknown types | Laurențiu Nicola | 2020-06-22 | 1 | -0/+3 |
| |/ |
|
* | | Merge #4900 | bors[bot] | 2020-06-22 | 1 | -0/+80 |
|\ \
| |/
|/| |
|
| * | Created goto Self enum variant test | BGluth | 2020-06-21 | 1 | -0/+80 |
* | | Merge #4899 | bors[bot] | 2020-06-22 | 1 | -72/+206 |
|\ \ |
|
| * | | don't complete top level attrs inside nested attrs and add better labels #4899 | Benjamin Coenen | 2020-06-22 | 1 | -8/+1 |
| * | | don't complete top level attrs inside nested attrs and add better labels #4899 | Benjamin Coenen | 2020-06-21 | 1 | -16/+105 |
| * | | don't complete top level attrs inside nested attrs and add better labels #4890 | Benjamin Coenen | 2020-06-18 | 1 | -16/+8 |
| * | | don't complete top level attrs inside nested attrs and add better labels #4890 | Benjamin Coenen | 2020-06-15 | 1 | -63/+123 |
* | | | Merge #4921 | bors[bot] | 2020-06-22 | 2 | -555/+10 |
|\ \ \ |
|
| * | | | Allow SSR to match type references, items, paths and patterns | David Lattimore | 2020-06-22 | 2 | -555/+10 |
| | |/
| |/| |
|
* | | | Merge #4928 | bors[bot] | 2020-06-22 | 1 | -48/+139 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix renaming mod in use tree | unexge | 2020-06-17 | 1 | -48/+139 |
* | | | Syntax highlighting for documentation comments on macro definitions | Leander Tentrup | 2020-06-19 | 3 | -2/+19 |
* | | | Merge #4851 | bors[bot] | 2020-06-19 | 1 | -2/+96 |
|\ \ \ |
|
| * | | | Add quickfix to add a struct field | Timo Freiberg | 2020-06-12 | 1 | -2/+96 |
* | | | | Merge #4839 | bors[bot] | 2020-06-19 | 2 | -22/+1122 |
|\ \ \ \ |
|
| * | | | | Apply suggestions from code review | vsrs | 2020-06-18 | 1 | -2/+253 |
| * | | | | Add Type::walk method | vsrs | 2020-06-18 | 1 | -4/+21 |
| * | | | | Remove AdtOrTrait | vsrs | 2020-06-18 | 2 | -17/+13 |
| * | | | | Add associated type test. | vsrs | 2020-06-18 | 1 | -0/+57 |
| * | | | | Fix type "items" order. | vsrs | 2020-06-18 | 1 | -17/+18 |
| * | | | | Add `Go to Type Definition` hover action. | vsrs | 2020-06-18 | 3 | -22/+800 |
* | | | | | Merge #4903 | bors[bot] | 2020-06-18 | 4 | -41/+55 |
|\ \ \ \ \ |
|
| * | | | | | 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 | 4 | -41/+55 |
* | | | | | | 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 |
* | | | | | | Remove special casing for library symbols | Aleksey Kladov | 2020-06-18 | 2 | -6/+11 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Syntax highlighting for escape sequences in strings | Leander Tentrup | 2020-06-17 | 10 | -5/+36 |
| |/ / /
|/| | | |
|
| | | | | |
| \ \ \ | |
*-. \ \ \ | Merge #4913 #4915 #4916 | bors[bot] | 2020-06-17 | 3 | -4/+22 |
|\ \ \ \ \ |
|
| | * | | | | Inspect markdown code fences to determine whether to apply syntax highlighting | Leander Tentrup | 2020-06-16 | 3 | -4/+22 |
| |/ / / / |
|
* / / / / | 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 | 2 | -62/+49 |
* | | | | Syntactic highlighting of NAME_REF for injections | Leander Tentrup | 2020-06-15 | 12 | -16/+102 |
| |_|/
|/| | |
|
* | | | Merge #4877 | bors[bot] | 2020-06-15 | 3 | -16/+37 |
|\ \ \ |
|
| * | | | Fix syntax highlighting of recursive macros | Leander Tentrup | 2020-06-15 | 3 | -16/+37 |
* | | | | Deprecate hir::Path::from_ast | Aleksey Kladov | 2020-06-15 | 1 | -0/+1 |
|/ / / |
|
* | | | Merge #4868 | bors[bot] | 2020-06-13 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | Fix if and while postfix completions | Aleksey Kladov | 2020-06-13 | 1 | -4/+4 |
| | |/
| |/| |
|
* | | | More concise completion tests | Aleksey Kladov | 2020-06-13 | 2 | -182/+146 |
* | | | Cleanup | Aleksey Kladov | 2020-06-13 | 4 | -255/+154 |