rust/src
2018-07-04 23:10:10 -05:00
..
bootstrap in the second copy lld is already named rust-lld 2018-07-04 23:10:10 -05:00
build_helper
ci
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc liballoc docs: Remove “not intended for general usage” 2018-06-29 14:01:33 +02:00
liballoc_jemalloc
liballoc_system
libarena Make raw_vec perma-unstable and hidden 2018-06-29 14:01:33 +02:00
libbacktrace@f4d02bbdbf
libcompiler_builtins@4cfd7101eb
libcore Move core::alloc::CollectionAllocErr to alloc::collections 2018-06-29 14:01:33 +02:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #51729 - matthewjasper:move-errors, r=nikomatsakis 2018-06-29 12:40:12 +00:00
librustc_allocator Implement #[macro_export(local_inner_macros)] 2018-06-27 13:10:16 +03:00
librustc_apfloat migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
librustc_asan
librustc_borrowck Use Idents in a number of structures in HIR 2018-06-28 11:04:50 +03:00
librustc_codegen_llvm Merge ConstVal and ConstValue 2018-06-28 11:04:25 +02:00
librustc_codegen_utils migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
librustc_errors
librustc_incremental Make opaque::Encoder append-only and make it infallible 2018-06-27 11:43:15 +02:00
librustc_lint Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum 2018-06-28 11:20:41 +00:00
librustc_mir Auto merge of #51729 - matthewjasper:move-errors, r=nikomatsakis 2018-06-29 12:40:12 +00:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin Implement #[macro_export(local_inner_macros)] 2018-06-27 13:10:16 +03:00
librustc_privacy Use Idents for path segments in HIR 2018-06-28 11:04:50 +03:00
librustc_resolve Fix rebase 2018-06-28 11:04:51 +03:00
librustc_save_analysis Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
librustc_target rename rustc's lld to rust-lld 2018-06-29 22:20:00 -05:00
librustc_traits Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
librustc_tsan
librustc_typeck Fix incorrect type mismatch label pointing at return type 2018-06-29 10:36:32 -07:00
librustdoc Auto merge of #51592 - GuillaumeGomez:fix-macro-doc-search, r=GuillaumeGomez 2018-06-29 01:05:02 +00:00
libserialize Make opaque::Encoder append-only and make it infallible 2018-06-27 11:43:15 +02:00
libstd Rename alloc::arc to alloc::sync, to match std::sync 2018-06-29 14:01:33 +02:00
libstd_unicode
libsyntax Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum 2018-06-28 11:20:41 +00:00
libsyntax_ext Implement #[macro_export(local_inner_macros)] 2018-06-27 13:10:16 +03:00
libsyntax_pos Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum 2018-06-28 11:20:41 +00:00
libterm migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
libtest
libunwind
llvm@1c817c7a0c Update LLVM to 1c817c7a0c828b8fc8e8e462afbe5db41c7052d1 2018-06-29 13:58:17 +09:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@a19ca1cd91
test Auto merge of #46720 - estebank:issue-46302, r=nikomatsakis 2018-06-29 20:22:03 +00:00
tools add edition compiletest header + fix tests 2018-06-26 19:32:00 -05:00
Cargo.lock Add SSE2 accelerated version of FileMap analysis. 2018-06-27 14:00:34 +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: