rust/src
Oliver Schneider 05a03d7537
Update tests
2018-03-08 08:34:15 +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 Stabilize const_indexing feature 2018-03-08 08:34: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 Simplify const prop checks through PlaceContext 2018-03-08 08:34:15 +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 rustc_passes::consts -> rvalue_promotion 2018-03-08 08:34:14 +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 Simplify const propagator by removing unused code paths 2018-03-08 08:34:15 +01:00
librustc_msan
librustc_passes rustc_passes::consts -> rvalue_promotion 2018-03-08 08:34:14 +01:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_trans Figure out const propgatable locals in a single pass 2018-03-08 08:34:14 +01:00
librustc_trans_utils
librustc_tsan
librustc_typeck Nuke ConstInt and Const*size 2018-03-08 08:34:10 +01:00
librustdoc Deduplicate code in rustdoc 2018-03-08 08:34:13 +01:00
libserialize
libstd
libstd_unicode
libsyntax Stabilize const_indexing feature 2018-03-08 08:34:14 +01:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@0903c72cbb
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@678cbd325c
test Update tests 2018-03-08 08:34:15 +01:00
tools
Cargo.lock
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: