rust/src
bors 18d855b8f6 Auto merge of #80623 - flip1995:clippyup, r=Manishearth
Update Clippy

Biweekly Clippy update.

This includes a Cargo.lock update for the recent Clippy version bump.

r? `@Manishearth`
2021-01-03 00:55:26 +00:00
..
bootstrap Rollup merge of #80574 - jyn514:clean-bootstrap, r=Mark-Simulacrum 2021-01-02 11:29:10 +00:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Auto merge of #80435 - pietroalbini:compression-formats, r=Mark-Simulacrum 2020-12-31 00:23:13 +00:00
doc Merge remote-tracking branch 'origin/master' into frewsxcv-san 2020-12-31 23:27:33 -05:00
etc Rollup merge of #80311 - sivadeilra:natvis, r=petrochenkov 2020-12-30 22:49:19 +09:00
librustdoc Auto merge of #80412 - GuillaumeGomez:fix-search-section-pos, r=jyn514 2021-01-02 18:13:48 +00:00
llvm-project@fb115ee43b Update LLVM 2020-12-30 19:14:15 +00:00
test Auto merge of #80592 - Skynoodle:snake-case-lint-reserved-identifier, r=davidtwco 2021-01-02 22:06:17 +00:00
tools Use bootstrap rustc for versioncheck in Clippy 2021-01-02 18:12:28 +01:00
README.md Update README.md 2020-08-30 13:40:11 -05:00
stage0.txt Bump bootstrap compiler to 1.50 beta 2020-12-30 09:27:19 -05:00
version Bump version to 1.51 2020-12-25 10:42:53 -05: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.