rust/src
bors 0846043440 Auto merge of #82511 - jsha:fix-bfcache2, r=GuillaumeGomez
Fix back-forward cache in rustdoc frontend

Rustdoc's frontend set a no-op unload handler, specifically to disable
Firefox's back-forward cache because it caused a bug. It's nice to
allow the back-forward cache because it permits faster navigations.

This change addresses the issues that were caused by back-forward cache.

https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/1.5/Using_Firefox_1.5_caching
https://web.dev/bfcache/

Demo: https://jacob.hoffman-andrews.com/rust/fix-bfcache/std/string/struct.String.html

Related: #72272
2021-02-27 05:06:05 +00:00
..
bootstrap Auto merge of #82076 - jyn514:update-bootstrap, r=Mark-Simulacrum 2021-02-23 07:19:41 +00:00
build_helper
ci Auto merge of #79979 - GuillaumeGomez:rustdoc-gui-tests, r=Mark-Simulacrum 2021-02-22 06:47:59 +00:00
doc Rollup merge of #82396 - pickfire:patch-5, r=GuillaumeGomez 2021-02-27 02:34:24 +01:00
etc fix typo in `pre-commit.sh` 2021-02-24 18:37:13 -05:00
librustdoc Auto merge of #82511 - jsha:fix-bfcache2, r=GuillaumeGomez 2021-02-27 05:06:05 +00:00
llvm-project@2a054c1e4f Update LLVM to pull in fixes to llvm-dwp 2021-02-20 15:56:36 +02:00
rustdoc-json-types Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 2021-02-14 16:54:45 +01:00
test Rollup merge of #82494 - estebank:issue-82455, r=petrochenkov 2021-02-27 02:34:35 +01:00
tools Rollup merge of #82490 - ehuss:update-cargo, r=ehuss 2021-02-27 02:34:33 +01:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Update the bootstrap compiler 2021-02-20 17:19:30 -05:00
version bump nightly version to 1.52.0 2021-02-05 16:25:08 +01:00

README.md

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.