Skip to content

Rollup of 17 pull requests #64456

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 50 commits into from
Sep 14, 2019
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
33788c2
Added table containing the system calls used by Instant and SystemTime.
Aug 24, 2019
1478ef4
Update src/libstd/time.rs
DevQps Aug 26, 2019
ff63bf8
Fix minor typo in docs.
goddessfreya Sep 3, 2019
7589d3a
Update other doc.
goddessfreya Sep 3, 2019
b0006df
A few cosmetic improvements to code & comments in liballoc and libcore
alexreg Sep 5, 2019
36b37e2
Remove two unnecessary `clone()` calls.
nnethercote Sep 8, 2019
c1b9a46
Add some assertions on obligation type sizes.
nnethercote Sep 9, 2019
b972ac8
Shrink `ObligationCauseCode` by boxing `MatchExpressionArm`.
nnethercote Sep 6, 2019
2e3b079
Shrink `ObligationCauseCode` by boxing `IfExpression`.
nnethercote Sep 9, 2019
3dd0e2b
Added some context on SGX. Lists Darwin separately.
Sep 9, 2019
5287885
use randSecure and randABytes
bpangWR Sep 10, 2019
83e7976
Merge pull request #20 from Wind-River/rand
BaoshanPang Sep 11, 2019
5e8bf87
Merge pull request #21 from rust-lang/master
BaoshanPang Sep 11, 2019
b731e11
declare EnvKey before use to fix build error
bpangWR Sep 11, 2019
a8c5f90
Fix inconsistent link formatting.
tomasz-rozanski Sep 11, 2019
223600a
Guarantee vec.clear/truncate is O(1) for trivial types
kornelski Sep 11, 2019
2fcd870
Box `DiagnosticBuilder`.
nnethercote Sep 11, 2019
08fa803
Merge pull request #22 from Wind-River/master_002
BaoshanPang Sep 12, 2019
612c394
Trim rustc-workspace-hack
mati865 Sep 11, 2019
e9214a1
codegen: be more explicit about setting giving names to allocas.
eddyb Sep 12, 2019
a2261ad
Inline `mark_neighbours_as_waiting_from`.
nnethercote Sep 13, 2019
a47a5c3
typo fix
Sep 9, 2019
bd25507
Remove raw string literal quotes from error index descriptions
ollie27 Sep 13, 2019
69112a2
Add self to .mailmap
ollie27 Sep 13, 2019
b3b6713
Update src/libstd/time.rs
DevQps Sep 13, 2019
7437f77
Make fn ptr always structural match, regardless of whether formal typ…
pnkfelix Sep 13, 2019
c529294
Regression tests for fn ptr and `#[structural_match]` as discussed in…
pnkfelix Sep 13, 2019
bdad2c5
codegen: use "_N" (like for other locals) instead of "argN", for argu…
eddyb Sep 13, 2019
57e8287
fix #64430
12101111 Sep 13, 2019
b98a844
add ui test for #64430
12101111 Sep 13, 2019
e484f21
add trailing newline
12101111 Sep 13, 2019
094af97
Update value.rs
goddessfreya Sep 14, 2019
58a26c8
Update src/liballoc/raw_vec.rs
alexreg Sep 14, 2019
baaaea3
Rollup merge of #63846 - DevQps:32626-document-time-system-calls, r=r…
Centril Sep 14, 2019
45baedb
Rollup merge of #64116 - ZeGentzy:patch-1, r=oli-obk
Centril Sep 14, 2019
afc5291
Rollup merge of #64203 - alexreg:rush-pr-2, r=centril
Centril Sep 14, 2019
1054158
Rollup merge of #64302 - nnethercote:shrink-ObligationCauseCode, r=za…
Centril Sep 14, 2019
1e2a970
Rollup merge of #64372 - Wind-River:master, r=alexcrichton
Centril Sep 14, 2019
af33a1d
Rollup merge of #64374 - nnethercote:box-DiagnosticBuilder, r=zackmdavis
Centril Sep 14, 2019
c6c2acd
Rollup merge of #64375 - kornelski:vecdrop, r=rkruppe
Centril Sep 14, 2019
ae9d417
Rollup merge of #64378 - Rosto75:master, r=jonas-schievink
Centril Sep 14, 2019
f7dd5d0
Rollup merge of #64384 - mati865:tools_hack, r=alexcrichton
Centril Sep 14, 2019
f669872
Rollup merge of #64393 - Wind-River:master_002_envKey, r=alexcrichton
Centril Sep 14, 2019
5e44c5f
Rollup merge of #64420 - nnethercote:inline-mark_neighbours_as_waitin…
Centril Sep 14, 2019
181d129
Rollup merge of #64422 - ollie27:error_index_generator_stringify, r=M…
Centril Sep 14, 2019
70787c7
Rollup merge of #64423 - ollie27:mailmap, r=Mark-Simulacrum
Centril Sep 14, 2019
4398eb7
Rollup merge of #64425 - guanqun:typo-fix, r=matthewjasper
Centril Sep 14, 2019
5160e4b
Rollup merge of #64431 - pnkfelix:issue-63479-fnptr-is-structural-mat…
Centril Sep 14, 2019
bf1253b
Rollup merge of #64435 - eddyb:arguments-against-arg, r=rkruppe
Centril Sep 14, 2019
1c7959b
Rollup merge of #64439 - 12101111:fix-owned-box, r=Centril
Centril Sep 14, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3256,13 +3256,9 @@ version = "1.0.0"
dependencies = [
"byteorder",
"crossbeam-utils 0.6.5",
"parking_lot 0.7.1",
"rand 0.6.1",
"scopeguard 0.3.3",
"serde",
"serde_json",
"smallvec",
"syn 0.15.35",
"winapi 0.3.6",
]

Expand Down
10 changes: 0 additions & 10 deletions src/tools/rustc-workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ path = "lib.rs"
# For documentation about what this is and why in the world these dependencies
# are appearing, see `README.md`.

[build-dependencies]
# Currently Cargo/RLS depend on `failure` which depends on `synstructure` which
# enables this feature. Clippy, however, does not depend on anything that
# enables this feature. Enable it unconditionally.
syn = { version = "0.15", features = ['extra-traits'] }

[target.'cfg(windows)'.dependencies.winapi]
version = "0.3"
features = [
Expand Down Expand Up @@ -65,14 +59,10 @@ features = [
[dependencies]
curl-sys = { version = "0.4.13", features = ["http2", "libnghttp2-sys"], optional = true }
crossbeam-utils = { version = "0.6.5", features = ["nightly"] }
parking_lot = { version = "0.7", features = ['nightly'] }
rand = { version = "0.6.1", features = ["i128_support"] }
serde = { version = "1.0.82", features = ['derive'] }
serde_json = { version = "1.0.31", features = ["raw_value"] }
smallvec = { version = "0.6", features = ['union', 'may_dangle'] }
scopeguard = { version = "0.3.3", features = ["use_std", "default"] }
byteorder = { version = "1.2.7", features = ["i128"] }
syn = { version = "0.15.35", features = ["extra-traits", "full"] }


[target.'cfg(not(windows))'.dependencies]
Expand Down