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 10 pull requests #78383

Closed
wants to merge 35 commits into from

Commits on Oct 11, 2020

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

Commits on Oct 20, 2020

  1. Initialize tracing subscriber in compiletest tool

    The logging in compiletest was migrated from log crate to a tracing, but
    the initialization code was never changed, so logging is non-functional.
    
    Initialize tracing subscriber using default settings.
    tmiasko committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    08d5e96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ec4d82 View commit details
    Browse the repository at this point in the history
  3. Retitle forum links

    jonas-schievink committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    95cbfb1 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Check which places are dead

    simonvandel committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    57d01a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    d0d0e78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db15596 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86df903 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4ee3ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    671d7c4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62ba365 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a0227b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1829b4a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c548511 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f5d7443 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. #[deny(unsafe_op_in_unsafe_fn)] in sys/wasm

    chansuke committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    d413bb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eed4510 View commit details
    Browse the repository at this point in the history
  3. Add documents for DLMALLOC

    chansuke committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    de87ae7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d147f78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d37b8cf View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2020

  1. Configuration menu
    Copy the full SHA
    7b4c397 View commit details
    Browse the repository at this point in the history
  2. Test with NLL explicitly

    JohnTitor committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    4ec396e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17a4c43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2df9277 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cabf6d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Rollup merge of rust-lang#74477 - chansuke:sys-wasm-unsafe-op-in-unsa…

    …fe-fn, r=Mark-Simulacrum
    
    `#[deny(unsafe_op_in_unsafe_fn)]` in sys/wasm
    
    This is part of rust-lang#73904.
    
    This encloses unsafe operations in unsafe fn in `libstd/sys/wasm`.
    
    @rustbot modify labels: F-unsafe-block-in-unsafe-fn
    Dylan-DPC committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    b2a2567 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#77283 - estebank:if-let-sugg, r=Mark-Simula…

    …crum
    
    Tweak `if let` suggestion to be more liberal with suggestion and to not ICE
    
    Fix rust-lang#77218. Fix rust-lang#77238.
    Dylan-DPC committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    b6fb183 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#77836 - RalfJung:transmute_copy, r=Mark-Sim…

    …ulacrum
    
    transmute_copy: explain that alignment is handled correctly
    
    The doc comment currently is somewhat misleading because if it actually transmuted `&T` to `&U`, a higher-aligned `U` would be problematic.
    Dylan-DPC committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    7c7f94b View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#78104 - ssomers:btree_root_redux, r=Mark-Si…

    …mulacrum
    
    BTreeMap: ban BoxedNode from Root
    
    `NodeRef<marker::Owned, …>` already exists as a representation of root nodes, and it makes more sense to alias `Root` to that than to reuse the space-efficient `BoxedNode` that is oblivious to height, where height is required.
    
    r? @Mark-Simulacrum
    Dylan-DPC committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    f69c75f View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#78137 - tmiasko:compiletest-tracing, r=Mark…

    …-Simulacrum
    
    Initialize tracing subscriber in compiletest tool
    
    The logging in compiletest was migrated from log crate to a tracing, but
    the initialization code was never changed, so logging is non-functional.
    
    Initialize tracing subscriber using default settings.
    Dylan-DPC committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    0b1b1b5 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#78161 - jonas-schievink:irlo-issue-link, r=…

    …Mark-Simulacrum
    
    Add issue template link to IRLO
    Dylan-DPC committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    d244fde View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#78214 - estebank:match-semicolon, r=oli-obk

    Tweak match arm semicolon removal suggestion to account for futures
    
    * Tweak and extend "use `.await`" suggestions
    * Suggest removal of semicolon on prior match arm
    * Account for `impl Future` when suggesting semicolon removal
    * Silence some errors when encountering `await foo()?` as can't be certain what the intent was
    
    *Thanks to https://twitter.com/a_hoverbear/status/1318960787105353728 for pointing this out!*
    Dylan-DPC committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    c27b862 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#78227 - SergioBenitez:test-stdout-threading…

    …, r=m-ou-se
    
    Capture output from threads spawned in tests
    
    This is revival of rust-lang#75172.
    
    Original text:
    > Fixes rust-lang#42474.
    >
    > r? `@dtolnay` since you expressed interest in this, but feel free to redirect if you aren't the right person anymore.
    
    ---
    
    Closes rust-lang#75172.
    Dylan-DPC committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    489c4b0 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#78247 - simonvandel:fix-78192, r=oli-obk

    Fix rust-lang#78192
    
    Check which places are marked dead.
    
    Fixes rust-lang#78192
    Dylan-DPC committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    b829cef View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#78268 - JohnTitor:issue-78262, r=estebank

    Do not try to report on closures to avoid ICE
    
    Fixes rust-lang#78262
    Dylan-DPC committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    2e741a8 View commit details
    Browse the repository at this point in the history