rust/src
Nicholas Nethercote 292de22276 Add a struct with an unsized field to the deriving-all-codegen.rs test.
It's an interesting case, requiring the use of `&&` in `Debug::fmt`.
2022-07-11 07:30:26 +10:00
..
bootstrap Update submodule rust-installer 2022-07-09 09:49:05 -07:00
ci
doc Implement support for DWARF version 5. 2022-07-08 11:31:08 -07:00
etc
librustdoc Rollup merge of #99086 - GuillaumeGomez:search-result-crate-filter-dropdown, r=notriddle 2022-07-10 11:52:15 +02:00
llvm-project@8b6b5014fd
rustdoc-json-types
test Add a struct with an unsized field to the deriving-all-codegen.rs test. 2022-07-11 07:30:26 +10:00
tools Fix epage's nits 2022-07-09 09:49:05 -07:00
README.md
stage0.json
version

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.