granite-rust/src
bors 939b14334d Auto merge of #82704 - RalfJung:miri-atomic-minmax, r=oli-obk
enable atomic_min/max tests in Miri

Thanks to `@henryboisdequin` and `@GregBowyer,` Miri now supports these intrinsics. :)
Also includes the necessary Miri update.
2021-03-03 11:05:01 +00:00
..
bootstrap Auto merge of #82663 - jyn514:rollup-xh3cb0c, r=jyn514 2021-03-01 20:52:47 +00:00
build_helper
ci Update Docker to use the correct target 2021-03-01 15:06:32 +01:00
doc Rollup merge of #82691 - ehuss:update-books, r=ehuss 2021-03-02 21:23:22 +09:00
etc Change twice used large const table to static 2021-03-01 10:41:16 -08:00
librustdoc Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514 2021-03-03 16:27:38 +09:00
llvm-project@96ae8953e4 Revert LLVM D81803 because it broke Windows 7 2021-02-27 11:09:00 -08:00
rustdoc-json-types Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 2021-02-14 16:54:45 +01:00
test Rollup merge of #82695 - XAMPPRocky:remove-non-power-of-two-limit, r=nagisa 2021-03-03 16:27:44 +09:00
tools Auto merge of #82704 - RalfJung:miri-atomic-minmax, r=oli-obk 2021-03-03 11:05:01 +00:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Update the bootstrap compiler 2021-02-20 17:19:30 -05:00
version bump nightly version to 1.52.0 2021-02-05 16:25:08 +01: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.