rust/src
onur-ozkan 9aa823cc67 replace get_closest_merge_base_commit with get_closest_merge_commit
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2024-09-09 20:19:29 +03:00
..
bootstrap replace get_closest_merge_base_commit with get_closest_merge_commit 2024-09-09 20:19:29 +03:00
ci Rollup merge of #119229 - mati865:update-mingw-toolchain, r=jieyouxu,petrochenkov 2024-09-09 00:17:46 -07:00
doc added support for GNU/Hurd on x86_64 2024-09-08 23:37:07 +02:00
etc Remove unused option from x.py 2024-09-07 10:35:23 +05:30
librustdoc Rollup merge of #128667 - its-the-shrimp:rustdoc_json_types_rename, r=aDotInTheVoid 2024-09-09 00:17:47 -07:00
llvm-project@2b259b3c20 Update to LLVM 19 rc 3 2024-08-20 11:50:47 +02:00
rustdoc-json-types rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint 2024-09-01 23:58:08 +03:00
tools implement build_helper::git::get_closest_merge_commit 2024-09-09 20:18:06 +03:00
README.md
stage0 bump stage0 2024-09-04 03:13:55 +01:00
version Bump to 1.83 2024-08-30 19:58:04 +01: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.