2 files changed
+1
-41
lines changed- Cargo.lock+6-4
- Cargo.toml+1-1
- crates/cargo-test-support/src/registry.rs+27
- crates/rustfix/Cargo.toml+33
- crates/rustfix/Changelog.md+79
- crates/rustfix/LICENSE-APACHE+1
- crates/rustfix/LICENSE-MIT+1
- crates/rustfix/Readme.md+29
- crates/rustfix/examples/fix-json.rs+44
- crates/rustfix/proptest-regressions/replace.txt+8
- crates/rustfix/src/diagnostics.rs+89
- crates/rustfix/src/lib.rs+272
- crates/rustfix/src/replace.rs+335
- crates/rustfix/tests/edge-cases/empty.json+42
- crates/rustfix/tests/edge-cases/empty.rs
- crates/rustfix/tests/edge-cases/indented_whitespace.json+60
- crates/rustfix/tests/edge-cases/no_main.json+33
- crates/rustfix/tests/edge-cases/no_main.rs+1
- crates/rustfix/tests/edge-cases/out_of_bounds.recorded.json+43
- crates/rustfix/tests/edge-cases/utf8_idents.recorded.json+59
- crates/rustfix/tests/edge_cases.rs+25
- crates/rustfix/tests/edition/.gitignore+2
- crates/rustfix/tests/everything/.gitignore+2
- crates/rustfix/tests/everything/E0178.fixed.rs+10
- crates/rustfix/tests/everything/E0178.json+70
- crates/rustfix/tests/everything/E0178.rs+10
- crates/rustfix/tests/everything/closure-immutable-outer-variable.fixed.rs+10
- crates/rustfix/tests/everything/closure-immutable-outer-variable.json+70
- crates/rustfix/tests/everything/closure-immutable-outer-variable.rs+10
- crates/rustfix/tests/everything/handle-insert-only.fixed.rs+8
- crates/rustfix/tests/everything/handle-insert-only.json+68
- crates/rustfix/tests/everything/handle-insert-only.rs+8
- crates/rustfix/tests/everything/lt-generic-comp.fixed.rs+7
- crates/rustfix/tests/everything/lt-generic-comp.json+87
- crates/rustfix/tests/everything/lt-generic-comp.rs+7
- crates/rustfix/tests/everything/multiple-solutions.fixed.rs+5
- crates/rustfix/tests/everything/multiple-solutions.json+114
- crates/rustfix/tests/everything/multiple-solutions.rs+5
- crates/rustfix/tests/everything/replace-only-one-char.fixed.rs+3
- crates/rustfix/tests/everything/replace-only-one-char.json+70
- crates/rustfix/tests/everything/replace-only-one-char.rs+3
- crates/rustfix/tests/everything/str-lit-type-mismatch.fixed.rs+5
- crates/rustfix/tests/everything/str-lit-type-mismatch.json+218
- crates/rustfix/tests/everything/str-lit-type-mismatch.rs+5
- crates/rustfix/tests/parse_and_replace.rs+246
- crates/xtask-bump-check/src/xtask.rs+1
- publish.py+1
- src/cargo/core/compiler/job_queue/mod.rs+1-1
- src/cargo/core/compiler/mod.rs+19-8
- src/cargo/ops/cargo_package.rs+43
- src/cargo/util/toml/mod.rs+6-7
- src/doc/contrib/src/issues.md+3-5
- src/doc/src/reference/environment-variables.md+1
- tests/testsuite/build.rs+205-7
- tests/testsuite/cargo_remove/update_lock_file/in/Cargo.lock+2-2
- tests/testsuite/cargo_remove/update_lock_file/out/Cargo.lock+2-2
- tests/testsuite/package.rs+49
- triagebot.toml+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
488 | 488 |
| |
489 | 489 |
| |
490 | 490 |
| |
491 |
| - | |
492 | 491 |
| |
493 | 492 |
| |
494 | 493 |
| |
| |||
512 | 511 |
| |
513 | 512 |
| |
514 | 513 |
| |
515 |
| - | |
516 |
| - | |
517 |
| - | |
518 |
| - | |
519 |
| - | |
520 |
| - | |
521 |
| - | |
522 |
| - | |
523 |
| - | |
524 | 514 |
| |
525 | 515 |
| |
526 | 516 |
| |
| |||
749 | 739 |
| |
750 | 740 |
| |
751 | 741 |
| |
752 |
| - | |
753 |
| - | |
754 |
| - | |
755 |
| - | |
756 |
| - | |
757 |
| - | |
758 |
| - | |
759 |
| - | |
760 |
| - | |
761 |
| - | |
762 |
| - | |
763 |
| - | |
764 |
| - | |
765 |
| - | |
766 |
| - | |
767 |
| - | |
768 |
| - | |
769 |
| - | |
770 |
| - | |
771 |
| - | |
772 |
| - | |
773 |
| - | |
774 |
| - | |
775 |
| - | |
776 |
| - | |
777 |
| - | |
778 |
| - | |
779 |
| - | |
780 |
| - | |
781 |
| - |
0 commit comments