File tree
278 files changed
+7310
-3329
lines changed- src
- bootstrap
- ci/docker
- armhf-gnu
- cross
- dist-aarch64-linux
- dist-android
- dist-arm-linux
- dist-armhf-linux
- dist-armv7-linux
- dist-fuchsia
- dist-i586-gnu-i686-musl
- dist-i686-freebsd
- dist-i686-linux
- dist-mips-linux
- dist-mips64-linux
- dist-mips64el-linux
- dist-mipsel-linux
- dist-powerpc-linux
- dist-powerpc64-linux
- dist-powerpc64le-linux
- dist-s390x-linux
- patches/glibc/2.12.2
- dist-x86_64-freebsd
- dist-x86_64-linux
- dist-x86_64-musl
- dist-x86_64-netbsd
- emscripten
- i686-gnu
- i686-gnu-nopt
- x86_64-gnu
- x86_64-gnu-aux
- x86_64-gnu-debug
- x86_64-gnu-distcheck
- x86_64-gnu-full-bootstrap
- x86_64-gnu-incremental
- x86_64-gnu-llvm-3.7
- x86_64-gnu-nopt
- doc/unstable-book/src
- etc
- libcollections
- tests
- btree
- libcore
- iter
- num
- dec2flt
- flt2dec
- slice
- str
- sync
- tests
- fmt
- hash
- num
- dec2flt
- flt2dec
- strategy
- librustc
- hir/map
- ich
- middle
- mir
- ty
- librustc_const_eval
- librustc_data_structures
- librustc_driver
- librustc_incremental
- calculate_svh
- librustc_llvm
- librustc_mir/build
- librustc_resolve
- librustc_save_analysis
- librustc_trans
- back
- mir
- librustc_typeck
- check
- method
- coherence
- librustdoc
- html
- passes
- libstd
- collections/hash
- io
- net
- prelude
- sync
- mpsc
- sys
- unix
- ext
- windows/ext
- thread
- libsyntax
- ext
- parse
- util
- libsyntax_pos
- libtest
- libunwind
- test
- codegen
- compile-fail
- parse-fail
- run-make
- multiple-emits
- save-analysis
- save-analysis-fail
- used
- windows-subsystem
- run-pass
- rustdoc
- ui
- codemap_tests
- did_you_mean
- resolve
- span
- suggestions/confuse-field-and-method
- token
- tools
- error_index_generator
- tidy/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
278 files changed
+7310
-3329
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + |
+15-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 |
| - | |
21 |
| - | |
22 |
| - | |
| 21 | + | |
| 22 | + | |
23 | 23 |
| |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 |
| |
25 | 28 |
| |
| 29 | + | |
| 30 | + | |
26 | 31 |
| |
27 | 32 |
| |
28 |
| - | |
29 |
| - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
30 | 37 |
| |
| 38 | + | |
31 | 39 |
| |
32 | 40 |
| |
33 | 41 |
| |
| |||
55 | 63 |
| |
56 | 64 |
| |
57 | 65 |
| |
58 |
| - | |
| 66 | + | |
59 | 67 |
| |
60 | 68 |
| |
61 | 69 |
| |
| |||
104 | 112 |
| |
105 | 113 |
| |
106 | 114 |
| |
107 |
| - | |
| 115 | + | |
108 | 116 |
| |
109 | 117 |
| |
110 | 118 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
118 |
| - | |
119 |
| - | |
| 118 | + | |
| 119 | + | |
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
|
- Cargo.lock+185-207
- Cargo.toml+1-2
- Makefile.in+1-1
- src/bin/init.rs+2-14
- src/bin/new.rs+3-15
- src/bin/run.rs+1-1
- src/cargo/core/manifest.rs+5-18
- src/cargo/core/workspace.rs+1-3
- src/cargo/lib.rs+1-2
- src/cargo/ops/cargo_compile.rs+14-5
- src/cargo/ops/cargo_install.rs+2-2
- src/cargo/ops/cargo_new.rs+90-255
- src/cargo/ops/cargo_package.rs+1-1
- src/cargo/ops/cargo_run.rs+3-3
- src/cargo/ops/cargo_rustc/compilation.rs+4
- src/cargo/ops/cargo_rustc/context.rs+7
- src/cargo/ops/resolve.rs+8-8
- src/cargo/sources/git/mod.rs+1-1
- src/cargo/sources/git/utils.rs-18
- src/cargo/util/config.rs+2-7
- src/cargo/util/errors.rs-8
- src/cargo/util/mod.rs+1-2
- src/cargo/util/paths.rs+39
- src/cargo/util/template.rs-237
- src/cargo/util/vcs.rs+7
- src/doc/external-tools.md+103
- src/doc/guide.md-89
- src/doc/header.html+4-2
- src/doc/machine-readable-output.md-78
- src/etc/_cargo-1
- src/etc/cargo.bashcomp.sh+1-1
- tests/cargotest/lib.rs+1
- tests/freshness.rs+41
- tests/init.rs+10-45
- tests/metadata.rs+1-1
- tests/new.rs+2-82
- tests/overrides.rs+53
- tests/required-features.rs+66
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
| 166 | + | |
| 167 | + | |
166 | 168 |
| |
167 | 169 |
| |
168 | 170 |
| |
169 | 171 |
| |
170 | 172 |
| |
171 |
| - | |
172 | 173 |
| |
173 | 174 |
| |
174 | 175 |
| |
| |||
189 | 190 |
| |
190 | 191 |
| |
191 | 192 |
| |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
192 | 201 |
| |
193 | 202 |
| |
194 | 203 |
| |
| |||
591 | 600 |
| |
592 | 601 |
| |
593 | 602 |
| |
| 603 | + | |
594 | 604 |
| |
595 | 605 |
| |
596 |
| - | |
| 606 | + | |
| 607 | + | |
597 | 608 |
| |
598 | 609 |
| |
599 | 610 |
| |
600 | 611 |
| |
601 | 612 |
| |
602 | 613 |
| |
603 |
| - | |
| 614 | + | |
| 615 | + | |
604 | 616 |
| |
605 | 617 |
| |
606 | 618 |
| |
|
+22-20
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
56 | 59 |
| |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
67 | 66 |
| |
68 | 67 |
| |
69 | 68 |
| |
70 | 69 |
| |
71 | 70 |
| |
72 | 71 |
| |
73 | 72 |
| |
| 73 | + | |
| 74 | + | |
| 75 | + | |
74 | 76 |
| |
75 | 77 |
| |
76 |
| - | |
| 78 | + | |
77 | 79 |
| |
78 | 80 |
| |
79 | 81 |
| |
|
0 commit comments