rust/src
bors 930fc4f59d Auto merge of #94040 - Mark-Simulacrum:destabilize-load-store, r=Amanieu
Destabilize cfg(target_has_atomic_load_store = ...)

This was not intended to be stabilized yet.

This keeps the cfg_target_has_atomic feature gate name since compiler-builtins otherwise depends on it and I'd rather not try to manage a bump across a crates.io published repository given the time-sensitivity here (we need to land this quickly to avoid a beta backport).

Closes https://github.com/rust-lang/rust/issues/32976

r? `@Amanieu`
2022-02-17 01:56:40 +00:00
..
bootstrap Auto merge of #93918 - jonhoo:bootstrap-native-envflags, r=Mark-Simulacrum 2022-02-15 07:04:10 +00:00
build_helper Hide failed command unless in verbose mode 2022-01-30 17:37:11 -05:00
ci Update browser-ui-test version 2022-02-15 21:31:40 +01:00
doc Rollup merge of #94045 - ehuss:update-books, r=ehuss 2022-02-16 18:59:35 +01:00
etc Auto merge of #93626 - wesleywiser:fix_hashmap_natvis, r=michaelwoerister 2022-02-08 10:05:05 +00:00
librustdoc Rollup merge of #93382 - GuillaumeGomez:search-input-padding, r=jsha 2022-02-16 18:59:28 +01:00
llvm-project@fdc8f411ec Update llvm-project submodule 2022-02-05 21:00:23 +00:00
rustdoc-json-types Increase the format version of rustdoc-json-types 2022-01-20 22:14:02 +01:00
test Auto merge of #94040 - Mark-Simulacrum:destabilize-load-store, r=Amanieu 2022-02-17 01:56:40 +00:00
tools Rollup merge of #94054 - lnicola:rust-analyzer-2022-02-16, r=lnicola 2022-02-16 18:59:36 +01:00
README.md
stage0.json bump bootstrap compiler 2022-01-28 15:01:04 +01:00
version bump version to 1.60.0 2022-01-07 10:04:15 +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.