rust/src
Oliver Schneider b5ace9a906
Unify the const folding errors
before they differed depending on whether optimizations were on or not
2018-03-08 08:35:39 +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 Remove unused 'src/etc/ziggurat_tables.py' Python script. 2018-03-06 19:35:16 -05:00
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichton 2018-03-06 20:52:37 +08:00
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 Impl !Send and !Sync for SourceFile 2018-03-02 10:48:52 +01:00
libprofiler_builtins
librustc Regenerate tests 2018-03-08 08:35:38 +01:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_back rustc: Tweak default linker selection 2018-03-03 20:21:35 -08:00
librustc_borrowck Turn features() into a query. 2018-03-05 11:05:01 +01:00
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 Regenerate tests 2018-03-08 08:35:38 +01:00
librustc_errors Replace Rc with Lrc for shared data 2018-03-02 10:48:52 +01:00
librustc_incremental Turn features() into a query. 2018-03-05 11:05:01 +01:00
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 Unify the const folding errors 2018-03-08 08:35:39 +01:00
librustc_msan
librustc_passes Regenerate tests 2018-03-08 08:35:38 +01:00
librustc_platform_intrinsics
librustc_plugin Turn features() into a query. 2018-03-05 11:05:01 +01:00
librustc_privacy Replace Rc with Lrc for shared data 2018-03-02 10:48:52 +01:00
librustc_resolve Turn features() into a query. 2018-03-05 11:05:01 +01:00
librustc_save_analysis Do not panic on tuple struct access out of bounds 2018-03-07 08:48:36 +09:00
librustc_trans Unregress error spans in constant errors 2018-03-08 08:34:17 +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 Remove unused error code 2018-03-08 08:35:38 +01:00
librustdoc Deduplicate code in rustdoc 2018-03-08 08:34:13 +01:00
libserialize Fix Decodable impl for Arc 2018-03-02 10:45:32 +01:00
libstd Rollup merge of #48618 - scottmcm:elaborate-exitcode, r=alexcrichton 2018-03-06 23:38:06 -08:00
libstd_unicode Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichton 2018-03-06 20:52:37 +08:00
libsyntax Stabilize const_indexing feature 2018-03-08 08:34:14 +01:00
libsyntax_ext while let all the things 2018-03-05 15:58:54 -03:00
libsyntax_pos while let all the things 2018-03-05 15:58:54 -03:00
libterm
libtest
libunwind
llvm@0903c72cbb rustc: Update LLVM 2018-03-06 08:45:12 -08:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm rustc: Update LLVM 2018-03-06 08:45:12 -08:00
stdsimd@678cbd325c std: Add arch and simd modules 2018-03-02 14:34:07 -08:00
test Unify the const folding errors 2018-03-08 08:35:39 +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 Regenerate tests 2018-03-08 08:35:38 +01: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: