rust/src
bors 8c9640e34c Auto merge of #94078 - TaKO8Ki:suggest-float-literal-for-float-divided-by-integer, r=estebank
Suggest a float literal when dividing a floating-point type by `{integer}`

closes #93829
2022-02-26 11:58:12 +00:00
..
bootstrap Rollup merge of #93273 - bjorn3:rustbuild_improvements, r=Mark-Simulacrum 2022-02-25 07:30:48 +01:00
build_helper Hide failed command unless in verbose mode 2022-01-30 17:37:11 -05:00
ci Rollup merge of #94064 - nikic:update-musl-image, r=Mark-Simulacrum 2022-02-17 06:30:05 +01:00
doc Add documentation for --check-cfg in rustdoc book 2022-02-25 02:18:50 +01:00
etc Auto merge of #93626 - wesleywiser:fix_hashmap_natvis, r=michaelwoerister 2022-02-08 10:05:05 +00:00
librustdoc Auto merge of #94369 - matthiaskrgr:rollup-qtripm2, r=matthiaskrgr 2022-02-25 20:53:48 +00:00
llvm-project@e29ac13bc9 Update LLVM submodule 2022-02-16 21:15:30 +01:00
rustdoc-json-types rustdoc-json: Better Header Type 2022-02-18 23:31:33 +00:00
test Auto merge of #94078 - TaKO8Ki:suggest-float-literal-for-float-divided-by-integer, r=estebank 2022-02-26 11:58:12 +00:00
tools Rollup merge of #94235 - Dirbaio:fix-chalk-opaque-debrujin, r=jackh726 2022-02-26 07:52:43 +01:00
README.md
stage0.json Bump bootstrap to 1.60 2022-02-25 08:00:24 -05:00
version Bump version to 1.61 2022-02-19 13:40:33 -05:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

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