-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Rollup of 8 pull requests #40626
Rollup of 8 pull requests #40626
Commits on Mar 17, 2017
-
documented order of conversion between u32 an ipv4addr
z1mvader committedMar 17, 2017 Configuration menu - View commit details
-
Copy full SHA for 50cede0 - Browse repository at this point
Copy the full SHA 50cede0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c96491f - Browse repository at this point
Copy the full SHA c96491fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5798817 - Browse repository at this point
Copy the full SHA 5798817View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3435c60 - Browse repository at this point
Copy the full SHA 3435c60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 963d4df - Browse repository at this point
Copy the full SHA 963d4dfView commit details -
This seems to match other uses of "be accessed" in the document.
Configuration menu - View commit details
-
Copy full SHA for ec8ecf4 - Browse repository at this point
Copy the full SHA ec8ecf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33a5665 - Browse repository at this point
Copy the full SHA 33a5665View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65b7c4e - Browse repository at this point
Copy the full SHA 65b7c4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d38ea8b - Browse repository at this point
Copy the full SHA d38ea8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9511fe6 - Browse repository at this point
Copy the full SHA 9511fe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10510ae - Browse repository at this point
Copy the full SHA 10510aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37b38a2 - Browse repository at this point
Copy the full SHA 37b38a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48890d4 - Browse repository at this point
Copy the full SHA 48890d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8f4a1b - Browse repository at this point
Copy the full SHA a8f4a1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1241a88 - Browse repository at this point
Copy the full SHA 1241a88View commit details -
Add docs for sort_unstable to unstable book
Stjepan Glavina committedMar 17, 2017 Configuration menu - View commit details
-
Copy full SHA for a0fb726 - Browse repository at this point
Copy the full SHA a0fb726View commit details
Commits on Mar 18, 2017
-
Fix a spelling error in HashMap documentation, and slightly reword it…
… to be more precise.
Configuration menu - View commit details
-
Copy full SHA for 2976ddb - Browse repository at this point
Copy the full SHA 2976ddbView commit details -
Update the cargo submodule again
Unfortunately it was reverted back to a broken state in e06c515 by accident, so let's bring it forward again!
Configuration menu - View commit details
-
Copy full SHA for 9fb737b - Browse repository at this point
Copy the full SHA 9fb737bView commit details -
Rollup merge of rust-lang#40317 - malbarbo:update-libc, r=alexcrichton
Update libc to 0.2.21 Update to include android aarch64 and x86 improvements.
Configuration menu - View commit details
-
Copy full SHA for d3c72c2 - Browse repository at this point
Copy the full SHA d3c72c2View commit details -
Rollup merge of rust-lang#40538 - aturon:stab-1.17, r=alexcrichton
Library stabilizations for 1.17 Details of the stabilizations are available in the commits. Includes only library stabilizations; there are a couple of compiler stabilizations that should also be done for 1.17. Will need a beta backport, which I will create after approval. r? @alexcrichton
Configuration menu - View commit details
-
Copy full SHA for 7387fd5 - Browse repository at this point
Copy the full SHA 7387fd5View commit details -
Rollup merge of rust-lang#40590 - z1mvader:master, r=steveklabnik
documented order of conversion between u32 an ipv4addr This fixes rust-lang#40118
Configuration menu - View commit details
-
Copy full SHA for a3aaa0e - Browse repository at this point
Copy the full SHA a3aaa0eView commit details -
Rollup merge of rust-lang#40603 - QuietMisdreavus:slice-ptr-docs, r=G…
…uillaumeGomez minor wording tweak to slice::{as_ptr, as_mut_ptr} Per rust-lang#37334, the slice-as-pointer methods mentioned that "modifying the slice may cause its buffer to be reallocated", when in fact modifying the *slice* itself would cause no such change. (It is a borrow, after all!) This is a tweak to the wording of that line to stress it's the *collection* that could cause the buffer to be reallocated. r? @steveklabnik
Configuration menu - View commit details
-
Copy full SHA for ff630b3 - Browse repository at this point
Copy the full SHA ff630b3View commit details -
Rollup merge of rust-lang#40611 - ScottAbbey:patch-1, r=GuillaumeGomez
Fix typo in mutex.rs docs This seems to match other uses of "be accessed" in the document.
Configuration menu - View commit details
-
Copy full SHA for 08a4a12 - Browse repository at this point
Copy the full SHA 08a4a12View commit details -
Rollup merge of rust-lang#40619 - stjepang:unstable-book-sort-unstabl…
…e, r=steveklabnik Add docs for sort_unstable to unstable book Tracking issue for the feature: rust-lang#40585 r? @steveklabnik
Configuration menu - View commit details
-
Copy full SHA for 45d9514 - Browse repository at this point
Copy the full SHA 45d9514View commit details -
Rollup merge of rust-lang#40621 - jswalden:dependant-spelling-fix, r=…
…sfackler Fix a spelling error in HashMap documentation, and slightly reword surrounding text for precision Noticed while reading docs just now. It's possible that the prior wording *meant* to state that the seed's randomness depends on the exact instant that the system RNG was created, I guess. But unless there's an API guarantee that this is the case, the wording seems over-precise. Is there a formal API guarantee that would forbid, say, the system RNG from generating all output using the Intel RDRAND instruction? I don't think the quality of output in that case would depend on when the RNG was created. Yet it seems to me like it could well be a valid source of randomness when computing the initial seed. For that reason, tying the randomness of the seed, to the quality of the RNG's output *at the precise instant the seed is computed*, seems less confining. That instantaneous quality level could be determined by the quality at the instant the RNG was created -- but instantaneous quality need not be low for that precise reason.
Configuration menu - View commit details
-
Copy full SHA for 7a8be40 - Browse repository at this point
Copy the full SHA 7a8be40View commit details -
Rollup merge of rust-lang#40625 - alexcrichton:update-cargo-again, r=…
…alexcrichton Update the cargo submodule again Unfortunately it was reverted back to a broken state in e06c515 by accident, so let's bring it forward again!
Configuration menu - View commit details
-
Copy full SHA for e7e229e - Browse repository at this point
Copy the full SHA e7e229eView commit details