rust/src
2018-08-23 07:38:47 -04:00
..
bootstrap Use the new Entry::or_default method where possible. 2018-08-18 20:19:45 +03:00
build_helper
ci Revert "Use public DNS server instead of 169.254.169.254 on CI." 2018-08-16 20:06:55 +08:00
dlmalloc@c99638dc2e
doc Remove a now-unnecessary paragraph. 2018-08-19 08:07:33 +09:00
etc pretty printing for btreemap 2018-08-15 13:48:10 +09:00
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #53080 - hermord:rc-opt, r=alexcrichton 2018-08-21 06:40:20 +00:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@d549d85b17
libcore core::convert::identity: fix issue number to #53500 2018-08-20 09:16:56 +02:00
libfmt_macros
libgraphviz
liblibc@6bdbf5dc93
libpanic_abort
libpanic_unwind Start adding an aarch64-pc-windows-msvc target 2018-08-15 17:20:13 -07:00
libproc_macro fix tidy errors 2018-08-19 23:01:01 +02:00
libprofiler_builtins
librustc resolve type variables in the custom type op pathway 2018-08-23 07:38:47 -04:00
librustc_allocator mv (mod) codemap source_map 2018-08-19 23:01:00 +02:00
librustc_apfloat Two small improvements 2018-08-15 13:54:47 +02:00
librustc_asan
librustc_borrowck mv codemap() source_map() 2018-08-19 23:01:01 +02:00
librustc_codegen_llvm Auto merge of #52101 - japaric:linker-flavor, r=alexcrichton 2018-08-20 01:12:58 +00:00
librustc_codegen_utils Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakis 2018-08-12 23:26:56 +02:00
librustc_cratesio_shim
librustc_data_structures Use the new Entry::or_default method where possible. 2018-08-18 20:19:45 +03:00
librustc_driver mv codemap source_map 2018-08-19 23:01:01 +02:00
librustc_errors fix tidy errors 2018-08-19 23:01:01 +02:00
librustc_fs_util
librustc_incremental mv codemap() source_map() 2018-08-19 23:01:01 +02:00
librustc_lint Removed raw_identifiers feature gate. 2018-08-20 21:57:56 +01:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb 2018-08-20 15:47:39 +00:00
librustc_metadata_utils
librustc_mir mv codemap source_map 2018-08-19 23:01:01 +02:00
librustc_msan
librustc_passes Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb 2018-08-20 15:47:39 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Address minor comments 2018-08-19 20:02:32 +01:00
librustc_resolve Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb 2018-08-20 15:47:39 +00:00
librustc_save_analysis Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb 2018-08-20 15:47:39 +00:00
librustc_target Auto merge of #52101 - japaric:linker-flavor, r=alexcrichton 2018-08-20 01:12:58 +00:00
librustc_traits mv (mod) codemap source_map 2018-08-19 23:01:00 +02:00
librustc_tsan
librustc_typeck Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb 2018-08-20 15:47:39 +00:00
librustdoc Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb 2018-08-20 15:47:39 +00:00
libserialize Rollup merge of #53313 - llogiq:two-small-improvements, r=estebank 2018-08-17 00:13:20 +08:00
libstd remove feature(convert_id) from lib{core,std}/lib.rs 2018-08-19 19:25:35 +02:00
libsyntax Removed raw_identifiers feature gate. 2018-08-20 21:57:56 +01:00
libsyntax_ext mv codemap() source_map() 2018-08-19 23:01:01 +02:00
libsyntax_pos mv codemap source_map 2018-08-19 23:01:01 +02:00
libterm
libtest Rollup merge of #52453 - srijs:fix-52436, r=TimNN 2018-08-15 19:20:19 +02:00
libunwind
llvm@e19f07f5a6
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@05c2f61c38
test resolve type variables in the custom type op pathway 2018-08-23 07:38:47 -04:00
tools Revert accidental submodule change 2018-08-20 07:45:47 -04:00
Cargo.lock rustc_resolve: don't allow paths starting with ::crate. 2018-08-17 12:59:56 +03: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: