rust/src
bors c30acc7187 Auto merge of #52160 - euclio:include-macros, r=oli-obk
add regression test for #48835

Fixes #48835.

The underlying issue was fixed in #51978.
2018-07-09 08:41:43 +00:00
..
bootstrap Revert changes to bootstrap, rustc_driver and fix {core,std}simd 2018-07-07 10:56:07 +02:00
build_helper
ci Update musl to 1.1.19 and add patch to fix tls issue 2018-07-05 20:17:57 -03:00
dlmalloc@c99638dc2e
doc Auto merge of #52018 - flip1995:rfc2103, r=oli-obk 2018-07-06 18:03:46 +00:00
etc Add some more additional functions to the shim 2018-07-02 18:23:57 +02:00
grammar
jemalloc@1f5a28755e
liballoc Removed a single trailing space. Oops. 2018-07-09 06:31:24 +02:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@4cfd7101eb
libcore Revert changes to bootstrap, rustc_driver and fix {core,std}simd 2018-07-07 10:56:07 +02:00
libfmt_macros
libgraphviz
liblibc@b6d23ed45d
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #52066 - benjaminp:obligation-select, r=Mark-Simulacrum 2018-07-09 06:38:47 +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 #51590 - bjorn3:codegen_llvm_extract, r=alexcrichton 2018-07-08 00:52:36 +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 improve comments 2018-07-02 11:40:49 -04:00
librustc_driver Revert changes to bootstrap, rustc_driver and fix {core,std}simd 2018-07-07 10:56:07 +02:00
librustc_errors
librustc_incremental
librustc_lint Auto merge of #51450 - estebank:inner-fn-test, r=@pnkfelix 2018-07-03 18:00:16 +00:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #51895 - nikomatsakis:move-self-trait-predicate-to-items, r=scalexm 2018-07-04 09:33:33 +00:00
librustc_mir Rollup merge of #52083 - spastorino:dont-run-ast-borrowck-on-mir-mode, r=nikomatsakis 2018-07-06 21:29:14 -06:00
librustc_msan
librustc_passes General fixes and cleanup. 2018-07-07 01:09:09 +01:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Get rid of TyImplTraitExistential 2018-07-02 09:17:38 +02:00
librustc_resolve
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 introduce predicates_defined_on for traits 2018-07-02 11:33:24 -04:00
librustc_tsan
librustc_typeck Auto merge of #52010 - toidiu:ak-crossCrateOutlives, r=nikomatsakis 2018-07-06 16:01:25 +00:00
librustdoc Auto merge of #52088 - kennytm:rollup, r=kennytm 2018-07-06 06:48:12 +00:00
libserialize
libstd Edit code example for File::open 2018-07-08 16:07:09 +02:00
libstd_unicode
libsyntax Auto merge of #51955 - zackmdavis:item_semi, r=oli-obk 2018-07-08 02:51:54 +00:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@509f29ac17 Update LLVM to bring in a wasm codegen fix 2018-07-02 13:55:58 -07:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm removed redundant header file import in rustllvm.h 2018-07-07 09:37:41 +05:30
stdsimd@886ff388fb Update stdsimd 2018-07-02 12:53:46 +02:00
test Auto merge of #52160 - euclio:include-macros, r=oli-obk 2018-07-09 08:41:43 +00: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: