rust/src
bors 8a09420ac4 Auto merge of #105008 - Dylan-DPC:rollup-wcd19yu, r=Dylan-DPC
Rollup of 6 pull requests

Successful merges:

 - #104360 (Stabilize native library modifier `verbatim`)
 - #104732 (Refactor `ty::ClosureKind` related stuff)
 - #104795 (Change multiline span ASCII art visual order)
 - #104890 (small method code cleanup)
 - #104907 (Remove `SelectionContext::infcx()` in favor of field access)
 - #104927 (Simplify some binder shifting logic)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-11-28 13:20:33 +00:00
..
bootstrap Rollup merge of #104944 - aDotInTheVoid:jsondoclint-unit-tests, r=jyn514 2022-11-27 16:03:09 +01:00
ci Auto merge of #104431 - alistair23:alistair/rv64-profiler, r=Mark-Simulacrum 2022-11-26 02:43:08 +00:00
doc Rollup merge of #104360 - petrochenkov:stabverb, r=TaKO8Ki 2022-11-28 15:42:09 +05:30
etc Fix natvis VecDeque formatter 2022-11-27 18:09:56 +01:00
librustdoc Rollup merge of #104732 - WaffleLapkin:from_def_idn't, r=compiler-errors 2022-11-28 15:42:10 +05:30
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 Auto merge of #105008 - Dylan-DPC:rollup-wcd19yu, r=Dylan-DPC 2022-11-28 13:20:33 +00:00
tools Rollup merge of #104795 - estebank:multiline-spans, r=TaKO8Ki 2022-11-28 15:42:10 +05:30
README.md
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.