rust/src
Nicholas Nethercote fe882bf330 Rename LifetimeName as LifetimeKind.
It's a much better name, more consistent with how we name such things.

Also rename `Lifetime::res` as `Lifetime::kind` to match. I suspect this
field used to have the type `LifetimeRes` and then the type was changed
but the field name remained the same.
2025-04-16 07:16:40 +10:00
..
bootstrap compiletest: Add an experimental new executor to replace libtest 2025-04-15 13:00:36 +10:00
build_helper Add CI metadata to bootstrap metrics 2025-03-27 17:03:08 +01:00
ci ci: add runners for vanilla LLVM 20 2025-04-14 16:13:04 -07:00
doc Rename LifetimeName as LifetimeKind. 2025-04-16 07:16:40 +10:00
etc Rollup merge of #139214 - bjorn3:edition_2024_rustfmt, r=compiler-errors 2025-04-02 13:10:42 +11:00
gcc@13cc824322 Update GCC submodule 2025-03-19 15:35:47 +01:00
librustdoc Move name field from AssocItem to AssocKind variants. 2025-04-15 08:07:15 +10:00
llvm-project@a9865ceca0 Update to LLVM 20.1.2 2025-04-02 20:19:43 +08:00
rustc-std-workspace update rustc-std-workspace crates 2024-11-04 07:45:15 +01:00
rustdoc-json-types rustdoc: Use own logic to print #[repr(..)] attributes in JSON output. 2025-03-22 18:47:12 +00:00
tools Rename LifetimeName as LifetimeKind. 2025-04-16 07:16:40 +10:00
README.md
stage0 End all lines in src/stage0 with trailing newline 2025-04-12 11:50:33 -07:00
version Bump to 1.88.0 2025-03-28 16:53:17 +00: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.