This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 7ac017d
File tree
5 files changed
+47
-13
lines changed- src
- bootstrap
- ci
- tools
5 files changed
+47
-13
lines changed+36-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
249 |
| - | |
250 |
| - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
251 | 254 |
| |
252 | 255 |
| |
253 | 256 |
| |
254 | 257 |
| |
255 | 258 |
| |
| 259 | + | |
256 | 260 |
| |
257 | 261 |
| |
258 | 262 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
- CONTRIBUTING.md+112-28
- Cargo.lock+69-18
- Cargo.toml+1-4
- README.md+1-22
- src/bin/bench.rs+5-5
- src/bin/build.rs+1-1
- src/bin/cargo.rs+6-5
- src/bin/check.rs+1-1
- src/bin/clean.rs+1-1
- src/bin/doc.rs+1-1
- src/bin/fetch.rs+1-1
- src/bin/generate_lockfile.rs+1-1
- src/bin/git_checkout.rs+1-1
- src/bin/help.rs+1-1
- src/bin/init.rs+1-1
- src/bin/install.rs+1-1
- src/bin/locate_project.rs+1-2
- src/bin/login.rs+1-1
- src/bin/metadata.rs+1-1
- src/bin/new.rs+1-1
- src/bin/owner.rs+1-1
- src/bin/package.rs+1-1
- src/bin/pkgid.rs+1-2
- src/bin/publish.rs+1-1
- src/bin/read_manifest.rs+1-1
- src/bin/run.rs+1-1
- src/bin/rustc.rs+1-1
- src/bin/rustdoc.rs+1-1
- src/bin/search.rs+1-1
- src/bin/test.rs+1-1
- src/bin/uninstall.rs+1-1
- src/bin/update.rs+1-1
- src/bin/verify_project.rs+1-1
- src/bin/version.rs+1-1
- src/bin/yank.rs+1-1
- src/cargo/core/features.rs+3-3
- src/cargo/core/manifest.rs+2-2
- src/cargo/core/package.rs+19-4
- src/cargo/core/resolver/encode.rs+46-40
- src/cargo/core/shell.rs+47-3
- src/cargo/core/source.rs+65-4
- src/cargo/core/summary.rs+4-4
- src/cargo/lib.rs+2-2
- src/cargo/ops/cargo_doc.rs+28-11
- src/cargo/ops/cargo_install.rs+15-13
- src/cargo/ops/cargo_rustc/context.rs+136-14
- src/cargo/ops/cargo_rustc/custom_build.rs+2
- src/cargo/ops/cargo_rustc/layout.rs+21
- src/cargo/ops/cargo_rustc/mod.rs+22
- src/cargo/ops/cargo_test.rs+11-4
- src/cargo/ops/lockfile.rs-17
- src/cargo/ops/registry.rs+4-4
- src/cargo/sources/registry/mod.rs+2-2
- src/cargo/util/config.rs+49-19
- src/cargo/util/process_builder.rs+45
- src/cargo/util/rustc.rs+8-1
- src/cargo/util/sha256.rs+15-92
- src/cargo/util/to_url.rs+2
- src/cargo/util/toml/mod.rs+22-22
- src/crates-io/lib.rs+8-7
- src/doc/book/src/guide/cargo-toml-vs-cargo-lock.md+1-1
- src/doc/guide.md+1-1
- src/doc/manifest.md+4-3
- src/etc/_cargo+19-10
- tests/bad-config.rs+3-3
- tests/bench.rs+34
- tests/build.rs+132-1
- tests/doc.rs+127-3
- tests/generate-lockfile.rs+2-2
- tests/git.rs+1-1
- tests/install.rs+32-2
- tests/jobserver.rs-1
- tests/lockfile-compat.rs+42-10
- tests/metadata.rs+1-1
- tests/overrides.rs+1-1
- tests/package.rs+17
- tests/patch.rs+38
- tests/resolve.rs+6-6
- tests/rustdoc.rs+2-3
- tests/test.rs+30
- tests/workspaces.rs+1-1
0 commit comments