rust/src
2018-11-25 20:27:18 -08:00
..
bootstrap Try to make top-level Cargo.toml work without __CARGO_TEST_ROOT. 2018-11-25 23:13:58 +02:00
build_helper
ci
dlmalloc@c99638dc2e
doc Rollup merge of #56072 - da-x:stabilize-literal-matcher, r=petrochenkov 2018-11-25 17:05:00 +01:00
etc Rollup merge of #56144 - tromey:Bug-55771-btreemap, r=alexcrichton 2018-11-25 17:05:04 +01:00
grammar
liballoc Merge branch 'master' into frewsxcv-dyn 2018-11-23 14:09:08 -05:00
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@fe74674f6e Upgrade to LLVM trunk 2018-11-25 20:27:18 -08:00
libcore Rollup merge of #56207 - SimonSapin:int_to_from_bytes, r=nagisa 2018-11-25 17:05:10 +01:00
libfmt_macros
libgraphviz
liblibc@c75ca6465a
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #56210 - RalfJung:c_str, r=oli-obk 2018-11-25 17:05:11 +01:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Rollup merge of #56075 - alexcrichton:wasm-producer-section, r=estebank 2018-11-25 17:05:01 +01:00
librustc_codegen_ssa Rollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steveklabnik 2018-11-25 17:05:03 +01:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Remove OpenSnapshot and CommittedSnapshot markers from SnapshotMap. 2018-11-25 17:54:06 +11:00
librustc_driver Move fake rustc_codegen_ssa dependency from rustc_driver to rustc-main 2018-11-22 20:20:23 +01:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint Introduce TyKind::Placeholder variant 2018-11-24 01:24:40 +01:00
librustc_llvm
librustc_lsan
librustc_metadata
librustc_mir Rollup merge of #56100 - RalfJung:visiting-generators, r=oli-obk 2018-11-25 17:05:02 +01:00
librustc_msan
librustc_passes Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis 2018-11-25 03:00:30 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve resolve: Fix some more asserts in import validation 2018-11-25 16:41:29 +03:00
librustc_save_analysis
librustc_target Rollup merge of #56154 - petrhosek:fuchsia-linker-args, r=alexcrichton 2018-11-24 01:31:59 +08:00
librustc_traits Fix ChalkInferenceContext::into_hh_goal 2018-11-24 01:24:40 +01:00
librustc_tsan
librustc_typeck Rollup merge of #56204 - estebank:suggest-variant, r=zackmdavis 2018-11-25 17:05:09 +01:00
librustdoc Introduce TyKind::Placeholder variant 2018-11-24 01:24:40 +01:00
libserialize
libstd Auto merge of #55527 - sgeisler:time-checked-add, r=sfackler 2018-11-25 19:01:35 +00:00
libsyntax Rollup merge of #56072 - da-x:stabilize-literal-matcher, r=petrochenkov 2018-11-25 17:05:00 +01:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@21a0c9ebc2 Upgrade to LLVM trunk 2018-11-25 20:27:18 -08:00
llvm-emscripten@7f23313edf
rtstartup
rustc Move fake rustc_codegen_ssa dependency from rustc_driver to rustc-main 2018-11-22 20:20:23 +01:00
rustllvm Conditionally compile in only the extra argument. 2018-11-25 20:27:18 -08:00
stdsimd@0309be1ade
test Try to make top-level Cargo.toml work without __CARGO_TEST_ROOT. 2018-11-25 23:13:58 +02:00
tools Upgrade to LLVM trunk 2018-11-25 20:27:18 -08: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: