File tree
93 files changed
+974
-592
lines changed- src
- bootstrap
- bin
- grammar
- libcollections
- libcore
- slice
- str
- libgraphviz
- librustc
- dep_graph
- ich
- lint
- middle
- ty
- librustc_borrowck
- borrowck
- librustc_const_eval
- librustc_data_structures
- librustc_driver
- librustc_incremental/persist
- librustc_lint
- librustc_llvm
- librustc_metadata
- librustc_plugin
- librustc_resolve
- librustc_save_analysis
- librustc_trans
- back
- librustc_typeck
- check/method
- coherence
- librustdoc
- clean
- html
- libstd
- os
- sys
- unix
- ext
- process
- windows
- sys_common
- libstd_unicode
- libsyntax
- ext
- tt
- parse
- test
- compile-fail
- 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.
93 files changed
+974
-592
lines changed+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
| 74 | + | |
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
| 81 | + | |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
|
- .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
0 commit comments