rust/src
Matthias Krüger 156d2e2746
Rollup merge of #116011 - GuillaumeGomez:update-browser-ui, r=notriddle
Update browser-ui-test version to 0.16.10

Following https://github.com/GuillaumeGomez/browser-UI-test/pull/539, it contains generated JS improvements and also a fix in a diagnostic.

r? `@notriddle`
2023-09-21 00:11:37 +02:00
..
bootstrap Rollup merge of #115957 - cuishuang:master, r=GuillaumeGomez 2023-09-19 20:23:20 +02:00
ci Update browser-ui-test version to 0.16.10 2023-09-20 22:06:56 +02:00
doc Rollup merge of #114394 - joshtriplett:style-guide-as, r=calebcartwright 2023-09-21 00:11:35 +02:00
etc update rust_analyzer_settings.json 2023-09-14 09:58:43 +02:00
librustdoc rustdoc: add comment about numeric spacing 2023-09-20 07:51:30 -07:00
llvm-project@42263494d2 Update to LLVM 17.0.0 2023-09-19 11:14:35 +02:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Auto merge of #115870 - RalfJung:const-value-slice, r=oli-obk 2023-09-20 18:06:48 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Update stage0 to next beta 2023-08-22 06:58:03 -04:00
version Bump version to 1.74.0 2023-08-20 14:02:00 -04:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

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