File tree
111 files changed
+844
-1710
lines changed- src
- bootstrap
- ci/docker
- armhf-gnu
- cross
- dist-android
- dist-arm-linux
- dist-armv7-aarch64-linux
- dist-freebsd
- dist-fuchsia
- dist-i586-gnu-i686-musl
- dist-mips-linux
- dist-mips64-linux
- dist-powerpc-linux
- dist-powerpc64-linux
- dist-s390x-linux-netbsd
- dist-x86-linux
- dist-x86_64-musl
- 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
- libcore/slice
- liblog
- librustc
- dep_graph
- hir
- map
- middle
- ty
- librustc_asan
- librustc_back
- librustc_borrowck
- librustc_const_eval
- librustc_data_structures
- librustc_driver
- librustc_incremental
- librustc_lint
- librustc_lsan
- librustc_metadata
- librustc_mir
- librustc_msan
- librustc_passes
- librustc_resolve
- librustc_save_analysis
- librustc_trans
- librustc_tsan
- librustc_typeck
- check
- method
- coherence
- librustdoc
- clean
- libstd
- io
- sys/windows
- libsyntax
- libsyntax_ext
- test
- compile-fail
- imports
- run-pass
- run-pass-fulldeps
- tools/compiletest
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
111 files changed
+844
-1710
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
|
Lines changed: 2 additions & 2 deletions
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 |
| |
|
- .travis.yml+14-14
- src/bin/metadata.rs+8-3
- src/bin/test.rs+1-1
- src/cargo/core/resolver/mod.rs+10-5
- src/cargo/core/workspace.rs+51-10
- src/cargo/ops/cargo_rustc/compilation.rs+2-2
- src/cargo/ops/cargo_rustc/mod.rs+1
- src/cargo/ops/cargo_test.rs+18-17
- src/cargo/util/errors.rs+29-1
- src/cargo/util/mod.rs+1-1
- src/cargo/util/toml.rs+9-2
- src/doc/manifest.md+6-1
- tests/metadata.rs+17-2
- tests/overrides.rs+93
- tests/test.rs+89-2
- tests/workspaces.rs+114
Lines changed: 21 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
160 | 160 |
| |
161 | 161 |
| |
162 | 162 |
| |
163 |
| - | |
164 | 163 |
| |
165 | 164 |
| |
166 |
| - | |
167 |
| - | |
168 | 165 |
| |
169 | 166 |
| |
170 | 167 |
| |
| |||
195 | 192 |
| |
196 | 193 |
| |
197 | 194 |
| |
198 |
| - | |
199 |
| - | |
200 |
| - | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
201 | 198 |
| |
202 | 199 |
| |
203 | 200 |
| |
204 | 201 |
| |
205 | 202 |
| |
206 |
| - | |
| 203 | + | |
207 | 204 |
| |
208 | 205 |
| |
209 | 206 |
| |
| |||
258 | 255 |
| |
259 | 256 |
| |
260 | 257 |
| |
261 |
| - | |
262 |
| - | |
263 |
| - | |
264 | 258 |
| |
265 | 259 |
| |
266 | 260 |
| |
| |||
283 | 277 |
| |
284 | 278 |
| |
285 | 279 |
| |
286 |
| - | |
| 280 | + | |
287 | 281 |
| |
288 | 282 |
| |
289 | 283 |
| |
| |||
578 | 572 |
| |
579 | 573 |
| |
580 | 574 |
| |
581 |
| - | |
582 | 575 |
| |
583 | 576 |
| |
584 | 577 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
| 77 | + | |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
| 65 | + | |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
|
0 commit comments