rust/src
Michael Goulet 7cdad77536
Rollup merge of #96741 - GuillaumeGomez:improve-settings-loading-strategy, r=jsha
Improve settings loading strategy

I learned about this thanks to ```@jsha``` who suggested this approach:

It improves the settings loading strategy by loading CSS and JS at the same time to prevent the style to be applied afterwards on slow connections.

r? ```@jsha```
2022-05-05 19:34:25 -07:00
..
bootstrap Rollup merge of #96597 - semarie:split_debuginfo-unix, r=davidtwco,Mark-Simulacrum 2022-05-04 17:13:11 +09:00
ci Update browser-ui-test version to 0.9.0 2022-05-01 21:36:19 +02:00
doc Auto merge of #91779 - ridwanabdillahi:natvis, r=michaelwoerister 2022-05-05 12:26:38 +00:00
etc Store all generic bounds as where predicates. 2022-04-30 13:55:13 +02:00
librustdoc Rollup merge of #96741 - GuillaumeGomez:improve-settings-loading-strategy, r=jsha 2022-05-05 19:34:25 -07:00
llvm-project@fc10370ef7
rustdoc-json-types
test Rollup merge of #96730 - JohnTitor:unused-lifetimes-tests, r=compiler-errors 2022-05-05 19:34:25 -07:00
tools Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyup 2022-05-05 15:12:52 +01:00
README.md
stage0.json
version

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.