Commit b8eb498
committed
Squashed 'cargo/' changes from b4665f7..fb9916f
fb9916f Merge branch 'master' of https://github.com/rust-lang/cargo
59238e8 Auto merge of #2575 - alexcrichton:bump, r=alexcrichton
1f889f7 Bump to 0.11.0
81debdd Auto merge of #2574 - alexcrichton:crates-io-bump, r=alexcrichton
5d87c4f Bump the crates-io crate to 0.2
88e3081 Auto merge of #2562 - smaximov:doc-add-env-vars, r=alexcrichton
2ef6fcb Add reference to env vars introduced in PR #2523 to the docs
4e1ffb1 Auto merge of #2561 - alexcrichton:update-tar, r=alexcrichton
11a0a31 Update dependency on tar
10ddd7d Auto merge of #2554 - alexcrichton:robust-test, r=alexcrichton
bc8e332 Make a test a bit more robust to the environment
34a7a06 Auto merge of #2465 - TheNeikos:add-version_env, r=alexcrichton
dd26ce3 Add a new CARGO_PKG_AUTHORS environment variable
31214eb Auto merge of #2385 - alexcrichton:top-level-overrides, r=wycats
f20ca62 Auto merge of #2547 - alexcrichton:more-locking, r=brson
6f6d7c8 Protect against concurrent access to Cargo.lock
a9fd1c2 Change `Config::target_dir` to return Filesystem
12f76a5 Auto merge of #2541 - alexcrichton:aarch64, r=alexcrichton
0f317c5 Download the aarch64 standard library on the bots
db60a09 Auto merge of #2534 - alexcrichton:lock-with-git-repos, r=brson
72690ba Auto merge of #2538 - alexcrichton:aarch64, r=alexcrichton
0a146ef Prepare for aarch64 nightlies and CI
fa7805a Auto merge of #2505 - srinivasreddy:improve_msg, r=alexcrichton
c63bbc6 remote unnecessary expression
fae9c53 Auto merge of #2491 - JIghtuse:master, r=alexcrichton
01cc9e1 Generate the lock file when there is no lock file
18e5930 Replace existing sources before updating
1a6a32e Auto merge of #2532 - japaric:musl, r=alexcrichton
d38f03b Auto merge of #2531 - alexcrichton:fix-stdin, r=alexcrichton
99c517b Update Rust to pick up rust-lang/rust#32257
d382d6a install-deps.py: add x86_64-unknown-linux-musl target
abdc756 Auto merge of #2523 - srinivasreddy:issue-2504, r=alexcrichton
3a654e4 implemented cargo package name as CARGO_PKG_NAME; And package description and home page are exposed as CARGO_PKG_DESCRIPTION and CARGO_PKG_HOMEPAGE respectively. And add a test case - for CARGO_PKG_NAME, CARGO_PKR_DESCRIPTION, CARGO_HOMEPAGE.
54d738b Implement top-level overrides
12dbfa3 Reject manifest with duplicate dependencies in different targets
git-subtree-dir: cargo
git-subtree-split: fb9916f50201af8011180f9273c4a107952459a01 parent e51e69c commit b8eb498
File tree
41 files changed
+1293
-319
lines changed- src
- cargo
- core
- resolver
- ops
- cargo_rustc
- util
- crates-io
- doc
- etc
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+1293
-319
lines changedSome 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 | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| 175 | + | |
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
| |||
181 | 182 | | |
182 | 183 | | |
183 | 184 | | |
| 185 | + | |
184 | 186 | | |
185 | 187 | | |
186 | 188 | | |
| |||
189 | 191 | | |
190 | 192 | | |
191 | 193 | | |
| 194 | + | |
192 | 195 | | |
193 | 196 | | |
194 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
| 383 | + | |
| 384 | + | |
383 | 385 | | |
384 | 386 | | |
385 | 387 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
| 169 | + | |
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
| |||
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
| 180 | + | |
179 | 181 | | |
180 | 182 | | |
181 | 183 | | |
| |||
191 | 193 | | |
192 | 194 | | |
193 | 195 | | |
| 196 | + | |
194 | 197 | | |
195 | 198 | | |
196 | 199 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
| 161 | + | |
| 162 | + | |
168 | 163 | | |
169 | 164 | | |
170 | 165 | | |
171 | | - | |
172 | | - | |
173 | 166 | | |
174 | 167 | | |
175 | | - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
176 | 171 | | |
177 | 172 | | |
178 | 173 | | |
| |||
270 | 265 | | |
271 | 266 | | |
272 | 267 | | |
273 | | - | |
| 268 | + | |
274 | 269 | | |
275 | 270 | | |
276 | 271 | | |
277 | 272 | | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
283 | 277 | | |
284 | | - | |
285 | 278 | | |
286 | 279 | | |
287 | 280 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 34 | + | |
| 35 | + | |
39 | 36 | | |
40 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
| |||
57 | 62 | | |
58 | 63 | | |
59 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
60 | 75 | | |
61 | 76 | | |
62 | 77 | | |
63 | 78 | | |
64 | 79 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 80 | + | |
70 | 81 | | |
71 | 82 | | |
72 | 83 | | |
| |||
87 | 98 | | |
88 | 99 | | |
89 | 100 | | |
| 101 | + | |
90 | 102 | | |
91 | 103 | | |
92 | 104 | | |
| |||
136 | 148 | | |
137 | 149 | | |
138 | 150 | | |
139 | | - | |
| 151 | + | |
| 152 | + | |
140 | 153 | | |
141 | 154 | | |
142 | 155 | | |
| |||
186 | 199 | | |
187 | 200 | | |
188 | 201 | | |
189 | | - | |
| 202 | + | |
190 | 203 | | |
191 | 204 | | |
192 | 205 | | |
193 | 206 | | |
194 | | - | |
| 207 | + | |
195 | 208 | | |
196 | 209 | | |
197 | 210 | | |
198 | 211 | | |
199 | 212 | | |
200 | | - | |
| 213 | + | |
201 | 214 | | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
207 | 228 | | |
208 | 229 | | |
209 | 230 | | |
| |||
216 | 237 | | |
217 | 238 | | |
218 | 239 | | |
| 240 | + | |
219 | 241 | | |
220 | 242 | | |
221 | 243 | | |
| |||
0 commit comments