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

Closed
wants to merge 15 commits into from
Closed

Commits on Apr 23, 2019

  1. Debug-print error when using rtunwrap

    Jethro Beekman committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    942831e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Configuration menu
    Copy the full SHA
    f024196 View commit details
    Browse the repository at this point in the history
  2. Update variances_of

    Zoxc committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    d2ff829 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

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

Commits on Apr 30, 2019

  1. libprofiler_builtins: Set compilation flags more correctly for C code.

    In particular, set COMPILER_RT_HAS_FCNTL_LCK and COMPILER_RT_HAS_ATOMICS
    as appropriate.
    michaelwoerister committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    d52fde2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0e112b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b679e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d58cb93 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#60204 - jethrogb:jb/rtunwrap-debug-print, r…

    …=alexcrichton
    
    Debug-print error when using rtunwrap
    
    When I added this macro a while back I didn't have a way to make it print the failure for all types that you might want to unwrap. Now, I came up with a solution.
    Centril committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    d718492 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#60280 - varkor:const-param-invariance, r=eddyb

    Fix indexing issue for const parameter invariance
    
    We were previously not taking account of the parent parameters.
    
    r? @eddyb
    cc @Zoxc
    Centril committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    bf95630 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#60287 - Zoxc:the-arena-variances_of, r=eddyb

    Use references for variances_of
    
    Based on rust-lang#60280.
    
    cc @varkor
    r? @eddyb
    Centril committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    fa01b1a View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#60369 - TimDiekmann:dispatch-zst, r=eddyb

    Support ZSTs in DispatchFromDyn
    
    Allows to use ZSTs with 1 byte alignment in `DispatchFromDyn` implementation. This is required for `Box<T, A: Alloc>`
    
    cc rust-lang#58457
    Centril committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    0d2f85e View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#60402 - michaelwoerister:update-profiler-rt…

    …-build, r=alexcrichton
    
    libprofiler_builtins: Set compilation flags more correctly for C code.
    
    In particular, set `COMPILER_RT_HAS_FCNTL_LCK` and `COMPILER_RT_HAS_ATOMICS` as appropriate. This should get rid of the various runtime warnings when executing instrumented binaries.
    
    The build script is using a heuristic here that hopefully is sufficient for the time being.
    
    r? @alexcrichton
    
    Fixes rust-lang#59531.
    Centril committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    7874956 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#60404 - lo48576:borrow-mut-for-string, r=sf…

    …ackler
    
    Implement `BorrowMut<str>` for `String`
    
    Closes rust-lang/rfcs#1282.
    Centril committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    4a2604d View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#60417 - Centril:hir-exprkind-use-renamed-to…

    …-drop-temps, r=oli-obk
    
    Rename hir::ExprKind::Use to ::DropTemps and improve docs.
    
    Addresses rust-lang#60225 (comment).
    
    r? @oli-obk
    
    cc @eddyb @Manishearth
    Centril committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    92e69cd View commit details
    Browse the repository at this point in the history