rust/src
bors 736c675d2a Auto merge of #103454 - camsteffen:remove-conservatively-uninhabited, r=oli-obk
Factor out `conservative_is_privately_uninhabited`

After #102660 there is no more need for `conservative_is_privately_uninhabited`.

r? `@oli-obk`
2022-11-21 04:42:43 +00:00
..
bootstrap Rollup merge of #104487 - klensy:ntapi, r=Mark-Simulacrum 2022-11-20 23:50:27 +01:00
ci Rollup merge of #104577 - GuillaumeGomez:remove-focus-on-blur, r=notriddle 2022-11-19 15:35:22 +01:00
doc Rollup merge of #104137 - StackDoubleFlow:err-lsc-unsupported, r=bjorn3 2022-11-16 15:39:45 +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 #104581 - notriddle:notriddle/js-iife-2, r=GuillaumeGomez 2022-11-20 23:50:28 +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 fix some typos in comments 2022-11-13 15:26:17 +08:00
test Auto merge of #103454 - camsteffen:remove-conservatively-uninhabited, r=oli-obk 2022-11-21 04:42:43 +00:00
tools Auto merge of #104617 - RalfJung:miri, r=RalfJung 2022-11-20 12:57:48 +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 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.