rust/src
Nilstrieb 3295cdfff4 cargo update
Additional deps:
equivalent: indexmap
nu-ansi-term: tracing
overload: nu-ansi-term
2023-07-02 20:41:03 +02:00
..
bootstrap Auto merge of #113260 - flip1995:clippyup, r=Manishearth 2023-07-02 15:14:59 +00:00
ci Update browser-ui-test version to 0.16.8 2023-06-30 11:45:37 +02:00
doc Document tracking issue for rustdoc show-type-layout 2023-07-01 19:41:26 -04:00
etc User may want to skip tidy check sometimes 2023-06-30 15:37:10 +08:00
librustdoc Put LayoutError behind reference to shrink result 2023-07-01 21:16:25 +02: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 cargo update 2023-07-02 20:41:03 +02: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.