rust/src
bors e704e95250 Auto merge of #104877 - matthiaskrgr:rollup-s7taiq8, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - #103648 (Don't set `is_preview` for clippy and rustfmt)
 - #104654 (Add `#![deny(unsafe_op_in_unsafe_fn)]` in liballoc tests)
 - #104793 (unstable-book: Add page for the `abi_efiapi` feature)
 - #104841 (Assert that we don't capture escaping bound vars in `Fn` trait selection)
 - #104849 (Migrate source code elements style to CSS variables)
 - #104873 (RefCell::get_mut: fix typo)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-11-25 13:01:45 +00:00
..
bootstrap Rollup merge of #103648 - jyn514:no-preview, r=Mark-Simulacrum 2022-11-25 10:44:37 +01:00
ci Auto merge of #104650 - BlackHoleFox:stuck-with-xcode-13, r=Mark-Simulacrum 2022-11-25 09:44:16 +00:00
doc Rollup merge of #104793 - nicholasbishop:bishop-add-efiapi, r=JohnTitor 2022-11-25 10:44:39 +01:00
etc [debuginfo] Make debuginfo type names for slices and str consistent. 2022-10-31 15:43:44 +01:00
librustdoc Rollup merge of #104849 - GuillaumeGomez:source-code-sidebar-css-migration, r=notriddle 2022-11-25 10:44:40 +01: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: Clarify that Function is also used for methods 2022-11-20 13:48:49 +01:00
test Rollup merge of #104849 - GuillaumeGomez:source-code-sidebar-css-migration, r=notriddle 2022-11-25 10:44:40 +01:00
tools Rollup merge of #104873 - RalfJung:therefore, r=Dylan-DPC 2022-11-25 10:44:40 +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.