granite-rust/src
bors 96ddd32c4b Auto merge of #104387 - Manishearth:rollup-9e551p5, r=Manishearth
Rollup of 9 pull requests

Successful merges:

 - #103709 (ci: Upgrade dist-x86_64-netbsd to NetBSD 9.0)
 - #103744 (Upgrade cc for working is_flag_supported on cross-compiles)
 - #104105 (llvm: dwo only emitted when object code emitted)
 - #104158 (Return .efi extension for EFI executable)
 - #104181 (Add a few known-bug tests)
 - #104266 (Regression test for coercion of mut-ref to dyn-star)
 - #104300 (Document `Path::parent` behavior around relative paths)
 - #104304 (Enable profiler in dist-s390x-linux)
 - #104362 (Add `delay_span_bug` to `AttrWrapper::take_for_recovery`)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-11-14 06:30:18 +00:00
..
bootstrap Auto merge of #104387 - Manishearth:rollup-9e551p5, r=Manishearth 2022-11-14 06:30:18 +00:00
ci Rollup merge of #104304 - uweigand:s390x-profiler, r=Mark-Simulacrum 2022-11-13 21:49:27 -05:00
doc Remove example code as it does not compile in CI 2022-11-12 10:09:13 +01:00
etc [debuginfo] Make debuginfo type names for slices and str consistent. 2022-10-31 15:43:44 +01:00
librustdoc Auto merge of #104292 - GuillaumeGomez:fix-missing-reexports-doc-comments, r=notriddle 2022-11-13 15:02:10 +00:00
llvm-project@a1232c451f update LLVM submodule to make libunwind work on SGX 2022-11-06 15:33:00 +01:00
rustdoc-json-types rustdoc-json-types: Improve ItemSummary::path docs 2022-10-28 10:25:48 +01:00
test Rollup merge of #104266 - compiler-errors:issue-102430, r=Mark-Simulacrum 2022-11-13 21:49:26 -05:00
tools Rollup merge of #104357 - RalfJung:is-sized, r=cjgillot 2022-11-13 17:37:38 +01: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 to latest beta 2022-11-06 17:11:02 -05: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.