rust/src
Michael Watzko ad54426945 Stabilize the Saturating type (saturating_int_impl, gh-87920)
Also stabilizes saturating_int_assign_impl, gh-92354.

And also make pub fns const where the underlying saturating_*
fns became const in the meantime since the Saturating type was
created.
2023-09-03 01:22:46 +02:00
..
bootstrap Auto merge of #115471 - RalfJung:skipping-sanity, r=onur-ozkan 2023-09-02 20:14:37 +00:00
ci Rollup merge of #114927 - Kobzol:ci-docker-caching-log, r=Mark-Simulacrum 2023-08-27 09:45:17 +02:00
doc Rollup merge of #114923 - cuishuang:master, r=wesleywiser 2023-08-29 20:49:03 +02:00
etc rust-gdbgui: remove excessive quotes 2023-08-22 09:09:00 -04:00
librustdoc Auto merge of #115286 - saethlin:detangler, r=petrochenkov 2023-09-02 04:53:19 +00:00
llvm-project@50eecd007f Update LLVM submodule to 17.0.0-rc3 2023-08-22 17:59:58 -07:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Stabilize the Saturating type (saturating_int_impl, gh-87920) 2023-09-03 01:22:46 +02:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Update stage0 to next beta 2023-08-22 06:58:03 -04:00
version Bump version to 1.74.0 2023-08-20 14:02:00 -04: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.