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 4 pull requests #131354

Merged
merged 12 commits into from
Oct 7, 2024
Merged

Rollup of 4 pull requests #131354

merged 12 commits into from
Oct 7, 2024

Commits on Oct 6, 2024

  1. Revert "Auto merge of rust-lang#130121 - lolbinarycat:bootstrap-warn-…

    …old-upstream-worktree, r=albertlarsan68"
    
    This reverts commit 507c05b, reversing
    changes made to 0609062.
    onur-ozkan committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    dd0bcf5 View commit details
    Browse the repository at this point in the history
  2. Revert "Rollup merge of rust-lang#129584 - lolbinarycat:old-upstream-…

    …warning, r=albertlarsan68"
    
    This reverts commit 776187d, reversing
    changes made to 7d01557.
    onur-ozkan committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    1e5c4cb View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Convert Option<&Lrc<T>> return types to Option<&T>.

    It's simpler and more concise.
    nnethercote committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    731469f View commit details
    Browse the repository at this point in the history
  2. Convert a &Lrc<T> argument to Lrc<T>.

    It's slightly simpler.
    nnethercote committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    860cbcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2123509 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4547c0a View commit details
    Browse the repository at this point in the history
  5. Prune invalid ignore-mode-* directives

    These are only valid for coverage test modes.
    jieyouxu committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    64efbe2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dde78bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a5a816 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#131344 - nnethercote:ref-Lrc, r=compiler-er…

    …rors
    
    Avoid `&Lrc<T>` in various places
    
    Seeing `&Lrc<T>` is a bit suspicious, and `&T` or `Lrc<T>` is often better.
    
    r? `@oli-obk`
    matthiaskrgr authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    df61a0b View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#131346 - jieyouxu:prune-invalid-directives,…

    … r=Zalathar
    
    Restrict `ignore-mode-*` directives
    
    This is only used by coverage test suites where the same sources get run under different coverage modes. Restrict `ignore-mode-<coverage_mode>` to only coverage modes.
    matthiaskrgr authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    7d7b43c View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#131353 - GuillaumeGomez:check_rustdoc_test_…

    …option, r=jieyouxu
    
    Add documentation for `runtest::check_rustdoc_test_option` method
    
    r? `@jieyouxu`
    matthiaskrgr authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    fd2278d View commit details
    Browse the repository at this point in the history