-
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 #68174
Rollup of 8 pull requests #68174
Commits on Dec 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9158e17 - Browse repository at this point
Copy the full SHA 9158e17View commit details
Commits on Dec 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5f08df1 - Browse repository at this point
Copy the full SHA 5f08df1View commit details
Commits on Jan 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1ffb9cf - Browse repository at this point
Copy the full SHA 1ffb9cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae3a53f - Browse repository at this point
Copy the full SHA ae3a53fView commit details
Commits on Jan 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 91e9531 - Browse repository at this point
Copy the full SHA 91e9531View commit details
Commits on Jan 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ed039e8 - Browse repository at this point
Copy the full SHA ed039e8View commit details
Commits on Jan 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a404cfa - Browse repository at this point
Copy the full SHA a404cfaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27b99d4 - Browse repository at this point
Copy the full SHA 27b99d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34186ef - Browse repository at this point
Copy the full SHA 34186efView commit details -
Fix system call docs for time::Instant
The link for UNIX was pointing to the Cloud ABI docs. It should have been pointing to the clock_gettime docs instead. The table is repeated in the docs for SystemTime, but there the UNIX entry was already correct.
Configuration menu - View commit details
-
Copy full SHA for 827ee7a - Browse repository at this point
Copy the full SHA 827ee7aView commit details
Commits on Jan 13, 2020
-
Rollup merge of rust-lang#67313 - oli-obk:document_all_the_t̶h̶i̶n̶g̶…
…s̶dataflow, r=ecstatic-morse Document more use cases of dataflow r? @ecstatic-morse
Configuration menu - View commit details
-
Copy full SHA for ac8acd8 - Browse repository at this point
Copy the full SHA ac8acd8View commit details -
Rollup merge of rust-lang#67959 - liigo:patch-13, r=GuillaumeGomez
rustdoc: improve stability mark arrows ### current ![old-stability-arrow](https://user-images.githubusercontent.com/346530/71863520-134d8b00-3138-11ea-86f9-a98068b3cff9.png) ### new ![new-stability-arrow](https://user-images.githubusercontent.com/346530/71863539-1b0d2f80-3138-11ea-843e-d79b9e5d9eec.png) ### new dark ![dark-stability-arrow](https://user-images.githubusercontent.com/346530/71863563-26f8f180-3138-11ea-9514-050e2c779f90.png)
Configuration menu - View commit details
-
Copy full SHA for bc031e3 - Browse repository at this point
Copy the full SHA bc031e3View commit details -
Rollup merge of rust-lang#68097 - MikailBag:master, r=shepmaster
Specify units for test timeout environment variables I think it is not obvious (I got it from reading libtest sources), so it is worth mentioning in docs.
Configuration menu - View commit details
-
Copy full SHA for 7d3fa29 - Browse repository at this point
Copy the full SHA 7d3fa29View commit details -
Rollup merge of rust-lang#68135 - calebcartwright:rustc-parse-visibil…
…ities, r=Centril restore some rustc_parse visibilities for rustfmt In rust-lang@c189565 some visibilities were reduced on the parse mod (which now resides in the rustc_parse crate) as part of some refactoring and splitting up of libsyntax. However, rustfmt needs access to a few of those items that are no longer visible. This restores the visibility on those items rustfmt depends on. rust-lang/rustfmt#3903 (comment) rust-lang/rustfmt#4009 cc @topecongiro
Configuration menu - View commit details
-
Copy full SHA for ca806cf - Browse repository at this point
Copy the full SHA ca806cfView commit details -
Rollup merge of rust-lang#68145 - JohnTitor:pub-check-lint-name-resul…
…t, r=Centril Expose `context::CheckLintNameResult` Clippy needs it r? @Centril
Configuration menu - View commit details
-
Copy full SHA for ce8f320 - Browse repository at this point
Copy the full SHA ce8f320View commit details -
Rollup merge of rust-lang#68156 - JohnTitor:fix-path-in-doc, r=Dylan-DPC
Fix crate paths in comments Tiny follow-up of rust-lang#67806 and others r? @Centril
Configuration menu - View commit details
-
Copy full SHA for 0c25ab0 - Browse repository at this point
Copy the full SHA 0c25ab0View commit details -
Rollup merge of rust-lang#68157 - GuillaumeGomez:clean-up-e0186, r=Dy…
…lan-DPC Clean up E0186 explanation r? @Dylan-DPC
Configuration menu - View commit details
-
Copy full SHA for 574ef55 - Browse repository at this point
Copy the full SHA 574ef55View commit details -
Rollup merge of rust-lang#68161 - ruuda:fix-instant-docs, r=rkruppe
Fix system call docs for time::Instant The link for UNIX was pointing to the Cloud ABI docs. It should have been pointing to the `clock_gettime` docs instead. A similar table is repeated in the docs for `SystemTime`, but there the UNIX entry was already correct. `clock_gettime(CLOCK_MONOTONIC)` is the current implementation: https://github.com/rust-lang/rust/blob/3ebcfa1451cfedc13a07e6353d8ade9742dfdc2a/src/libstd/sys/unix/time.rs#L274 https://github.com/rust-lang/rust/blob/3ebcfa1451cfedc13a07e6353d8ade9742dfdc2a/src/libstd/sys/unix/time.rs#L348-L352 r? @steveklabnik
Configuration menu - View commit details
-
Copy full SHA for 87bdc8e - Browse repository at this point
Copy the full SHA 87bdc8eView commit details