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: jsha/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: static-files
Choose a head ref
  • 1 commit
  • 10 files changed
  • 1 contributor

Commits on Sep 2, 2022

  1. rustdoc: improve static file handling

    All static files used by rustdoc are now stored in static.files/ and
    include a hash of their contents. They no longer include the contents of
    the --resource-suffix flag. This clarifies caching semantics: anything
    in static.files can use a long Cache-Control header because any updates
    will show up as a new URL.
    
    Invocation-specific files like crates-NN.js, search-index-NN.js,
    sidebar-items-NN.js, and implementors/trait.Xyz.js still get the
    resource suffix.
    jsha committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    2ab04ac View commit details
    Browse the repository at this point in the history
Loading