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 6 pull requests #74994

Merged
merged 13 commits into from
Aug 1, 2020
Merged

Rollup of 6 pull requests #74994

merged 13 commits into from
Aug 1, 2020

Commits on Jul 31, 2020

  1. Configuration menu
    Copy the full SHA
    a475722 View commit details
    Browse the repository at this point in the history
  2. 1.45.2 release notes

    Mark-Simulacrum authored and Jonas Schievink committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    f173a4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc21178 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73ba4e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a5654f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    011e0ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96b5dee View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#74644 - crlf0710:drop_old_stuff, r=Amanieu

    Remove `linked_list_extras` methods.
    
    Removing these in favor of the `Cursor` API in rust-lang#58533 .
    Closes rust-lang#27794.
    
    r? @Amanieu
    JohnTitor committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    ab4570e View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#74968 - lzutao:no-args, r=Mark-Simulacrum

    Run all tests if have no specified tests
    
    The behaviour was changed in rust-lang#74905 (comment)
    cc @alex if you could check it again, thank you.
    JohnTitor committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    ad8230f View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#74982 - jonas-schievink:relnotes-1.45.2, r=…

    …Mark-Simulacrum
    
    1.45.2 release notes
    
    (for master)
    
    cc rust-lang#74958
    JohnTitor committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    5434142 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#74984 - RalfJung:miri-unwind-top, r=oli-obk

    Miri: fix ICE when unwinding past topmost stack frame
    
    Fixes rust-lang/miri#1389
    JohnTitor committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    bb397c4 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#74986 - matthiaskrgr:cmp_true, r=oli-obk

    fix part of comparison that would always evaluate to "true", probably an oversight
    
    cc  @jumbatm
    JohnTitor committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    ff5ccc8 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#74991 - JulianKnodt:74199, r=lcnr

    Fix Const-Generic Cycle ICE rust-lang#74199
    
    This PR intends to fix the bug in Issue rust-lang#74199 by following the suggestion provided of ignoring the error that causes the ICE.
    
    This does not fix the underlying cycle detection issue, but fixes the ICE.
    Also adds a test to check that it doesn't causes an ICE but returns a valid error for now.
    
    r? @lcnr
    
    Edit: Also it's funny how this PR number is an anagram of the issue number
    JohnTitor committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    3ad6fed View commit details
    Browse the repository at this point in the history