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 8 pull requests #81186

Merged
merged 16 commits into from
Jan 19, 2021
Merged

Rollup of 8 pull requests #81186

merged 16 commits into from
Jan 19, 2021

Commits on Dec 30, 2020

  1. If the current search result tab is empty, it picks the first non-emp…

    …ty one. If all are empty, the current one doesn't change.
    GuillaumeGomez committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    3337767 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

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

Commits on Jan 18, 2021

  1. Configuration menu
    Copy the full SHA
    70a43e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d1ab21 View commit details
    Browse the repository at this point in the history
  3. Fix typo in simplify.rs

    prexisting -> preexisting
    eltociear committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    222e0e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    712d065 View commit details
    Browse the repository at this point in the history
  5. Fixes rust-lang#81109 - Typo in pointer::wrapping_sub

    Signed-off-by: soniasingla <soniasingla.1812@gmail.com>
    soniasingla committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    47c2476 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4775334 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Rollup merge of rust-lang#80382 - GuillaumeGomez:search-result-tab-pi…

    …cking, r=Nemo157,pickfire
    
    Improve search result tab handling
    
    Fixes rust-lang#80378.
    
    If the current search result tab is empty, it picks the first non-empty one. If all are empty, the current one doesn't change. It can be tested with "-> string" (where only the "returned elements" tab is not empty).
    
    r? `@jyn514`
    GuillaumeGomez committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    670acf7 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#81112 - m-ou-se:alloc-std-ops-reexport, r=K…

    …odrAus
    
    Remove unused alloc::std::ops re-export.
    
    Removes unused re-export in alloc/lib.rs.
    GuillaumeGomez committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    de02bf3 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#81115 - ssomers:btree_drainy_refactor_4, r=…

    …Mark-Simulacrum
    
    BTreeMap: prefer bulk_steal functions over specialized ones
    
    The `steal_` functions (apart from their return value) are basically specializations of the more general `bulk_steal_` functions. This PR removes the specializations. The library/alloc benchmarks say this is never slower and up to 6% faster.
    
    r? ``@Mark-Simulacrum``
    GuillaumeGomez committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    6af6c40 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#81147 - estebank:drop-suggestion, r=varkor

    Fix structured suggestion for explicit `drop` call
    GuillaumeGomez committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    348997a View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#81161 - GuillaumeGomez:remove-inline-script…

    …, r=Nemo157
    
    Remove inline script tags
    
    Fixes rust-lang#81133.
    
    cc ``@pietroalbini``
    
    r? ``@Nemo157``
    GuillaumeGomez committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    1f777f3 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#81164 - eltociear:patch-5, r=jonas-schievink

    Fix typo in simplify.rs
    
    prexisting -> preexisting
    GuillaumeGomez committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    2f1d5c4 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#81166 - RalfJung:debug-assert-comments, r=M…

    …ark-Simulacrum
    
    remove some outdated comments regarding  debug assertions
    
    rust-lang#79684 removed those debug assertions.
    GuillaumeGomez committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    7aa3920 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#81168 - soniasingla:doc/sonia, r=jonas-schi…

    …evink
    
    Fixes rust-lang#81109 - Typo in pointer::wrapping_sub
    
    Signed-off-by: soniasingla <soniasingla.1812@gmail.com>
    
    Related to issue rust-lang#81109
    GuillaumeGomez committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    dcb7479 View commit details
    Browse the repository at this point in the history