rust/src
bors 9a42c6509d Auto merge of #97444 - compiler-errors:rollup-2gvdav6, r=compiler-errors
Rollup of 3 pull requests

Successful merges:

 - #96051 (Use rounding in float to Duration conversion methods)
 - #97066 (rustdoc: Remove `ItemFragment(Kind)`)
 - #97436 (Update `triagebot.toml` for macos ping group)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-05-27 03:27:04 +00:00
..
bootstrap Auto merge of #97410 - jyn514:tool-std-features, r=Mark-Simulacrum 2022-05-26 05:45:54 +00:00
ci Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jsha 2022-05-26 00:32:09 +02:00
doc Update books 2022-05-25 12:45:28 -07:00
etc Read the Ref/RefMut pointer in natvis 2022-05-16 17:39:34 -07:00
librustdoc Rollup merge of #97066 - petrochenkov:nofragkind, r=camelid 2022-05-26 20:15:08 -07:00
llvm-project@4784866596 Update LLVM submodule 2022-05-12 10:17:27 +02:00
rustdoc-json-types rustdoc-json: Fix HRTBs for WherePredicate::BoundPredicate 2022-05-04 21:03:01 +02:00
test libcore: Add iter::from_generator which is like iter::from_fn, but for coroutines instead of functions 2022-05-27 01:51:31 +03:00
tools Auto merge of #97409 - GuillaumeGomez:rollup-808v9ge, r=GuillaumeGomez 2022-05-25 23:02:37 +00:00
README.md
stage0.json Bump stage 0 to new beta 2022-05-18 11:38:34 -04:00
version Bump to 1.63 2022-05-13 10:08:03 -04: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.