rust/src
Mazdak Farrokhzad 705b040ea5
Rollup merge of #60991 - spastorino:local-decls-push, r=oli-obk
LocalDecl push returns Local len

r? @oli-obk
2019-05-22 03:47:37 +02:00
..
bootstrap Fix tests not running locally 2019-05-18 12:45:29 +02:00
build_helper Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
ci Reverse RLS toolstate check override 2019-05-19 00:00:12 +02:00
doc Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nikomatsakis 2019-05-17 23:06:51 +00:00
etc Fix .natvis visualizers. 2019-05-09 16:15:43 -07:00
grammar
liballoc Rollup merge of #60963 - blkerby:boxed_docs, r=alexcrichton 2019-05-22 03:47:32 +02:00
libarena
libcore Rollup merge of #60972 - RalfJung:volatile, r=alexcrichton 2019-05-20 23:03:08 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins libprofiler_builtins: Set compilation flags more correctly for C code. 2019-05-08 17:02:58 +02:00
librustc Move edition outside the hygiene lock and avoid accessing it 2019-05-21 18:17:05 +02:00
librustc_allocator Move edition outside the hygiene lock and avoid accessing it 2019-05-21 18:17:05 +02:00
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Rollup merge of #60973 - nnethercote:fix-file_metadata-more, r=michaelwoerister 2019-05-22 03:47:34 +02:00
librustc_codegen_ssa Auto merge of #60815 - nnethercote:use-Symbol-more-2, r=petrochenkov 2019-05-20 03:36:43 +00:00
librustc_codegen_utils Introduce InternedString::intern. 2019-05-20 09:17:00 +10:00
librustc_cratesio_shim
librustc_data_structures Rollup merge of #60959 - petrochenkov:sassert, r=estebank 2019-05-20 23:03:07 +02:00
librustc_driver Declare DefIndex with the newtype_index macro 2019-05-18 13:19:33 +02:00
librustc_errors Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match. 2019-05-10 19:41:10 +02:00
librustc_fs_util
librustc_incremental Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
librustc_interface Specify the edition for the rustdoc thread-pool 2019-05-21 18:17:06 +02:00
librustc_lint Auto merge of #49799 - hdhoang:46205_deny_incoherent_fundamental_impls, r=nikomatsakis 2019-05-17 23:06:51 +00:00
librustc_llvm
librustc_lsan
librustc_macros Add lots of static Symbols. 2019-05-13 09:26:43 +10:00
librustc_metadata Rollup merge of #60982 - estebank:fix-60976, r=petrochenkov 2019-05-22 03:47:35 +02:00
librustc_mir LocalDecl push returns Local len 2019-05-20 20:13:58 -03:00
librustc_msan
librustc_passes Auto merge of #60630 - nnethercote:use-Symbol-more, r=petrochenkov 2019-05-13 00:28:38 +00:00
librustc_plugin Move edition outside the hygiene lock and avoid accessing it 2019-05-21 18:17:05 +02:00
librustc_privacy Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
librustc_resolve Move edition outside the hygiene lock and avoid accessing it 2019-05-21 18:17:05 +02:00
librustc_save_analysis Declare DefIndex with the newtype_index macro 2019-05-18 13:19:33 +02:00
librustc_target Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplett 2019-05-15 04:34:14 +00:00
librustc_traits Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
librustc_tsan
librustc_typeck Introduce InternedString::intern. 2019-05-20 09:17:00 +10:00
librustdoc Specify the edition for the rustdoc thread-pool 2019-05-21 18:17:06 +02:00
libserialize serialize: add missing Encodable impl for Path. 2019-05-07 02:47:45 +03:00
libstd Rollup merge of #60581 - hellow554:fix_60580, r=alexcrichton 2019-05-22 03:47:31 +02:00
libsyntax Move edition outside the hygiene lock and avoid accessing it 2019-05-21 18:17:05 +02:00
libsyntax_ext Move edition outside the hygiene lock and avoid accessing it 2019-05-21 18:17:05 +02:00
libsyntax_pos Move edition outside the hygiene lock and avoid accessing it 2019-05-21 18:17:05 +02:00
libterm
libtest Rollup merge of #60895 - chandde:master, r=alexcrichton 2019-05-20 01:01:39 +02:00
libunwind Set -funwind-tables and -fno-exceptions unconditionally for LLVM's libunwind 2019-05-20 12:29:58 -07:00
llvm-emscripten@7f23313edf
llvm-project@2c5656ae59 Fix MSP430 AsmPrinter and assembler syntax mismatch. 2019-05-20 16:50:00 -04:00
rtstartup
rustc
rustllvm
stdsimd@4bf456c35e
test Move edition outside the hygiene lock and avoid accessing it 2019-05-21 18:17:05 +02:00
tools Move edition outside the hygiene lock and avoid accessing it 2019-05-21 18:17:05 +02:00
.gitignore
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.

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