rust/src
bors 48829ea74b Auto merge of #109771 - uweigand:s390x-miri-libffi, r=oli-obk
Increase libffi version to 3.2 to support s390x

libffi versions prior to 3.2 have no support for s390x, causing the Miri build to fail on our platform.
2023-04-03 19:53:24 +00:00
..
bootstrap Auto merge of #109884 - matthiaskrgr:rollup-5wapig9, r=matthiaskrgr 2023-04-03 07:27:58 +00:00
ci Rollup merge of #109868 - jyn514:ci-names, r=Mark-Simulacrum 2023-04-03 08:58:54 +02:00
doc Auto merge of #109721 - QuinnPainter:armv4t-lld, r=petrochenkov 2023-04-01 01:55:16 +00:00
etc Rename src/etc/vscode_settings.json to rust_analyzer_settings.json 2023-03-01 22:58:05 +05:30
librustdoc a couple clippy::complexity fixes 2023-04-01 23:16:33 +02:00
llvm-project@2b9c52f668 Upgrade to LLVM 16 2023-03-22 09:30:37 +01:00
rustdoc-json-types fix inconsistent json outputs from rustdoc 2023-03-05 00:09:09 +03:00
tools Auto merge of #109771 - uweigand:s390x-miri-libffi, r=oli-obk 2023-04-03 19:53:24 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump to latest beta 2023-03-15 08:55:22 -04:00
version Bump version to 1.70.0 2023-03-04 10:10:46 -05:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.