Files
rust/src
kennytm 133f97309a Rollup merge of #58852 - alexcrichton:update-netbsd, r=Mark-Simulacrum
Update toolchain to build NetBSD release

This allows us to remove the "allow old toolchains" flag we pass to
LLVM, ensuring that we'll be up to date when LLVM needs us to be!

This is a follow-up from https://github.com/rust-lang/rust/pull/58408 where NetBSD was explicitly whitelisted to allow older toolchains.
2019-03-02 22:58:47 +08:00
..
2019-02-10 23:42:32 +00:00
2019-02-11 23:49:48 +01:00
2019-02-24 21:59:44 +09:00
2019-03-01 01:15:38 +01:00
2019-03-01 01:15:39 +01:00
2019-02-24 21:59:44 +09:00
2019-02-10 23:42:32 +00:00
2019-02-28 04:06:17 +09:00
2019-02-26 09:54:45 +01:00
2019-02-10 16:13:30 +09:00
2019-02-24 11:31:49 +01:00
2019-02-17 18:14:32 +01:00

This directory contains the source code of the rust project, including:

  • rustc and its tests
  • libstd
  • Various submodules for tools, like rustdoc, rls, etc.

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

There is also useful content in the following READMEs, which are gradually being moved over to the guide: