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

Update fork #1

Merged
merged 8 commits into from
Apr 27, 2020
Merged

Update fork #1

merged 8 commits into from
Apr 27, 2020

Commits on Apr 25, 2020

  1. Configuration menu
    Copy the full SHA
    2f04635 View commit details
    Browse the repository at this point in the history
  2. Auto merge of #8158 - tofay:doc-cargo-metadata-messages, r=ehuss

    Mention that cargo_metadata can parse json messages
    
    Prompted by #8142, this updates the documentation to mention that cargo_metadata can parse the external JSON messages emitted when the `--message-format=json` option is set.
    bors committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    8ad2196 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Configuration menu
    Copy the full SHA
    3b3ca09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c67111 View commit details
    Browse the repository at this point in the history
  3. Auto merge of #8161 - ehuss:changelog-dylib, r=Eh2406

    Add changelog about dylib uplift.
    
    I missed this in the last update, and it is very unlikely I'll remember this in 6 weeks.
    bors committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    fc0f447 View commit details
    Browse the repository at this point in the history
  4. Auto merge of #8136 - hbina:error_on_illegal_in_windows, r=ehuss

    Added warning when using restricted names in Windows.
    
    The implementation could have been better. I think there ought to be a way to only use the views into the `OsString` instead of creating a new one. I am new to Rust so any pointer will help ^^
    bors committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    11f329d View commit details
    Browse the repository at this point in the history
  5. Fixed some unnecessary borrows and clones.

    As suggested by the clippy.
    hbina authored and ehuss committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    686ccfa View commit details
    Browse the repository at this point in the history
  6. Auto merge of #8146 - hbina:fix_borrow_and_clone, r=ehuss

    Fixed some unnecessary borrows and clones.
    
    As suggested by the clippy.
    bors committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    6a2d62f View commit details
    Browse the repository at this point in the history