rust/src
Matthias Krüger de0d18a85e
Rollup merge of #105155 - notriddle:notriddle/flexbox-help-settings-buttons, r=GuillaumeGomez
rustdoc: clean up help and settings button CSS

The old version of this code specified a bunch of different numbers that had to line up just right to get the size it wanted. This version uses flexbox centering, specifies the font size, and lets the browser figure out the rest of the layout automatically.

Preview: http://notriddle.com/notriddle-rustdoc-demos/flexbox-help-settings-buttons/test_dingus/
2022-12-02 21:22:49 +01:00
..
bootstrap Rollup merge of #104865 - pratushrai0309:bootstrap, r=jyn514 2022-11-30 19:53:17 +01:00
ci Auto merge of #105041 - matthiaskrgr:rollup-7ffry90, r=matthiaskrgr 2022-11-29 07:04:01 +00:00
doc Rollup merge of #104523 - flba-eb:fix_nto_target_name, r=wesleywiser 2022-11-29 22:43:17 +01:00
etc Fix natvis VecDeque formatter 2022-11-27 18:09:56 +01:00
librustdoc Rollup merge of #105155 - notriddle:notriddle/flexbox-help-settings-buttons, r=GuillaumeGomez 2022-12-02 21:22:49 +01:00
llvm-project@a1232c451f update LLVM submodule to make libunwind work on SGX 2022-11-06 15:33:00 +01:00
rustdoc-json-types Rollup merge of #103065 - aDotInTheVoid:rdj-arg-pattern, r=GuillaumeGomez 2022-11-30 19:53:17 +01:00
test Rollup merge of #105033 - durin42:llvm-16-dont-tail-call-me-bro, r=tmandry 2022-12-02 21:22:47 +01:00
tools Auto merge of #104963 - petrochenkov:noaddids2, r=cjgillot 2022-12-02 04:24:57 +00:00
README.md Remove miri from the submodule list and require it for CI to pass 2022-09-21 15:35:53 +00:00
stage0.json Bump to latest beta 2022-11-06 17:11:02 -05:00
version Bump to 1.67.0 2022-10-29 10:28:52 -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 cargo, etc.

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