Skip to content
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

Merged
merged 18 commits into from
Jan 13, 2020
Merged

Rollup of 8 pull requests #68174

merged 18 commits into from
Jan 13, 2020

Commits on Dec 15, 2019

  1. Configuration menu
    Copy the full SHA
    9158e17 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Address review comments

    oli-obk committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    5f08df1 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Configuration menu
    Copy the full SHA
    1ffb9cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae3a53f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Configuration menu
    Copy the full SHA
    91e9531 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

  1. Configuration menu
    Copy the full SHA
    ed039e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2020

  1. Expose context::CheckLintNameResult

    Clippy needs it
    JohnTitor committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    a404cfa View commit details
    Browse the repository at this point in the history
  2. Fix crate paths in comments

    JohnTitor committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    27b99d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34186ef View commit details
    Browse the repository at this point in the history
  4. 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.
    ruuda committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    827ee7a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. 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
    JohnTitor authored Jan 13, 2020
    Configuration menu
    Copy the full SHA
    ac8acd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc031e3 View commit details
    Browse the repository at this point in the history
  3. 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.
    JohnTitor authored Jan 13, 2020
    Configuration menu
    Copy the full SHA
    7d3fa29 View commit details
    Browse the repository at this point in the history
  4. 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
    JohnTitor authored Jan 13, 2020
    Configuration menu
    Copy the full SHA
    ca806cf View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#68145 - JohnTitor:pub-check-lint-name-resul…

    …t, r=Centril
    
    Expose `context::CheckLintNameResult`
    
    Clippy needs it
    
    r? @Centril
    JohnTitor authored Jan 13, 2020
    Configuration menu
    Copy the full SHA
    ce8f320 View commit details
    Browse the repository at this point in the history
  6. 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
    JohnTitor authored Jan 13, 2020
    Configuration menu
    Copy the full SHA
    0c25ab0 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#68157 - GuillaumeGomez:clean-up-e0186, r=Dy…

    …lan-DPC
    
    Clean up E0186 explanation
    
    r? @Dylan-DPC
    JohnTitor authored Jan 13, 2020
    Configuration menu
    Copy the full SHA
    574ef55 View commit details
    Browse the repository at this point in the history
  8. 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
    JohnTitor authored Jan 13, 2020
    Configuration menu
    Copy the full SHA
    87bdc8e View commit details
    Browse the repository at this point in the history