rust/src
bors 133859d680 Auto merge of #88672 - camelid:inc-parser-sugg, r=davidtwco
Suggest `i += 1` when we see `i++` or `++i`

Closes #83502 (for `i++` and `++i`; `--i` should be covered by #82987, and `i--`
is tricky to handle).

This is a continuation of #83536.

r? `@estebank`
2022-04-03 05:24:20 +00:00
..
bootstrap Rollup merge of #95445 - jyn514:rustc-unit-tests, r=Dylan-DPC 2022-03-31 13:09:52 +02:00
ci Update browser-ui-test version to 0.8.4 2022-03-25 21:12:31 +01:00
doc Stabilize native library modifier syntax and the whole-archive modifier specifically 2022-03-30 23:53:21 +03:00
etc rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
librustdoc Auto merge of #95590 - GuillaumeGomez:multi-line-attr-handling-doctest, r=notriddle 2022-04-02 23:39:25 +00:00
llvm-project@9168e236c5 Update to LLVM 14.0.0 final 2022-03-23 11:42:13 -07:00
rustdoc-json-types rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
test Auto merge of #88672 - camelid:inc-parser-sugg, r=davidtwco 2022-04-03 05:24:20 +00:00
tools update Miri 2022-04-01 19:48:12 -04:00
README.md
stage0.json
version

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.