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 9 pull requests #79128

Merged
merged 22 commits into from
Nov 17, 2020
Merged

Rollup of 9 pull requests #79128

merged 22 commits into from
Nov 17, 2020

Commits on Nov 12, 2020

  1. Fix test checking that into_boxed_slice does not panic

    The memory allocation in vec might panic in the case of capacity
    overflow. Move the allocation outside the function to fix the test.
    tmiasko committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    899d9b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28463aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d54ea4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    292f15c View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2020

  1. Configuration menu
    Copy the full SHA
    f27d56d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1861a38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af869c2 View commit details
    Browse the repository at this point in the history
  4. Add test to ensure that no DOS backline (\r\n) doesn't create extra b…

    …ackline in source rendering
    GuillaumeGomez committed Nov 15, 2020
    Configuration menu
    Copy the full SHA
    0c52044 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. Configuration menu
    Copy the full SHA
    7986bb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbd302b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5bc780 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32d3146 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a78966d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Rollup merge of rust-lang#77939 - GuillaumeGomez:fix-source-code-dos-…

    …backline, r=jyn514
    
    Ensure that the source code display is working with DOS backline
    
    Fixes rust-lang#76361.
    
    cc ````@lzutao````
    r? ````@jyn514````
    m-ou-se committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    cf34956 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#78138 - fortanix:raoul/dlmalloc0.2, r=Mark-…

    …Simulacrum
    
    Upgrade dlmalloc to version 0.2
    
    In preparation of adding dynamic memory management support for SGXv2-enabled platforms, the dlmalloc crate has been refactored. More specifically, support has been added to implement platform specification outside of the dlmalloc crate. (see alexcrichton/dlmalloc-rs#15)
    
    This PR upgrades dlmalloc to version 0.2 for the `wasm` and `sgx` targets.
    
    As the dlmalloc changes have received a positive review, but have not been merged yet, this PR contains a commit to prevent tidy from aborting CI prematurely.
    
    cc: `@jethrogb`
    m-ou-se committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    d6da525 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#78967 - tmiasko:codegen-tests, r=cuviper

    Make codegen tests compatible with extra inlining
    m-ou-se committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    f960f28 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#79027 - tmiasko:inline-always-live-locals, …

    …r=oli-obk
    
    Limit storage duration of inlined always live locals
    
    Closes rust-lang#76375.
    m-ou-se committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    336dc18 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#79077 - RalfJung:llvm-magic, r=Mark-Simulacrum

    document that __rust_alloc is also magic to our LLVM fork
    
    Based on [comments](rust-lang#79045 (comment)) by ````@tmiasko```` and ````@bjorn3.````
    m-ou-se committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    70a4e43 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#79088 - euclio:span-label-doc, r=estebank

    clarify `span_label` documentation
    
    Fixes rust-lang#71857.
    
    r? ``@estebank``
    
    cc ``@RalfJung``
    m-ou-se committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    c459ab3 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#79097 - GuillaumeGomez:code-block-invalid-h…

    …tml-tag-lint, r=jyn514
    
    Code block invalid html tag lint
    
    Fixes rust-lang#79095
    
    r? ``@jyn514``
    m-ou-se committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    c4abdcf View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#79105 - petrochenkov:winlink, r=shepmaster

    std: Fix test `symlink_hard_link` on Windows
    
    The test was introduced in rust-lang#78026 and fails depending on Windows version and admin rights.
    Other similar tests check for symlink creation permissions before doing anything, this PR performs the same check for `symlink_hard_link` as well.
    m-ou-se committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    a207801 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#79107 - pietroalbini:build-manifest-newline…

    …, r=Mark-Simulacrum
    
    build-manifest: strip newline from rustc version
    
    Backport of rust-lang#79096 on the master branch. This will also need to be included in the beta bump tomorrow.
    
    r? `@Mark-Simulacrum`
    `@rustbot` modify labels: beta-nominated beta-accepted T-infra
    m-ou-se committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    d6c5c52 View commit details
    Browse the repository at this point in the history