Commit 08d920c
committed
Auto merge of #42650 - nrc:save-slim, r=eddyb
save-analysis: remove a lot of stuff
This commits us to the JSON format and the more general def/ref style of output, rather than also supporting different data formats for different data structures. This does not affect the RLS at all, but will break any clients of the CSV form - AFAIK there are none (beyond a few of my own toy projects) - DXR stopped working long ago.
r? @eddybFile tree
12 files changed
+844
-3280
lines changed- src
- librustc_driver
- librustc_save_analysis
- librustc/session
- test/run-make/save-analysis
12 files changed
+844
-3280
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
935 | 935 | | |
936 | 936 | | |
937 | 937 | | |
938 | | - | |
939 | | - | |
940 | 938 | | |
941 | 939 | | |
942 | 940 | | |
| |||
2471 | 2469 | | |
2472 | 2470 | | |
2473 | 2471 | | |
2474 | | - | |
2475 | | - | |
2476 | 2472 | | |
2477 | 2473 | | |
2478 | 2474 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
534 | 534 | | |
535 | 535 | | |
536 | 536 | | |
537 | | - | |
538 | 537 | | |
539 | 538 | | |
540 | 539 | | |
541 | 540 | | |
542 | 541 | | |
543 | 542 | | |
544 | | - | |
545 | | - | |
546 | 543 | | |
547 | 544 | | |
548 | 545 | | |
| |||
0 commit comments