rust/src
Camelid 13076f90d2 Tweak diagnostics
- Tweak lint message
- Display multi-segment paths correctly
2021-03-14 14:00:02 -07:00
..
bootstrap Rollup merge of #82924 - sunfishcode:wasi-command, r=alexcrichton 2021-03-10 17:55:41 +01:00
build_helper
ci Auto merge of #82747 - JohnTitor:pin-es-check-version, r=Mark-Simulacrum 2021-03-04 19:24:21 +00:00
doc Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieu 2021-03-10 16:44:04 +00:00
etc Rollup merge of #82557 - rylev:natvis-improvements, r=varkor 2021-03-08 13:13:20 +01:00
librustdoc Auto merge of #82947 - GuillaumeGomez:fix-nojs-style-issues, r=Nemo157 2021-03-11 09:08:57 +00:00
llvm-project@bbf96c9f18 Backport some LLVM compile-time improvements 2021-03-05 17:59:28 +01:00
rustdoc-json-types x.py fmt 2021-03-06 15:50:29 -05:00
test Tweak diagnostics 2021-03-14 14:00:02 -07:00
tools bump Miri 2021-03-11 09:29:12 +01:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Update the bootstrap compiler 2021-02-20 17:19:30 -05:00
version bump nightly version to 1.52.0 2021-02-05 16:25:08 +01:00

README.md

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.