rust/src
Matthias Krüger 6be8b9cd77
Rollup merge of #97792 - GuillaumeGomez:eslint-checks, r=Dylan-DPC
More eslint checks

Here is the list of newly added eslint checks:

 * [no-confusing-arrow](https://eslint.org/docs/rules/no-confusing-arrow)
 * [no-div-regex](https://eslint.org/docs/rules/no-div-regex)
 * [no-floating-decimal](https://eslint.org/docs/rules/no-floating-decimal)
 * [no-implicit-globals](https://eslint.org/docs/rules/no-implicit-globals)
 * [no-implied-eval](https://eslint.org/docs/rules/no-implied-eval)
 * [no-label-var](https://eslint.org/docs/rules/no-label-var)

Since you already reviewed the previous ones:

r? `@Dylan-DPC`
2022-06-07 01:13:47 +02:00
..
bootstrap Auto merge of #93717 - pietroalbini:pa-ci-profiler, r=Mark-Simulacrum 2022-06-05 01:35:03 +00:00
ci update comment 2022-06-05 12:32:46 +02:00
doc platform-support: add riscv32imac-unknown-xous-elf 2022-06-04 18:47:27 +08:00
etc Rollup merge of #90905 - GuillaumeGomez:empty-impl-blocks, r=jsha 2022-06-06 08:36:59 +02:00
librustdoc Rollup merge of #97792 - GuillaumeGomez:eslint-checks, r=Dylan-DPC 2022-06-07 01:13:47 +02:00
llvm-project@c9e2e89ed3 Update LLVM submodule 2022-06-03 15:57:32 +02:00
rustdoc-json-types rustdoc-json: Fix HRTBs for WherePredicate::BoundPredicate 2022-05-04 21:03:01 +02:00
test Auto merge of #97795 - Dylan-DPC:rollup-dxilagr, r=Dylan-DPC 2022-06-06 16:09:54 +00:00
tools Auto merge of #97730 - flip1995:clippyup, r=Manishearth 2022-06-06 19:40:54 +00:00
README.md
stage0.json Finish bumping stage0 2022-05-27 07:36:17 -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.