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 #70936

Merged
merged 16 commits into from
Apr 9, 2020
Merged

Rollup of 7 pull requests #70936

merged 16 commits into from
Apr 9, 2020

Commits on Mar 19, 2020

  1. add basic support of OsStrExt for HermitCore

    this patch increases the compatibility to other operating systems
    stlankes committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    c643575 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

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

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    a3e54b5 View commit details
    Browse the repository at this point in the history
  2. fix abuses of tykind::err

    mark-i-m committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    4fe09f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a38eae5 View commit details
    Browse the repository at this point in the history
  4. fix another ICE

    mark-i-m committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    daddf4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aaebbe1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    839d229 View commit details
    Browse the repository at this point in the history
  7. rustdoc: Don't try to load source files from external crates

    Local items defined in external macros shouldn't generate rendered source files and should link to the external crate's docs instead.
    ollie27 committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    6f96dc2 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#70134 - hermitcore:osstrext, r=dtolnay

    add basic support of OsStrExt for HermitCore
    
    - this patch increases the compatibility to other operating systems
    - in principle `ffi.rs` is derived from `src/libstd/sys/unix/ext/ffi.rs`
    Dylan-DPC committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    cf0432a View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#70565 - Zoxc:inlines-query-system, r=davidtwco

    Add inline attributes for functions used in the query system
    Dylan-DPC committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    3cae0e4 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#70828 - ollie27:rustdoc_external_macro_src,…

    … r=eddyb
    
    rustdoc: Don't try to load source files from external crates
    
    Local items defined in external macros shouldn't generate rendered source files and should link to the external crate's docs instead.
    
    Part of rust-lang#70757
    
    r? @GuillaumeGomez
    cc @eddyb
    Dylan-DPC committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    1758b7c View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#70870 - mark-i-m:de-abuse-err, r=eddyb

    Fix abuses of tykind::err
    
    r? @eddyb
    
    cc rust-lang#70866
    Dylan-DPC committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    d0c8839 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#70906 - gizmondo:66107, r=estebank

    Suggest move for closures and async blocks in more cases.
    
    Fixes rust-lang#66107, also improves rust-lang#67577
    Related PR rust-lang#65166
    Dylan-DPC committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    6f8fc4d View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#70912 - estebank:reduce-type-param-sugg-ver…

    …bosity, r=davidtwco
    
    Do not suggest adding type param when `use` is already suggested
    
    Fix rust-lang#70365, cc rust-lang#70572.
    Dylan-DPC committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    268f09f View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#70930 - lcnr:patch-1, r=Dylan-DPC

    add tracking issue to `VecDeque::make_contiguous`
    
    The tracking issue is rust-lang#70929
    Dylan-DPC committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    5848209 View commit details
    Browse the repository at this point in the history