Skip to content

Rolling up PRs in the queue #19958

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 106 commits into from
Dec 17, 2014
Merged
Changes from 2 commits
Commits
Show all changes
106 commits
Select commit Hold shift + click to select a range
31b240d
Add comments with type annotations.
steveklabnik Dec 11, 2014
e92e8ac
Use rust-installer for installation
brson Nov 21, 2014
577f742
serialize: Avoid stray nul characters when auto-serializing char.
lifthrasiir Dec 12, 2014
19eb4bf
Add coercions from *mut to *const and from &mut to *const.
nrc Dec 12, 2014
8abe784
Deprecate more in-tree libs for crates.io
alexcrichton Dec 13, 2014
81f9a31
Change `VecMap`'s iterators to use wrapper structs instead of typedefs.
csouth3 Dec 11, 2014
7d1fa4e
rustc: Start the deprecation of libserialize
alexcrichton Dec 11, 2014
f053f29
Fix mispelling in char.rs error message
mchaput Dec 14, 2014
ac7dc03
libsyntax: Make deriving also respect where bounds.
luqmana Dec 14, 2014
ab1bdde
libsyntax: Output where clauses in pretty printer for structs.
luqmana Dec 14, 2014
c2b0d7d
Modify `regex::Captures::{at,name}` to return `Option`
emk Dec 13, 2014
5966815
InvariantLifetime is Copy-able
shepmaster Dec 14, 2014
2f7a5f4
libcore: make iterator adaptors `Clone`able
Dec 14, 2014
5c29df6
Fix indentation in a code example in the ownership guide.
jbranchaud Dec 14, 2014
a333e01
Fix typo: intuitive -> unintuitive
nicholasbishop Dec 14, 2014
1fbca88
std: Fully stabilize Option<T>
alexcrichton Dec 14, 2014
0a968ef
Add test for #19129
Dec 15, 2014
0d38cae
std: Bind port early to make a test more reliable
alexcrichton Dec 15, 2014
f63784f
impl `Copy` for `NoSend`/`NoSync`
Dec 15, 2014
c270390
Fix Markdown syntax in docs for OsRng
sourcefrog Dec 15, 2014
8d6895a
Free stdin on exit
sfackler Dec 15, 2014
8fcc832
Standardize some usages of "which" in docstrings
drewm1980 Dec 15, 2014
4df66cd
Resolve lifetimes in associated types
sanxiyn Dec 15, 2014
2e74291
remove explicit if_let and tuple_indexing feature enables as they now…
Dec 15, 2014
c9ea7c9
serialize: Change some FnOnce bounds to FnMut
alexcrichton Dec 15, 2014
556d971
Remove internal uses of `marker::NoCopy`
Dec 14, 2014
c3778fa
libstd: add a dummy field to `OsRng` to avoid out of module construction
Dec 15, 2014
c500b63
libgraphviz: add `label` and `escaped` ctors taking any `str::IntoMay…
pnkfelix Dec 15, 2014
a5e0624
libgraphviz: extend API with flags to indicate options like "do not i…
pnkfelix Dec 15, 2014
d6d0bb2
Added `-Z print-region-graph` debugging option; produces graphviz
pnkfelix Dec 15, 2014
72608eb
Fixed a small spelling mistake
YafahEdelman Dec 15, 2014
a9dbb79
Add a doctest for the string Add function.
jbranchaud Dec 15, 2014
765806e
Use wrapper structs for `BTreeMap`'s iterators.
csouth3 Dec 12, 2014
a81c3ab
Use wrapper structs for `BTreeSet`'s iterators.
csouth3 Dec 13, 2014
85fe141
Use wrapper structs for `HashMap`'s iterators.
csouth3 Dec 12, 2014
341cf40
Use wrapper structs for `HashSet`'s iterators.
csouth3 Dec 13, 2014
13e7f9c
Handle higher-rank lifetimes when generating type IDs
bkoropoff Dec 13, 2014
3925b4d
Add regression test for #19791
bkoropoff Dec 13, 2014
0a1798d
Fix pretty printing of HRTB syntax
bkoropoff Dec 14, 2014
23bae85
std: Second-pass stabilization of `mem`
alexcrichton Dec 16, 2014
9021f61
std: Second pass stabilization of `default`
alexcrichton Dec 16, 2014
4ecad89
Add probe and var for file
AaronFriel Dec 16, 2014
3a073e3
Tuple test no longer needed. Is already in run-pass tests
mdinger Dec 16, 2014
127dac4
Don't make unboxed closures implicitly copiable
flaper87 Dec 15, 2014
7d4e7f0
AST refactor: make the place in ExprBox an option.
pnkfelix Dec 16, 2014
b7ba69d
Fixed iOS build after oibit
vhbit Dec 11, 2014
375b79a
Followup fixes that I missed during an earlier rebase.
pnkfelix Dec 16, 2014
8f4e9c2
Fix `make TAGS.emacs`.
pnkfelix Dec 16, 2014
df5404c
std: Change escape_unicode to use new escapes
alexcrichton Dec 15, 2014
73d395e
Change 'if' to lowercase, so it displays better on the site
cllns Dec 16, 2014
570325d
Use the sugary syntax to print the `Fn` traits in error messages
ftxqxd Dec 16, 2014
c42e2f6
Small cleanups in HashMap based off of new rust features.
Dec 16, 2014
c1b69c7
guide-ownership.md, guide-testing.md: fix typos
Dec 7, 2014
033a792
Document std::mem
steveklabnik Dec 16, 2014
59d4153
Implement remove for RingBuf
pczarn Dec 16, 2014
18c420e
Improve docs for std::vec
steveklabnik Dec 17, 2014
2ba2843
Minor changes to Rust Language FAQ
iKevinY Dec 15, 2014
9caa66f
Implement BorrowFrom<Arc<T>> for T
csouth3 Dec 17, 2014
7120123
rollup merge of #19720: csouth3/vecmap-newtypes
alexcrichton Dec 17, 2014
c43a807
rollup merge of #19729: vhbit/ios-oibit-fix
alexcrichton Dec 17, 2014
bfb5f8b
rollup merge of #19743: steveklabnik/gh16143
alexcrichton Dec 17, 2014
58020d3
rollup merge of #19753: brson/rust-installer
alexcrichton Dec 17, 2014
fc1b437
rollup merge of #19755: alexcrichton/rust-serialize
alexcrichton Dec 17, 2014
6089699
rollup merge of #19764: lifthrasiir/that-stray-nul
alexcrichton Dec 17, 2014
126a83f
rollup merge of #19766: nick29581/coerce-raw
alexcrichton Dec 17, 2014
974e17b
rollup merge of #19770: csouth3/iterator-wrapperstructs
alexcrichton Dec 17, 2014
5294ceb
rollup merge of #19818: emk/regex_at_name_opt
alexcrichton Dec 17, 2014
be0c8fb
rollup merge of #19820: alexcrichton/deprecate-some-more-libs
alexcrichton Dec 17, 2014
b530221
rollup merge of #19821: bkoropoff/issue-19791
alexcrichton Dec 17, 2014
f9ff55e
rollup merge of #19827: japaric/clone-uc
alexcrichton Dec 17, 2014
823cd7a
rollup merge of #19830: mchaput/patch-1
alexcrichton Dec 17, 2014
bdb1146
rollup merge of #19831: luqmana/deriving-where
alexcrichton Dec 17, 2014
dbd68c7
rollup merge of #19832: japaric/no-nocopy
alexcrichton Dec 17, 2014
924cd5a
rollup merge of #19838: shepmaster/invariant-lifetime-copy
alexcrichton Dec 17, 2014
f7cb5b6
rollup merge of #19845: jbranchaud/fix-indentation-in-ownership-guide
alexcrichton Dec 17, 2014
dea69e6
rollup merge of #19846: nicholasbishop/bishops_magical_intuition
alexcrichton Dec 17, 2014
137a3db
rollup merge of #19849: alexcrichton/second-pass-option
alexcrichton Dec 17, 2014
991bd04
rollup merge of #19856: iKevinY/faq-fixes
alexcrichton Dec 17, 2014
75a84f9
rollup merge of #19857: japaric/test-19129
alexcrichton Dec 17, 2014
de0570d
rollup merge of #19859: alexcrichton/flaky-test
alexcrichton Dec 17, 2014
67237a7
rollup merge of #19860: japaric/copy-markers
alexcrichton Dec 17, 2014
03e970f
rollup merge of #19868: sourcefrog/master
alexcrichton Dec 17, 2014
64faa74
rollup merge of #19869: sfackler/free-stdin
alexcrichton Dec 17, 2014
272f203
rollup merge of #19871: pczarn/ring_buf-remove
alexcrichton Dec 17, 2014
cd07efd
rollup merge of #19873: drewm1980/master
alexcrichton Dec 17, 2014
c4c892d
rollup merge of #19880: sanxiyn/assoc-resolve-lifetime
alexcrichton Dec 17, 2014
3315a3b
rollup merge of #19881: larroy/master
alexcrichton Dec 17, 2014
31e2161
rollup merge of #19885: alexcrichton/char-escape
alexcrichton Dec 17, 2014
1a05f95
rollup merge of #19887: alexcrichton/serialize-fn-mut
alexcrichton Dec 17, 2014
56fb9bc
rollup merge of #19889: FlaPer87/unboxed-closure
alexcrichton Dec 17, 2014
4a77570
rollup merge of #19892: pnkfelix/region-graphviz
alexcrichton Dec 17, 2014
1f2a18c
rollup merge of #19893: JacobEdelman/patch-1
alexcrichton Dec 17, 2014
cada943
rollup merge of #19895: jbranchaud/add-string-add-doctest
alexcrichton Dec 17, 2014
3369b33
rollup merge of #19902: alexcrichton/second-pass-mem
alexcrichton Dec 17, 2014
cce3fc0
rollup merge of #19905: AaronFriel/patch-1
alexcrichton Dec 17, 2014
1b92909
rollup merge of #19911: mdinger/tuple_tests2
alexcrichton Dec 17, 2014
b496ada
rollup merge of #19912: P1start/fn-formatting
alexcrichton Dec 17, 2014
a02885e
rollup merge of #19918: pnkfelix/ast-refactor-make-place-in-exprbox-a…
alexcrichton Dec 17, 2014
b56d4bf
rollup merge of #19923: pnkfelix/fix-make-tags.emacs
alexcrichton Dec 17, 2014
42dbee0
rollup merge of #19930: cllns/lowercase-if
alexcrichton Dec 17, 2014
a7bb479
rollup merge of #19935: cgaebel/hashmap-tuple-indexing
alexcrichton Dec 17, 2014
1b9b647
rollup merge of #19940: phi-gamma/canonical-master
alexcrichton Dec 17, 2014
cbc3cf7
rollup merge of #19942: steveklabnik/doc_std_mem
alexcrichton Dec 17, 2014
7ffbd8b
rollup merge of #19943: steveklabnik/doc_std_vec
alexcrichton Dec 17, 2014
76fbb5d
rollup merge of #19947: csouth3/arc-borrowfrom
alexcrichton Dec 17, 2014
5c98952
Test fixes and rebase conflicts
alexcrichton Dec 17, 2014
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
9 changes: 6 additions & 3 deletions src/libstd/rand/os.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ mod imp {
/// `/dev/urandom`, or from `getrandom(2)` system call if available.
/// - Windows: calls `CryptGenRandom`, using the default cryptographic
/// service provider with the `PROV_RSA_FULL` type.
/// - iOS: calls SecRandomCopyBytes as /dev/(u)random is sandboxed
/// - iOS: calls SecRandomCopyBytes as /dev/(u)random is sandboxed.
///
/// This does not block.
pub struct OsRng {
inner: OsRngInner,
Expand Down Expand Up @@ -184,7 +185,8 @@ mod imp {
/// `/dev/urandom`, or from `getrandom(2)` system call if available.
/// - Windows: calls `CryptGenRandom`, using the default cryptographic
/// service provider with the `PROV_RSA_FULL` type.
/// - iOS: calls SecRandomCopyBytes as /dev/(u)random is sandboxed
/// - iOS: calls SecRandomCopyBytes as /dev/(u)random is sandboxed.
///
/// This does not block.
#[allow(missing_copy_implementations)]
pub struct OsRng {
Expand Down Expand Up @@ -256,7 +258,8 @@ mod imp {
/// `/dev/urandom`, or from `getrandom(2)` system call if available.
/// - Windows: calls `CryptGenRandom`, using the default cryptographic
/// service provider with the `PROV_RSA_FULL` type.
/// - iOS: calls SecRandomCopyBytes as /dev/(u)random is sandboxed
/// - iOS: calls SecRandomCopyBytes as /dev/(u)random is sandboxed.
///
/// This does not block.
pub struct OsRng {
hcryptprov: HCRYPTPROV
Expand Down