File tree
8 files changed
+14
-14
lines changed- src
- doc
- tools
8 files changed
+14
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| |||
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
543 | | - | |
| 543 | + | |
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
| |||
1340 | 1340 | | |
1341 | 1341 | | |
1342 | 1342 | | |
1343 | | - | |
| 1343 | + | |
1344 | 1344 | | |
1345 | 1345 | | |
1346 | 1346 | | |
| |||
2232 | 2232 | | |
2233 | 2233 | | |
2234 | 2234 | | |
2235 | | - | |
| 2235 | + | |
2236 | 2236 | | |
2237 | 2237 | | |
2238 | 2238 | | |
| |||
2246 | 2246 | | |
2247 | 2247 | | |
2248 | 2248 | | |
2249 | | - | |
| 2249 | + | |
2250 | 2250 | | |
2251 | 2251 | | |
2252 | 2252 | | |
| |||
4118 | 4118 | | |
4119 | 4119 | | |
4120 | 4120 | | |
4121 | | - | |
| 4121 | + | |
4122 | 4122 | | |
4123 | 4123 | | |
4124 | 4124 | | |
| |||
- 2018-edition/nostarch/appendices-d-and-e.md-245
- 2018-edition/nostarch/chapter07.md-1.0k
- 2018-edition/nostarch/chapter19.md-595
- ci/dictionary.txt+1
- nostarch/appendices-d-and-e.md+89-98
- nostarch/appendix-a-new-section.md+17-15
- nostarch/chapter19-new-function-pointer-text.md+11-10
- nostarch/docx/appendices-d-and-e.docx
- nostarch/docx/appendix-a-new-section.docx
- nostarch/docx/chapter19-new-function-pointer-text.docx
- src/appendix-01-keywords.md+20-19
- src/appendix-04-useful-development-tools.md+42-40
- src/appendix-05-editions.md+43-43
- src/ch19-05-advanced-functions-and-closures.md+10-10
Submodule edition-guide updated from 5f3cc2a to aa0022c
Submodule embedded-book updated 12 files
Submodule nomicon updated from b7eb4a0 to f1ff93b
Submodule reference updated from 1c775a1 to 41493ff
- ARCHITECTURE.md+31-14
- CONTRIBUTING.md+1-1
- Cargo.toml+2-2
- LICENSE-APACHE+2-2
- LICENSE-THIRD-PARTY+6-6
- README.md+1-1
- src/bin/cargo/commands/bench.rs+3-11
- src/bin/cargo/commands/fix.rs+2-2
- src/bin/cargo/commands/pkgid.rs+1-1
- src/bin/cargo/commands/run.rs+1-1
- src/bin/cargo/commands/test.rs+23-21
- src/cargo/core/compiler/context/compilation_files.rs+13-4
- src/cargo/core/compiler/custom_build.rs+5-8
- src/cargo/core/compiler/fingerprint.rs+57-21
- src/cargo/core/compiler/mod.rs+2-1
- src/cargo/core/dependency.rs+12
- src/cargo/core/package_id_spec.rs+9-9
- src/cargo/core/resolver/conflict_cache.rs+13-16
- src/cargo/core/resolver/context.rs+25-4
- src/cargo/core/resolver/errors.rs+15-11
- src/cargo/core/resolver/mod.rs+136-18
- src/cargo/core/resolver/resolve.rs+3-4
- src/cargo/core/resolver/types.rs+8-1
- src/cargo/ops/cargo_compile.rs+43-10
- src/cargo/ops/cargo_package.rs+1-1
- src/cargo/ops/cargo_test.rs+9-6
- src/cargo/ops/common_for_install_and_uninstall.rs+1-1
- src/cargo/ops/mod.rs+1-1
- src/cargo/ops/registry.rs+2-2
- src/cargo/ops/resolve.rs+1
- src/cargo/util/command_prelude.rs+2-5
- src/cargo/util/diagnostic_server.rs+2-2
- src/cargo/util/graph.rs+36-18
- src/cargo/util/paths.rs+5-4
- src/crates-io/Cargo.toml+1-1
- src/doc/man/cargo.adoc+1-1
- src/doc/man/generated/cargo.html+1-1
- src/doc/src/appendix/glossary.md+1-1
- src/doc/src/reference/manifest.md+1-1
- src/doc/src/reference/pkgid-spec.md+1-1
- src/etc/man/cargo.1+1-1
- tests/testsuite/bad_config.rs+8-8
- tests/testsuite/build.rs+9-9
- tests/testsuite/doc.rs+2-5
- tests/testsuite/freshness.rs+88-1
- tests/testsuite/git.rs+1-1
- tests/testsuite/net_config.rs+2-2
- tests/testsuite/package.rs+9-9
- tests/testsuite/resolve.rs+140-10
- tests/testsuite/support/resolver.rs+31-13
- tests/testsuite/test.rs+37-5
Submodule rls updated from 0d6f53e to 6a1b5a9
0 commit comments