rust/src
Manish Goregaokar d7f44ac52c
Rollup merge of #48682 - spastorino:make_causal_lazy, r=nikomatsakis
[NLL] Make causal tracking lazy

Close #46590

cc @nikomatsakis
2018-03-08 11:25:56 -08: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
libprofiler_builtins
librustc Rollup merge of #48682 - spastorino:make_causal_lazy, r=nikomatsakis 2018-03-08 11:25:56 -08: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
librustc_incremental Turn features() into a query. 2018-03-05 11:05:01 +01:00
librustc_lint Clean up the binary hex lint 2018-03-08 08:35:39 +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 Rollup merge of #48682 - spastorino:make_causal_lazy, r=nikomatsakis 2018-03-08 11:25:56 -08: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
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
libstd Rollup merge of #48292 - topecongiro:from_str-for-path-and-pathbuf, r=alexcrichton 2018-03-08 11:25:54 -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 Don't derive traits on packed structs 2018-03-08 08:35:39 +01: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
test Rollup merge of #48682 - spastorino:make_causal_lazy, r=nikomatsakis 2018-03-08 11:25:56 -08: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: