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 5 pull requests #80212

Closed
wants to merge 11 commits into from

Commits on Nov 30, 2020

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

Commits on Dec 17, 2020

  1. fix memory leak in test

    beepster4096 committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    01f36c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Configuration menu
    Copy the full SHA
    328fcee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28e0d2f View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2020

  1. Configuration menu
    Copy the full SHA
    1a7d00a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74bd2ea View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2020

  1. Rollup merge of rust-lang#79213 - yoshuawuyts:stabilize-slice-fill, r…

    …=m-ou-se
    
    Stabilize `core::slice::fill`
    
    Tracking issue rust-lang#70758
    
    Stabilizes the `core::slice::fill` API in Rust 1.50, adding a `memset` doc alias so people coming from C/C++ looking for this operation can find it in the docs. This API hasn't seen any changes since we changed the signature in rust-lang#71165, and it seems like the right time to propose stabilization. Thanks!
    
    r? ``@m-ou-se``
    Dylan-DPC authored Dec 20, 2020
    Configuration menu
    Copy the full SHA
    f130574 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#80100 - mark-i-m:pattORns-2, r=petrochenkov

    or_patterns: implement :pat edition-specific behavior
    
    cc rust-lang#54883 ``@joshtriplett``
    
    This PR implements the edition-specific behavior of `:pat` wrt or-patterns, as determined by the crater runs and T-lang consensus in rust-lang#54883 (comment).
    
    I believe this can unblock stabilization of or_patterns.
    
    r? ``@petrochenkov``
    Dylan-DPC authored Dec 20, 2020
    Configuration menu
    Copy the full SHA
    8822986 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#80123 - DrMeepster:maybe_uninit_write_slice…

    …, r=RalfJung
    
    Fix memory leak in test "mem::uninit_write_slice_cloned_no_drop"
    
    This fixes rust-lang#80116. I replaced the `Rc` based method I was using with a type that panics when dropped.
    Dylan-DPC authored Dec 20, 2020
    Configuration menu
    Copy the full SHA
    9d5280a View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#80163 - jackh726:binder-refactor-part-3, r=…

    …lcnr
    
    Make BoundRegion have a kind of BoungRegionKind
    
    Split from rust-lang#76814
    
    Also includes making `replace_escaping_bound_vars` only return `T`
    
    Going to r? ```@lcnr```
    Feel free to reassign
    Dylan-DPC authored Dec 20, 2020
    Configuration menu
    Copy the full SHA
    e3aff77 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#80206 - poliorcetics:rustdoc-default-langst…

    …ring, r=GuillaumeGomez,jyn514
    
    impl Default for LangString, replacing all_false by default
    
    Fix rust-lang#80015
    
    ``@rustbot`` label C-cleanup  T-rustdoc  A-markdown-parsing
    Dylan-DPC authored Dec 20, 2020
    Configuration menu
    Copy the full SHA
    6af5e7a View commit details
    Browse the repository at this point in the history