Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rust-lang/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: perf-tmp
Choose a head ref
  • 1 commit
  • 10 files changed
  • 1 contributor

Commits on Aug 9, 2025

  1. Unrolled build for #141658

    Rollup merge of #141658 - lolbinarycat:rustdoc-search-stability-rank-138067, r=GuillaumeGomez
    
    rustdoc search: prefer stable items in search results
    
    fixes #138067
    
    this does add a new field to the search index, but since we're only listing unstable items instead of adding a boolean flag to every item, it should only increase the search index size of sysroot crates, since those are the only ones using the `staged_api` feature, at least as far as the rust project is concerned.
    rust-timer authored Aug 9, 2025
    Configuration menu
    Copy the full SHA
    d1a6e6b View commit details
    Browse the repository at this point in the history
Loading