aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | Split up infer.rs furtherFlorian Diebold2019-10-124-1135/+1192
|/
* Merge #1989bors[bot]2019-10-111-24/+34
|\
| * Chalk update to simplified IRkjeremy2019-10-101-24/+34
* | reduce visibilityAleksey Kladov2019-10-111-3/+3
* | Merge #1994bors[bot]2019-10-115-48/+71
|\ \
| * | remove last traces of source roots from hirAleksey Kladov2019-10-115-48/+71
| |/
* | Remove `as_original_file`Shotaro Yamada2019-10-101-10/+0
* | Use `original_file` instead of `as_original_file`Shotaro Yamada2019-10-102-4/+4
|/
* Merge #1981bors[bot]2019-10-104-36/+33
|\
| * tweak fn labels in completionAleksey Kladov2019-10-104-36/+33
* | don't special case macro_useAleksey Kladov2019-10-103-23/+13
* | don't special case path attrAleksey Kladov2019-10-103-34/+31
|/
* simplify a bitAleksey Kladov2019-10-102-10/+13
* simplify some testsAleksey Kladov2019-10-101-90/+24
* Refactor and fix some more edge cases around name resolutionAleksey Kladov2019-10-104-192/+209
* if completion does auto-insertion, indicate this in the labelAleksey Kladov2019-10-105-475/+562
* add `module` methodsEkaterina Babshukova2019-10-092-2/+42
* Merge #1973bors[bot]2019-10-092-57/+85
|\
| * 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
|\ \ | |/ |/|
| * extend selection correctly handles commas in tuplesAleksey Kladov2019-10-091-0/+3
* | 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
|\
| * 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
|\ \ | |/ |/|
| * 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
* | Merge #1922bors[bot]2019-10-082-18/+93
|\ \
| * | feat(assists): Address some PR commentsGeobert Quach2019-10-041-25/+24
| * | feat(assists): Even smarter with hashesGeobert Quach2019-10-011-12/+44
| * | feat(assists): Be smart about hashesGeobert Quach2019-09-301-1/+36
| * | feat(assists): Keep only one version of make_raw_stringGeobert Quach2019-09-292-83/+13
| * | feat(assists): Make raw string unescapedGeobert Quach2019-09-263-1/+79
* | | Merge #1951bors[bot]2019-10-085-1/+160
|\ \ \ | |_|/ |/| |
| * | Move tests aroundGeoffry Song2019-10-069-147/+198
| * | Lower the precedence of the `as` operator.Geoffry Song2019-10-035-45/+153
* | | Merge #1960bors[bot]2019-10-0513-424/+346
|\ \ \
| * | | remove `visitor` moduleEkaterina Babshukova2019-10-054-139/+24
| * | | replace AST visitors with macroEkaterina Babshukova2019-10-0510-297/+334
* | | | Merge #1928bors[bot]2019-10-0528-66/+656
|\ \ \ \ | |/ / / |/| | |
| * | | Use raw cfgs in json project and fix typooxalica2019-10-053-9/+18
| * | | Add docsuHOOCCOOHu2019-10-022-0/+6
| * | | Read default cfgs from rustcuHOOCCOOHu2019-10-027-14/+75