rust/src
bors 5c18bc6137 Auto merge of #106442 - matthiaskrgr:rollup-wivf7gh, r=matthiaskrgr
Rollup of 7 pull requests

Successful merges:

 - #106200 (Suggest `impl Fn*` and `impl Future` in `-> _` return suggestions)
 - #106274 (Add JSON output to -Zdump-mono-stats)
 - #106292 (Add codegen test for `Box::new(uninit)` of big arrays)
 - #106327 (Add tidy check for dbg)
 - #106361 (Note maximum integer literal for `IntLiteralTooLarge`)
 - #106396 (Allow passing a specific date to `bump-stage0`)
 - #106436 (Enable doctests for rustc_query_impl)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-01-04 09:41:43 +00:00
..
bootstrap Rollup merge of #106396 - jyn514:bump-stage-date, r=pietroalbini 2023-01-04 07:28:56 +01:00
ci Cleanup mingw-tidy docker job 2023-01-01 21:44:18 +00:00
doc Rollup merge of #106274 - jyn514:dump-mono-stats, r=lqd 2023-01-04 07:28:54 +01:00
etc
librustdoc Rollup merge of #106411 - notriddle:notriddle/font-feature-settings, r=GuillaumeGomez 2023-01-03 17:19:28 -08:00
llvm-project@3dfd4d93fa
rustdoc-json-types Rustdoc-Json: Report discriminant on all kinds of enum variant. 2023-01-01 19:48:26 +00:00
test Auto merge of #106442 - matthiaskrgr:rollup-wivf7gh, r=matthiaskrgr 2023-01-04 09:41:43 +00:00
tools Rollup merge of #106396 - jyn514:bump-stage-date, r=pietroalbini 2023-01-04 07:28:56 +01:00
README.md
stage0.json bump stage0 2022-12-28 09:18:43 -05:00
version

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.