rust/src
2023-06-19 09:14:04 +03:00
..
bootstrap Auto merge of #112774 - compiler-errors:rollup-z8oof6r, r=compiler-errors 2023-06-18 22:30:48 +00:00
ci Auto merge of #112774 - compiler-errors:rollup-z8oof6r, r=compiler-errors 2023-06-18 22:30:48 +00:00
doc Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obk 2023-06-17 16:10:57 +00:00
etc Rollup merge of #111962 - theIDinside:better-gdb, r=Mark-Simulacrum 2023-06-06 12:00:32 +02:00
librustdoc Move ConstEvaluatable to Clause 2023-06-17 21:27:13 +00:00
llvm-project@22897bce7b Update to LLVM 16.0.5 2023-06-05 14:19:09 +02:00
rustdoc-json-types Verify that ItemEnum can be serialized and then deserialized using bincode 2023-05-22 18:26:20 +01:00
tools Merge commit 'cd3bf9fe51' into sync-from-ra 2023-06-19 09:14:04 +03:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump to latest beta compiler 2023-05-30 08:00:10 -04:00
version Bump to 1.72.0 2023-05-27 14:23:37 -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.