rust/src
Jonas Schievink a07fc3d865
Rollup merge of #78293 - nasso:master, r=GuillaumeGomez
Always store Rustdoc theme when it's changed

`switchTheme` (too) lazily updated the value of `rustdoc-theme` in `localStorage`, leading to an incorrect stored value when the system theme is the same as the default (`light`) theme.

Fixes #78273
2020-10-24 14:12:16 +02:00
..
bootstrap x.py test --test-args flag description enhancement 2020-10-23 20:06:37 +01:00
build_helper
ci Rollup merge of #78309 2020-10-24 11:17:02 +02:00
doc Rollup merge of #78250 - camelid:document-inline-const, r=spastorino 2020-10-24 14:12:08 +02:00
etc BTreeMap: improve gdb introspection of BTreeMap with ZST keys or values 2020-10-14 13:03:23 +02:00
librustdoc Always store Rustdoc theme when it's changed 2020-10-23 18:58:42 +02:00
llvm-project@655a1467c9 Update LLVM for LLD COFF TLS alignment fix. 2020-10-17 01:34:08 -07:00
test Rollup merge of #78264 - JohnTitor:macro-test, r=petrochenkov 2020-10-24 14:12:10 +02:00
tools Rollup merge of #78169 - ehuss:update-cargo, r=ehuss 2020-10-23 18:26:35 +09:00
README.md
stage0.txt Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepmaster 2020-10-19 18:20:20 +02:00
version Bump version to 1.49.0 2020-10-02 08:39:40 -04:00

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.