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 7 pull requests #68158

Closed
wants to merge 21 commits into from

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. Configuration menu
    Copy the full SHA
    0810210 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8461fa5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e842489 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3de9b8a View commit details
    Browse the repository at this point in the history
  6. Appease tidy

    varkor committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    117443e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1faa05d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    34186ef View commit details
    Browse the repository at this point in the history
  9. 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
    Dylan-DPC committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    4fc2765 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b33b791 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#68096 - varkor:diagnostic-cleanup, r=Centril

    Clean up some diagnostics by making them more consistent
    
    In general:
    
    - Diagnostic should start with a lowercase letter.
    - Diagnostics should not end with a full stop.
    - Ellipses contain three dots.
    - Backticks should encode Rust code.
    
    I also reworded a couple of messages to make them read more clearly.
    
    It might be sensible to create a style guide for diagnostics, so these informal conventions are written down somewhere, after which we could audit the existing diagnostics.
    
    r? @Centril
    Dylan-DPC committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    3794082 View commit details
    Browse the repository at this point in the history
  12. 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.
    Dylan-DPC committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    686f9ad View commit details
    Browse the repository at this point in the history
  13. 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
    Dylan-DPC committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    e7e8435 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#68145 - JohnTitor:pub-check-lint-name-resul…

    …t, r=Centril
    
    Expose `context::CheckLintNameResult`
    
    Clippy needs it
    
    r? @Centril
    Dylan-DPC committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    9b28218 View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#68157 - GuillaumeGomez:clean-up-e0186, r=Dy…

    …lan-DPC
    
    Clean up E0186 explanation
    
    r? @Dylan-DPC
    Dylan-DPC committed Jan 12, 2020
    Configuration menu
    Copy the full SHA
    30d7419 View commit details
    Browse the repository at this point in the history