rust/editors/code/src
bors[bot] 4c85e53531
Merge #3561 #3577
3561: feat: add debug code lens r=matklad a=hdevalke

Refs #3539

3577: Protect against infinite macro expansion in def collector r=edwin0cheng a=flodiebold

Something I noticed while trying to make macro expansion more resilient against errors.

There was a test for this, but it wasn't actually working because the first recursive expansion failed. (The comma...)

Even with this limit, that test (when fixed) still takes some time to pass because of the exponential growth of the expansions, so I disabled it and added a different one without growth.

CC @edwin0cheng 

Co-authored-by: Hannes De Valkeneer <hannes@de-valkeneer.be>
Co-authored-by: hdevalke <2261239+hdevalke@users.noreply.github.com>
Co-authored-by: Florian Diebold <florian.diebold@freiheit.com>
2020-03-13 14:01:29 +00:00
..
commands fixup! feat: add debug code lens 2020-03-12 21:28:26 +01:00
installation vscode: care about alwaysDownloadServer option before asking 2020-03-08 00:01:48 +02:00
client.ts Merge #3561 #3577 2020-03-13 14:01:29 +00:00
color_theme.ts enforce camel case 2020-02-21 11:22:45 +01:00
config.ts Update editors/code/src/config.ts 2020-03-12 22:56:37 +01:00
ctx.ts vscode: prerefactor util.ts and ctx.ts 2020-03-07 14:08:35 +02:00
highlighting.ts Merge #3388 2020-03-03 13:45:26 +00:00
inlay_hints.ts Switch from Vec<InlayKind> to object with props 2020-03-11 20:14:39 -07:00
main.ts feat: add debug code lens 2020-03-11 22:26:47 +01:00
rust-analyzer-api.ts feat: add debug code lens 2020-03-11 22:26:47 +01:00
source_change.ts vscode: migrate source_cnage.rs to rust-analyzer-api.rs 2020-02-25 00:49:19 +02:00
status_display.ts vscode: press ; to respect semicolons 2020-02-17 22:09:44 +02:00
util.ts vscode: prerefactor util.ts and ctx.ts 2020-03-07 14:08:35 +02:00