rust/src
Nicholas Nethercote 678e01a3fc Delay parsing of --cfg and --check-cfg options.
By storing the unparsed values in `Config` and then parsing them within
`run_compiler`, the parsing functions can use the main symbol interner,
and not create their own short-lived interners.

This change also eliminates the need for one `EarlyErrorHandler` in
rustdoc, because parsing errors can be reported by another, slightly
later `EarlyErrorHandler`.
2023-10-30 13:46:53 +11:00
..
bootstrap Rollup merge of #117043 - onur-ozkan:skip-stage0-validation, r=Mark-Simulacrum 2023-10-29 12:35:00 +01:00
ci Explicitly mark which targets to distribute cg_clif for in CI 2023-10-27 18:56:46 +00:00
doc Auto merge of #117336 - workingjubilee:rollup-6negquv, r=workingjubilee 2023-10-29 03:53:36 +00:00
etc Rollup merge of #117043 - onur-ozkan:skip-stage0-validation, r=Mark-Simulacrum 2023-10-29 12:35:00 +01:00
librustdoc Delay parsing of --cfg and --check-cfg options. 2023-10-30 13:46:53 +11:00
llvm-project@febc39711a Update to LLVM 17.0.3 2023-10-17 10:44:45 +02:00
rustdoc-json-types
tools Auto merge of #116270 - cjgillot:gvn-aggregate, r=oli-obk,RalfJung 2023-10-29 14:50:53 +00:00
README.md
stage0.json Bump to latest beta 2023-10-08 19:57:43 -04:00
version Bump to 1.75.0 2023-09-30 19:09:22 -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.