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

Merged
merged 12 commits into from
Oct 11, 2024
Merged

Rollup of 6 pull requests #131540

merged 12 commits into from
Oct 11, 2024

Commits on Oct 9, 2024

  1. Update wasm-component-ld to 0.5.10

    This pulls in a bug fix relative to the 0.5.9 release which was
    updated-to recently.
    alexcrichton committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9c9d3c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    57ae34a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b754fb View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    1b5c054 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e05da8 View commit details
    Browse the repository at this point in the history
  3. coverage: Include the highest counter ID seen in .cov-map dumps

    When making changes that have a large impact on coverage counter creation, this
    makes it easier to see whether the number of physical counters has changed.
    
    (The highest counter ID seen in coverage maps is not necessarily the same as
    the number of physical counters actually used by the instrumented code, but
    it's the best approximation we can get from looking only at the coverage maps,
    and it should be reasonably accurate in most cases.)
    Zalathar committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    599f95e View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#131464 - alexcrichton:update-wasm-component…

    …-ld, r=jieyouxu
    
    Update wasm-component-ld to 0.5.10
    
    This pulls in a bug fix relative to the 0.5.9 release which was updated-to recently.
    matthiaskrgr authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    007d635 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#131476 - Zalathar:highest-counter, r=jieyouxu

    coverage: Include the highest counter ID seen in `.cov-map` dumps
    
    When making changes that have a large impact on coverage counter creation, this makes it easier to see whether the number of physical counters has changed.
    
    (The highest counter ID seen in coverage maps is not necessarily the same as the number of physical counters actually used by the instrumented code, but it's the best approximation we can get from looking only at the coverage maps, and it should be reasonably accurate in most cases.)
    
    Extracted from rust-lang#131398, since I'm still considering whether to make those changes as-is, whereas this PR is useful and good on its own.
    matthiaskrgr authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    c319be2 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#131497 - jieyouxu:spin, r=onur-ozkan

    Add myself to bootstrap review rotation
    
    r? `@onur-ozkan`
    matthiaskrgr authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    0969882 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#131498 - Urgau:transparent-const-anons, r=lcnr

    Consider outermost const-anon in `non_local_def` lint
    
    This PR change the logic for finding the parent of the `impl` definition in the `non_local_definitions` lint to consider multiple level of const-anon items, instead of only one currently.
    
    I also took the opportunity to cleanup the related code.
    
    cc ``@traviscross``
    Fixes rust-lang#131474
    matthiaskrgr authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    e00f49d View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#131512 - j7nw4r:master, r=jhpratt

    Fixing rustDoc for LayoutError.
    
    I started reading the the std lib from start to finish and noticed that this rustdoc comment wasn't correct.
    matthiaskrgr authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    cac3628 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#131529 - suaviloquence:1-fix-typo, r=aDotIn…

    …TheVoid
    
    rustdoc-json-types: fix typo in comment
    matthiaskrgr authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d590d21 View commit details
    Browse the repository at this point in the history