rust/src
Guillaume Gomez 115447a65d
Rollup merge of #52149 - willmo:transparent-atomics, r=cramertj
Add #[repr(transparent)] to Atomic* types

This allows them to be used in `#[repr(C)]` structs without warnings. Since rust-lang/rfcs#1649 and rust-lang/rust#35603 they are already documented to have "the same in-memory representation as" their corresponding primitive types. This just makes that explicit.

This was briefly part of #51395, but was controversial and therefore dropped. But it turns out that it's essentially already documented (which I had forgotten).
2018-07-10 22:56:39 +02:00
..
bootstrap Auto merge of #52177 - ljedrz:bare_gcc_warning, r=alexcrichton 2018-07-10 06:52:20 +00:00
build_helper
ci bump minimum LLVM version to 5.0 2018-07-09 11:35:52 +02:00
dlmalloc@c99638dc2e
doc Auto merge of #52018 - flip1995:rfc2103, r=oli-obk 2018-07-06 18:03:46 +00:00
etc
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #52159 - SimonSapin:alloc-prelude, r=alexcrichton 2018-07-09 14:29:59 +00:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@4cfd7101eb
libcore Rollup merge of #52149 - willmo:transparent-atomics, r=cramertj 2018-07-10 22:56:39 +02:00
libfmt_macros
libgraphviz
liblibc@b6d23ed45d
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #52191 - SimonSapin:alloc_error_handler, r=alexcrichton 2018-07-10 15:20:17 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #52106 - PramodBisht:issue/52049, r=oli-obk 2018-07-08 14:08:36 +00:00
librustc_codegen_llvm Auto merge of #51583 - cuviper:packed_pair-bool, r=Mark-Simulacrum 2018-07-10 03:08:47 +00:00
librustc_codegen_utils Move llvm_target_features back to llvm_util 2018-07-07 10:55:47 +02:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver Auto merge of #52100 - nielx:fix/rust_driver-stacklimit, r=cramertj 2018-07-10 01:07:23 +00:00
librustc_errors
librustc_incremental
librustc_lint Whitelist lints 2018-07-05 20:06:33 +02:00
librustc_llvm
librustc_lsan
librustc_metadata
librustc_mir Rollup merge of #51612 - ashtneoi:51515-missing-first-char, r=pnkfelix 2018-07-10 22:56:35 +02:00
librustc_msan
librustc_passes General fixes and cleanup. 2018-07-07 01:09:09 +01:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve in which use suggestions meet edition 2018 2018-07-09 23:21:29 -07:00
librustc_save_analysis
librustc_target Auto merge of #51757 - nielx:fix/haiku-fixes, r=nagisa 2018-07-06 20:05:23 +00:00
librustc_traits Change wording 2018-07-09 21:20:26 +02:00
librustc_tsan
librustc_typeck Implement #[alloc_error_handler] 2018-07-09 23:13:24 +02:00
librustdoc Auto merge of #52196 - ollie27:rustdoc_ctor_imports, r=QuietMisdreavus 2018-07-10 17:29:30 +00:00
libserialize
libstd Implement #[alloc_error_handler] 2018-07-09 23:13:24 +02:00
libstd_unicode
libsyntax Auto merge of #52191 - SimonSapin:alloc_error_handler, r=alexcrichton 2018-07-10 15:20:17 +00:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@509f29ac17
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm still support LLVM4 for emscripten 2018-07-09 11:35:53 +02:00
stdsimd@886ff388fb
test Rollup merge of #51612 - ashtneoi:51515-missing-first-char, r=pnkfelix 2018-07-10 22:56:35 +02:00
tools Auto merge of #51590 - bjorn3:codegen_llvm_extract, r=alexcrichton 2018-07-08 00:52:36 +00:00
Cargo.lock Update Cargo.lock 2018-07-07 11:05:21 +02:00
Cargo.toml
README.md
stage0.txt

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.

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