rust/src
Michael Goulet eeb76eb593
Rollup merge of #106533 - TaKO8Ki:use-smaller-span-for-missing-lifetime/generic-args, r=compiler-errors
Use smaller spans for missing lifetime/generic args

We can remove ident from suggestions.
2023-01-06 21:54:00 -08:00
..
bootstrap Auto merge of #106415 - Nilstrieb:where-is-my-master-branch, r=jyn514 2023-01-06 21:51:44 +00:00
ci Update browser-ui-test version 2023-01-06 15:55:36 +01:00
doc Add vendor to Fuchsia's target triple 2023-01-05 09:34:22 -05:00
etc Make the pre-push script work on directories with spaces 2022-12-17 17:18:53 -06:00
librustdoc Rollup merge of #106466 - clubby789:relative-module-fix, r=notriddle 2023-01-06 21:26:11 +01:00
llvm-project@9ad24035fe Update LLVM submodule 2023-01-03 12:08:02 +01:00
rustdoc-json-types Rustdoc-Json: Report discriminant on all kinds of enum variant. 2023-01-01 19:48:26 +00:00
test Rollup merge of #106533 - TaKO8Ki:use-smaller-span-for-missing-lifetime/generic-args, r=compiler-errors 2023-01-06 21:54:00 -08:00
tools Auto merge of #106544 - matthiaskrgr:rollup-e9prjed, r=matthiaskrgr 2023-01-07 00:53:19 +00:00
README.md
stage0.json bump stage0 2022-12-28 09:18:43 -05:00
version bump version to 1.68 2022-12-09 17:49:45 +01: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.