rust/src
bors a7e4de13c1 Auto merge of #116935 - oli-obk:different_lifetime_taits_in_same_sig, r=compiler-errors
Prevent opaque types being instantiated twice with different regions within the same function

addresses https://github.com/orgs/rust-lang/projects/22/views/1?pane=issue&itemId=41329537

r? `@compiler-errors`
2024-03-19 19:57:51 +00:00
..
bootstrap Rollup merge of #122649 - cuviper:min-llvm-17, r=nikic 2024-03-18 16:27:09 +01:00
ci Update the minimum external LLVM to 17 2024-03-17 10:11:04 -07:00
doc Rollup merge of #122700 - esp-rs:remove-old-files, r=workingjubilee 2024-03-18 22:24:41 +01:00
etc Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleywiser 2024-03-17 02:27:52 +00:00
librustdoc Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkin 2024-03-18 22:24:38 +01:00
llvm-project@84f190a4ab Update LLVM submodule 2024-03-15 17:49:50 +01:00
rustdoc-json-types
tools Auto merge of #116935 - oli-obk:different_lifetime_taits_in_same_sig, r=compiler-errors 2024-03-19 19:57:51 +00:00
README.md
stage0.json Bump to newly branched stage0 compiler 2024-02-08 07:43:38 -05:00
version Bump to 1.79.0 2024-03-16 09:56:09 -04:00

README.md

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.