aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Use `original_file` instead of `as_original_file`Shotaro Yamada2019-10-102-4/+4
|/ / /
* | | Merge #1988bors[bot]2019-10-101-29/+28
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 1988: Update all crates that do not introduce new dependencies r=matklad a=kjeremy Co-authored-by: kjeremy <[email protected]>
| * | Update all crates that do not pull in new dependencieskjeremy2019-10-101-29/+28
|/ /
* | Merge #1981bors[bot]2019-10-104-36/+33
|\ \ | | | | | | | | | | | | | | | | | | | | | 1981: tweak fn labels in completion r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | tweak fn labels in completionAleksey Kladov2019-10-104-36/+33
| | |
* | | Merge #1986bors[bot]2019-10-103-55/+42
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 1986: don't special case module attrs r=matklad a=matklad bors r+ Co-authored-by: Aleksey Kladov <[email protected]>
| * | don't special case macro_useAleksey Kladov2019-10-103-23/+13
| | |
| * | don't special case path attrAleksey Kladov2019-10-103-34/+31
| | |
* | | Merge #1985bors[bot]2019-10-102-10/+13
|\| | | | | | | | | | | | | | | | | | | | | | | 1985: simplify a bit r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | simplify a bitAleksey Kladov2019-10-102-10/+13
| | |
* | | Merge #1984bors[bot]2019-10-102-29/+21
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1984: Bump rollup and vsce r=matklad a=kjeremy I got sick of the vsce warning on install and noticed that rollup was also out of date. Co-authored-by: kjeremy <[email protected]>
| * | | Bump rollup and vscekjeremy2019-10-102-29/+21
| |/ /
* | | Merge #1983bors[bot]2019-10-101-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 1983: engine.vscode and @types/vscode should match r=matklad a=kjeremy Per https://code.visualstudio.com/api/working-with-extensions/testing-extension Co-authored-by: kjeremy <[email protected]>
| * | engine.vscode and @types/vscode should matchkjeremy2019-10-101-1/+1
|/ /
* | Merge #1979bors[bot]2019-10-104-282/+233
|\ \ | | | | | | | | | | | | | | | | | | | | | 1979: Refactor and fix some more edge cases around name resolution r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | simplify some testsAleksey Kladov2019-10-101-90/+24
| | |
| * | Refactor and fix some more edge cases around name resolutionAleksey Kladov2019-10-104-192/+209
|/ /
* | Merge #1978bors[bot]2019-10-105-475/+562
|\ \ | | | | | | | | | | | | | | | | | | | | | 1978: if completion does auto-insertion, indicate this in the label r=matklad a=matklad bors try Co-authored-by: Aleksey Kladov <[email protected]>
| * | if completion does auto-insertion, indicate this in the labelAleksey Kladov2019-10-105-475/+562
|/ /
* | Merge #1976bors[bot]2019-10-092-2/+42
|\ \ | | | | | | | | | | | | | | | | | | | | | 1976: Add `module` methods r=matklad a=viorina Co-authored-by: Ekaterina Babshukova <[email protected]>
| * | add `module` methodsEkaterina Babshukova2019-10-092-2/+42
| | |
* | | Merge #1975bors[bot]2019-10-091-5/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1975: :arrow_up: smol_str, take 2 r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | | :arrow_up: smol_str, take 2Aleksey Kladov2019-10-091-5/+5
|/ / /
* | | Merge #1974bors[bot]2019-10-091-5/+5
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 1974: :arrow_up: smol_str r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | :arrow_up: smol_strAleksey Kladov2019-10-091-5/+5
|/ /
* | Merge #1973bors[bot]2019-10-092-57/+85
|\ \ | | | | | | | | | | | | | | | | | | | | | 1973: add <> for type aliases as well r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | add <> for type aliases as wellAleksey Kladov2019-10-092-53/+81
| | |
| * | smal cleanupAleksey Kladov2019-10-091-5/+5
| | |
* | | Merge #1972bors[bot]2019-10-091-0/+3
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 1972: extend selection correctly handles commas in tuples r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | extend selection correctly handles commas in tuplesAleksey Kladov2019-10-091-0/+3
| | |
* | | Merge #1970bors[bot]2019-10-095-96/+222
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | 1970: Add <> when completing generics r=matklad a=matklad @flodiebold wdyt? Is it correct that we always need to add `<>` in generic types? Co-authored-by: Aleksey Kladov <[email protected]>
| * | add `<>` when completing generic typesAleksey Kladov2019-10-084-78/+198
| | |
| * | simplifyAleksey Kladov2019-10-081-4/+5
| | |
| * | refactorAleksey Kladov2019-10-081-11/+9
| | |
| * | refactorAleksey Kladov2019-10-081-8/+15
|/ /
* | Merge #1969bors[bot]2019-10-0810-45/+82
|\ \ | | | | | | | | | | | | | | | | | | | | | 1969: restore coloring of attributes r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | restore coloring of attributesAleksey Kladov2019-10-082-1/+4
| | |
| * | hard-code nightly-only CFGsAleksey Kladov2019-10-081-0/+8
| | |
| * | macro DSL for cfg in testsAleksey Kladov2019-10-083-16/+23
| | |
| * | use slightly more idiomatic api for cfgAleksey Kladov2019-10-087-40/+59
| | |
* | | Merge #1924bors[bot]2019-10-088-9/+81
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | 1924: Support inferring&completing `Self` type in enum/struct/union definitions r=ice1000 a=ice1000 Signed-off-by: ice1000 <[email protected]> An attempt to fix #1908. This code works, but I believe the implementation is ugly. Please give me suggestions! Co-authored-by: ice1000 <[email protected]>
| * | Address comments: fix docs, add completion test for `Self`.ice10002019-10-084-5/+32
| | |
| * | Support inferring `Self` type in enum definitionsice10002019-10-087-9/+54
| | | | | | | | | | | | Signed-off-by: ice1000 <[email protected]>
* | | Merge #1922bors[bot]2019-10-084-21/+98
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1922: feat(assists): Make raw string unescaped r=matklad a=Geobert Last piece of https://github.com/rust-analyzer/rust-analyzer/issues/1730 Co-authored-by: Geobert Quach <[email protected]>
| * | | feat(assists): Address some PR commentsGeobert Quach2019-10-041-25/+24
| | | |
| * | | feat(assists): Even smarter with hashesGeobert Quach2019-10-011-12/+44
| | | | | | | | | | | | | | | | Count `"#*` streak only, extract the counting in a function, unit test this function
| * | | feat(assists): Be smart about hashesGeobert Quach2019-09-301-1/+36
| | | | | | | | | | | | | | | | Add max_hashes_streak + 1 hashes to the raw string
| * | | feat(assists): Keep only one version of make_raw_stringGeobert Quach2019-09-293-99/+15
| | | |
| * | | feat(assists): Make raw string unescapedGeobert Quach2019-09-265-1/+95
| | | |
* | | | Merge #1951bors[bot]2019-10-085-1/+160
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1951: Lower the precedence of the `as` operator. r=matklad a=goffrie Previously, the `as` operator was being parsed like a postfix expression, and therefore being given the highest possible precedence. That caused it to bind more tightly than prefix operators, which it should not. Instead, parse it somewhat like a normal binary expression with some special-casing. Fixes #1851. Co-authored-by: Geoffry Song <[email protected]>