rust/src
Zalathar 957a46fa69 coverage: Anonymize line numbers in branch views
The code for anonymizing line numbers in coverage reports now supports the
slightly different line number syntax used by branch regions.
2024-01-07 21:14:55 +11:00
..
bootstrap Rollup merge of #119548 - onur-ozkan:remove-nested-target-iteration, r=Mark-Simulacrum 2024-01-06 21:51:45 -05:00
ci Run Miri and mir-opt tests without a target linker 2024-01-06 14:17:33 -05:00
doc Rollup merge of #118781 - RalfJung:core-panic-feature, r=the8472 2024-01-06 16:07:46 +01:00
etc pass allow-{dirty,staged} to clippy 2024-01-01 09:41:39 +03:00
librustdoc Rollup merge of #119624 - petrochenkov:dialoc4, r=compiler-errors 2024-01-06 16:07:48 +01:00
llvm-project@606bc11367 Update LLVM submodule 2023-12-20 16:50:43 +03:00
rustdoc-json-types Add is_object_safe information for traits in JSON output 2023-12-23 11:43:31 +01:00
tools coverage: Anonymize line numbers in branch views 2024-01-07 21:14:55 +11:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json bump stage0 2023-12-22 11:04:31 +01:00
version bump version number to 1.77.0 2023-12-21 10:58:56 +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.