rust/src
2018-03-08 08:34:10 +01:00
..
bootstrap appveyor: Fix a switched condition for cargotest 2018-03-07 17:00:27 -08:00
build_helper
ci appveyor: Shard more slow MSVC builders 2018-03-07 07:29:44 -08:00
dlmalloc@9b2dcac06c
doc Move librustc_const_eval to librustc_mir 2018-03-08 08:08:14 +01:00
etc
grammar
jemalloc@1f5a28755e
liballoc
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@266ea0740a
libcore Produce instead of pointers 2018-03-08 08:08:14 +01:00
libfmt_macros
libgetopts
libgraphviz
liblibc@56444a4545
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Prefer enum instead of magic numbers 2018-03-08 08:34:10 +01:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_back
librustc_borrowck
librustc_const_eval Move librustc_const_eval to librustc_mir 2018-03-08 08:08:14 +01:00
librustc_const_math Nuke ConstInt and Const*size 2018-03-08 08:34:10 +01:00
librustc_cratesio_shim
librustc_data_structures Produce instead of pointers 2018-03-08 08:08:14 +01:00
librustc_driver Allow tools (e.g. miri) to enable rust logging 2018-03-08 08:34:09 +01:00
librustc_errors
librustc_incremental
librustc_lint Nuke the entire ctfe from orbit, it's the only way to be sure 2018-03-08 08:08:14 +01:00
librustc_llvm Fully use miri in trans 2018-03-08 08:34:05 +01:00
librustc_lsan
librustc_metadata Hide the RefCell inside InterpretInterner 2018-03-08 08:34:09 +01:00
librustc_mir Nuke ConstInt and Const*size 2018-03-08 08:34:10 +01:00
librustc_msan
librustc_passes Nuke ConstInt and Const*size 2018-03-08 08:34:10 +01:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_trans Rename simd shuffle function and adjust comment 2018-03-08 08:34:10 +01:00
librustc_trans_utils Merge branch 'incr_attr_queries' of https://github.com/wesleywiser/rust into update-cargo 2018-03-07 07:13:21 -08:00
librustc_tsan
librustc_typeck Nuke ConstInt and Const*size 2018-03-08 08:34:10 +01:00
librustdoc Add InterpretInterner to StableHashingContext for AllocId serialization 2018-03-08 08:34:08 +01:00
libserialize
libstd
libstd_unicode
libsyntax
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@0903c72cbb
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@678cbd325c
test Nuke ConstInt and Const*size 2018-03-08 08:34:10 +01:00
tools Merge branch 'compiletest-update' of https://github.com/alexcrichton/rust into update-cargo 2018-03-07 07:11:57 -08:00
Cargo.lock Update cargo lock 2018-03-07 07:11:59 -08: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: