rust/src
bors 4596f4f8b5 Auto merge of - notriddle:rollup-q1vmxsb, r=notriddle
Rollup of 8 pull requests

Successful merges:

 -  (Enable varargs support for calling conventions other than C or cdecl )
 -  (Add mir building test directory)
 -  (rustdoc: clean up `#toggle-all-docs`)
 -  (check lld version to choose correct option to disable multi-threading in tests)
 -  (Add a tier 3 target for the Sony PlayStation 1)
 -  (rustdoc: add support for incoherent impls on structs and traits)
 -  (Add regression test for reexports in search results)
 -  (All verbosity checks in `PrettyPrinter` now go through `PrettyPrinter::should_print_verbose`)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-10-31 03:40:22 +00:00
..
bootstrap Rollup merge of - BelovDV:new-check-lld-version, r=petrochenkov 2022-10-30 19:31:38 -07:00
ci Auto merge of - ishitatsuyuki:ninja, r=cuviper 2022-10-30 14:13:42 +00:00
doc Rollup merge of - ayrtonm:master, r=cjgillot 2022-10-30 19:31:38 -07:00
etc Rollup merge of - kxxt:patch-1, r=joshtriplett 2022-10-14 23:43:42 +02:00
librustdoc Rollup merge of - notriddle:notriddle/incoherent-dyn-trait, r=GuillaumeGomez 2022-10-30 19:31:39 -07:00
llvm-project@2a2ea6b49e Update LLVM submodule 2022-10-24 14:49:18 +02:00
rustdoc-json-types rustdoc-json-types: Improve ItemSummary::path docs 2022-10-28 10:25:48 +01:00
test Auto merge of - notriddle:rollup-q1vmxsb, r=notriddle 2022-10-31 03:40:22 +00:00
tools Auto merge of - RalfJung:miri, r=RalfJung 2022-10-30 05:22:37 +00: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-09-26 10:13:46 +02:00
version Bump to 1.67.0 2022-10-29 10:28:52 -04: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.