aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Improve insert_whitespacesEdwin Cheng2019-11-191-17/+77
| | | |
| | * | Change return type of expand_macroEdwin Cheng2019-11-195-13/+33
| | | |
| | * | Change to use Expansion::file_id and reorderingEdwin Cheng2019-11-192-46/+40
| | | |
| | * | Fix npm formattingEdwin Cheng2019-11-192-14/+14
| | | |
| | * | RebaseEdwin Cheng2019-11-192-3/+9
| | | |
| | * | Add recursive expand in vscodeEdwin Cheng2019-11-198-5/+210
| |/ /
| * | Merge #2312bors[bot]2019-11-191-4/+4
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2312: Fixed string literal quoting r=matklad a=edwin0cheng It fixed a bug which `quote!` should return a literal escaped instead of original string. Co-authored-by: Edwin Cheng <[email protected]>
| | * | Fixed a bug for string lit in quoteEdwin Cheng2019-11-191-4/+4
| | |/
| * / Run CI on trying as wellAleksey Kladov2019-11-191-0/+1
| |/
* | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ↵Seivan Heidari2019-11-182-49/+91
|\| | | | | | | feature/themes
| * Merge #2309bors[bot]2019-11-181-7/+29
| |\ | | | | | | | | | | | | | | | | | | | | | 2309: Goto type def through macros r=matklad a=kjeremy Co-authored-by: kjeremy <[email protected]>
| | * Goto type def through macroskjeremy2019-11-181-7/+29
| | |
| * | Merge #2307bors[bot]2019-11-181-42/+62
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2307: Support hover through macro r=matklad a=kjeremy Allows hover to work through macros like `match_ast!`. Co-authored-by: kjeremy <[email protected]>
| | * | Fix testkjeremy2019-11-181-10/+6
| | | |
| | * | Support hover through macrokjeremy2019-11-181-42/+66
| | |/
* | | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ↵Seivan Heidari2019-11-1825-429/+370
|\| | | | | | | | | | | feature/themes
| * | Merge #2308bors[bot]2019-11-183-12/+4
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2308: Remove the custom impl of AttrsOwner for ImplItem r=matklad a=DJMcNab The default impl should have the same behaviour, and it can be generated by codegen. See also `ModuleItem` and `NominalDef`. Also see https://github.com/rust-analyzer/rust-analyzer/commit/5dbbfda34ae423229487595fd0ae9e727ae42906#r36011245 Co-authored-by: DJMcNab <[email protected]>
| | * | Remove the custom impl of AttrsOwner for ImplItemDJMcNab2019-11-183-12/+4
| | |/ | | | | | | | | | | | | | | | The default impl should have the same behaviour, and it can be generated by codegen. See also `ModuleItem` and `NominalDef`
| * | Merge #2305bors[bot]2019-11-181-2/+0
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | 2305: Remove CI badge r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| | * Remove CI badgeAleksey Kladov2019-11-181-2/+0
| |/
| * Merge #2304bors[bot]2019-11-184-25/+22
| |\ | | | | | | | | | | | | | | | | | | | | | 2304: Use Source<&ast::Name> in classify_name r=matklad a=kjeremy Co-authored-by: kjeremy <[email protected]>
| | * Use Source<&ast::Name> in classify_namekjeremy2019-11-184-25/+22
| |/
| * Merge #2302bors[bot]2019-11-184-119/+105
| |\ | | | | | | | | | | | | | | | | | | | | | 2302: Collapse TokenMap and RevTokenMap r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| | * Collapse TokenMap and RevTokenMapAleksey Kladov2019-11-184-119/+105
| |/
| * Merge #2301bors[bot]2019-11-185-48/+36
| |\ | | | | | | | | | | | | | | | | | | | | | 2301: Don't create a separate bin for format hook r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| | * Don't create a separate bin for format hookAleksey Kladov2019-11-185-48/+36
| | |
| * | Merge #2300bors[bot]2019-11-183-38/+52
| |\| | | | | | | | | | | | | | | | | | | | | | 2300: Token-based reverse-mapping r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| | * Token-based reverse-mappingAleksey Kladov2019-11-183-38/+52
| | |
| * | Merge #2299bors[bot]2019-11-182-41/+32
| |\| | | | | | | | | | | | | | | | | | | | | | 2299: More sources r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| | * More sourcesAleksey Kladov2019-11-182-41/+32
| | |
| * | Merge #2298bors[bot]2019-11-184-61/+74
| |\| | | | | | | | | | | | | | | | | | | | | | 2298: Add ra_ide_api::expand r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| | * Add ra_ide_api::expandAleksey Kladov2019-11-184-55/+69
| | | | | | | | | | | | | | | This module should handle all tricky bits with mapping macro-expanded HirFileId to original files the user actually can see in the editor
| | * More SourceAleksey Kladov2019-11-181-19/+18
| |/
| * Merge #2296bors[bot]2019-11-182-3/+1
| |\ | | | | | | | | | | | | | | | | | | | | | 2296: Remove obsolete links r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| | * fix bors integrationAleksey Kladov2019-11-181-1/+1
| | |
| | * Remove obsolete linksAleksey Kladov2019-11-181-2/+0
| |/
| * Switch to ActionsAleksey Kladov2019-11-184-97/+61
| |
* | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ↵Seivan Heidari2019-11-182-3/+89
|\| | | | | | | feature/themes
| * Run npm travis through xvfb-runcad972019-11-181-1/+1
| |
| * Enable github actions cicad972019-11-181-0/+86
| |
| * Merge #2294bors[bot]2019-11-181-3/+3
| |\ | | | | | | | | | | | | | | | | | | | | | 2294: Publicise GenericParams r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| | * Publicise GenericParamsAleksey Kladov2019-11-181-3/+3
| | | | | | | | | | | | See https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0/topic/Exposing.20GenericParam.2Ename
* | | Readding jsonc parser because of ↵Seivan Heidari2019-11-183-3/+9
| | | | | | | | | | | | https://github.com/rust-analyzer/rust-analyzer/pull/2061\#discussion_r344783715
* | | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ↵Seivan Heidari2019-11-1883-903/+1500
|\| | | | | | | | | | | feature/themes
| * | Merge #2292bors[bot]2019-11-171-3/+3
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | 2292: :arrow_up: rowan r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| | * :arrow_up: rowanAleksey Kladov2019-11-171-3/+3
| |/
| * Merge #2289bors[bot]2019-11-174-44/+74
| |\ | | | | | | | | | | | | | | | | | | | | | 2289: More correct expansion mapping r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| | * More correct expansion mappingAleksey Kladov2019-11-174-44/+74
| | | | | | | | | | | | We can't really map arbitrary ranges, we only can map tokens
| * | Merge #2288bors[bot]2019-11-173-47/+84
| |\| | | | | | | | | | | | | | | | | | | | | | 2288: Make shift an implementation detail of mbe r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| | * Make shift an implementation detail of mbeAleksey Kladov2019-11-173-47/+84
| |/