rust/src
Matthias Krüger 92234f949a
Rollup merge of #116245 - flip1995:clippy-backport, r=Manishearth
Clippy backport: Move needless_raw_string_hashes to pedantic

Really small backport this time. Context: https://github.com/rust-lang/rust-clippy/pull/11415#issuecomment-1739880932

I'd rather get this in 1.74 than waiting another release cycle.

r? `@Manishearth`

cc `@Mark-Simulacrum` This should be merged before beta is branched tomorrow.
2023-09-29 10:11:14 +02:00
..
bootstrap Rollup merge of #116133 - pouriya:refactor-bootstrap.py, r=albertlarsan68 2023-09-29 10:11:12 +02:00
ci Auto merge of #116147 - compiler-errors:jq, r=dtolnay 2023-09-25 14:42:27 +00:00
doc Remove rustc_lint_defs::lint_array 2023-09-28 23:01:25 +02:00
etc Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkov 2023-09-24 02:35:05 +00:00
librustdoc Rollup merge of #116211 - matthiaskrgr:clippy3, r=compiler-errors 2023-09-28 09:14:06 +02:00
llvm-project@d404cba4e3 Update LLVM submodule 2023-09-28 13:41:02 +02:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Rollup merge of #116245 - flip1995:clippy-backport, r=Manishearth 2023-09-29 10:11:14 +02:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Update stage0 to next beta 2023-08-22 06:58:03 -04:00
version Bump version to 1.74.0 2023-08-20 14:02:00 -04:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.