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

Merged
merged 18 commits into from
Mar 31, 2020
Merged

Rollup of 7 pull requests #70625

merged 18 commits into from
Mar 31, 2020

Commits on Mar 19, 2020

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

Commits on Mar 22, 2020

  1. Configuration menu
    Copy the full SHA
    626fdbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecf301d View commit details
    Browse the repository at this point in the history
  3. update make_contiguous docs

    Co-Authored-By: Amanieu d'Antras <amanieu@gmail.com>
    lcnr and Amanieu authored Mar 22, 2020
    Configuration menu
    Copy the full SHA
    d068545 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

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

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    2e40ac7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    194a371 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afe1ffb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5223d2 View commit details
    Browse the repository at this point in the history
  5. fix docs

    lcnr committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    e1afd26 View commit details
    Browse the repository at this point in the history
  6. Fix broken link in README

    Crate name for rustc entry point docs changed. Fixes rust-lang#70603
    rcoh authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    7eb3e9a View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#69425 - lcnr:make_contiguous, r=Amanieu

    add fn make_contiguous to VecDeque
    
    Adds the following method to VecDeque:
    
    ```rust
    pub fn make_contiguous(&mut self) -> &mut [T];
    ```
    
    Taken from rust-lang#69400, after a suggestion by @CryZe rust-lang#69400 (comment)
    
    I am in favor of merging this instead of rust-lang#69400.
    Dylan-DPC authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    f62cfa7 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#69458 - Luro02:master, r=GuillaumeGomez,oll…

    …ie27
    
    improve folder name for persistent doc tests
    
    This fixes rust-lang#69411, by using the entire path as folder name and storing already visited paths in a HashMap + appending a number to the file name for duplicates.
    Dylan-DPC authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    3e31006 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#70268 - tmiasko:sanitizer-docs, r=steveklabnik

    Document ThreadSanitizer in unstable-book
    Dylan-DPC authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    0203ad2 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#70600 - danielframpton:aarch64-windows-test…

    …s, r=alexcrichton
    
    Ensure there are versions of test code for aarch64 windows
    
    Remove the `cfg` flags that were preventing some tests from running on `aarch64-pc-windows-msvc`.
    
    All the existing `target_os = windows` targets had the same `align()` and `size()` values, so this change just removes the `target_arch` flags.
    
    r? @alexcrichton
    Dylan-DPC authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    b954607 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#70606 - GuillaumeGomez:cleanup-e0466, r=Dyl…

    …an-DPC
    
    Clean up E0466 explanation
    
    r? @Dylan-DPC
    Dylan-DPC authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    6248b59 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#70614 - RalfJung:cons-prop-reloc, r=wesleyw…

    …iser
    
    remove unnecessary relocation check in const_prop
    
    Unnecessary as per rust-lang#70356 (comment)
    
    Fixes rust-lang#70356
    r? @oli-obk Cc @wesleywiser
    Dylan-DPC authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    59809bc View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#70623 - rcoh:patch-2, r=jonas-schievink

    Fix broken link in README
    
    Crate name for rustc entry point docs changed. Fixes rust-lang#70603
    Dylan-DPC authored Mar 31, 2020
    Configuration menu
    Copy the full SHA
    011c090 View commit details
    Browse the repository at this point in the history