rust/src
2024-04-05 11:53:46 +02:00
..
bootstrap fix parsing the test harness JSON when time could not be measured 2024-04-04 09:23:02 +02:00
ci smoke-test 'x.py test --miri' on CI 2024-04-04 09:23:02 +02:00
doc Simplify trim-paths feature by merging all debuginfo options together 2024-03-28 18:47:26 +01:00
etc add 'x.py miri', and make it work for 'library/{core,alloc,std}' 2024-04-03 20:27:20 +02:00
librustdoc bump tracing-tree to 0.3 2024-03-30 17:39:43 +03:00
llvm-project@0af6c732ec Update to LLVM 18.1.2 2024-03-20 12:26:19 +01:00
rustdoc-json-types Add is_object_safe information for traits in JSON output 2023-12-23 11:43:31 +01:00
tools miri: go look for the item in all crates of the right name 2024-04-05 11:53:46 +02:00
README.md
stage0.json Bump stage0 2024-03-19 19:27:24 -04:00
version Bump to 1.79.0 2024-03-16 09:56:09 -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.