rust/src
bors c361616c3c Auto merge of #106432 - compiler-errors:rollup-lzj0lnp, r=compiler-errors
Rollup of 8 pull requests

Successful merges:

 - #104748 (Ensure `lld` is supported with `download-ci-llvm`)
 - #105541 (Simplify some iterator combinators)
 - #106045 (default OOM handler: use non-unwinding panic, to match std handler)
 - #106157 (Don't trim path for `unsafe_op_in_unsafe_fn` lints)
 - #106353 (Reduce spans for `unsafe impl` errors)
 - #106381 (Jsondoclint: Add `--verbose` and `--json-output` options)
 - #106411 (rustdoc: remove legacy font-feature-settings CSS)
 - #106414 (Add cuviper to the review rotation for libs)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-01-04 03:37:21 +00:00
..
bootstrap Rollup merge of #104748 - lqd:download_lld, r=jyn514 2023-01-03 17:19:25 -08:00
ci Cleanup mingw-tidy docker job 2023-01-01 21:44:18 +00:00
doc Auto merge of #105712 - amg98:feat/vita-support, r=wesleywiser 2023-01-03 23:38:28 +00:00
etc Make the pre-push script work on directories with spaces 2022-12-17 17:18:53 -06:00
librustdoc Rollup merge of #106411 - notriddle:notriddle/font-feature-settings, r=GuillaumeGomez 2023-01-03 17:19:28 -08:00
llvm-project@3dfd4d93fa Update LLVM submodule 2022-12-07 08:40:49 +01:00
rustdoc-json-types Rustdoc-Json: Report discriminant on all kinds of enum variant. 2023-01-01 19:48:26 +00:00
test Auto merge of #106432 - compiler-errors:rollup-lzj0lnp, r=compiler-errors 2023-01-04 03:37:21 +00:00
tools Rollup merge of #106381 - aDotInTheVoid:jsondoclint-more-options, r=notriddle 2023-01-03 17:19:27 -08:00
README.md Remove miri from the submodule list and require it for CI to pass 2022-09-21 15:35:53 +00:00
stage0.json bump stage0 2022-12-28 09:18:43 -05:00
version bump version to 1.68 2022-12-09 17:49:45 +01:00

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

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

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