rust/src
Eric Huss c655f17bce Add missing visit_pat_field in early lint visitor.
This ensures that lint attributes on pattern fields can control
early lints.
2022-08-11 21:48:39 -07:00
..
bootstrap Rollup merge of #99992 - jyn514:shell-scripts, r=Mark-Simulacrum 2022-08-11 22:53:02 +02:00
ci Rollup merge of #99992 - jyn514:shell-scripts, r=Mark-Simulacrum 2022-08-11 22:53:02 +02:00
doc Rollup merge of #100072 - oToToT:patch-1, r=michaelwoerister 2022-08-10 00:00:27 +02:00
etc check_missing_items.py: Don't overwrite ty in loop 2022-07-30 20:13:40 +01:00
librustdoc Rollup merge of #100392 - nnethercote:simplify-visitors, r=cjgillot 2022-08-11 22:53:08 +02:00
llvm-project@8b6b5014fd Update llvm-project 2022-07-05 17:57:29 +02:00
rustdoc-json-types Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelid 2022-08-10 00:00:24 +02:00
test Add missing visit_pat_field in early lint visitor. 2022-08-11 21:48:39 -07:00
tools Auto merge of #100419 - flip1995:clippyup, r=Manishearth 2022-08-12 00:12:51 +00:00
README.md
stage0.json Bump to latest beta 2022-07-21 01:36:08 +00:00
version Bump to 1.65.0 2022-08-05 11:32:46 -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.