rust/src
2018-03-29 13:12:50 +02:00
..
bootstrap
build_helper
ci
dlmalloc@9b2dcac06c
doc Auto merge of #49460 - kennytm:rollup, r=kennytm 2018-03-28 22:18:13 +00:00
etc
grammar
jemalloc@1f5a28755e
liballoc Move RangeArguments to {core::std}::ops and rename to RangeBounds 2018-03-29 13:12:49 +02:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace
libcompiler_builtins@2a2f6d96c8 Update compiler-rt with fix for 32bit iOS ARM 2018-03-27 15:32:06 +02:00
libcore impl RangeBounds<T> for Range{,From,To,Inclusive,ToInclusive}<&T> 2018-03-29 13:12:49 +02:00
libfmt_macros
libgraphviz
liblibc@ed04152aac
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis 2018-03-29 05:44:40 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_back
librustc_borrowck Stabilize match_default_bindings 2018-03-28 11:13:13 +02:00
librustc_const_math
librustc_cratesio_shim
librustc_data_structures Move RangeArguments to {core::std}::ops and rename to RangeBounds 2018-03-29 13:12:49 +02:00
librustc_driver Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis 2018-03-29 05:44:40 +00:00
librustc_errors
librustc_incremental Rollup merge of #49364 - wesleywiser:incr_handle_load_failure, r=michaelwoerister 2018-03-28 17:55:08 +02:00
librustc_lint
librustc_llvm Auto merge of #49249 - gnzlbg:simd_minmax, r=alexcrichton 2018-03-27 04:46:32 +00:00
librustc_lsan
librustc_metadata Auto merge of #49019 - phil-opp:target-spec, r=pnkfelix 2018-03-28 12:56:09 +00:00
librustc_mir Stabilize underscore lifetimes 2018-03-29 00:27:50 +02:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_traits Stabilize underscore lifetimes 2018-03-29 00:27:50 +02:00
librustc_trans Rollup merge of #49329 - canarysnort01:fix-no-pie, r=pnkfelix 2018-03-28 17:55:07 +02:00
librustc_trans_utils
librustc_tsan
librustc_typeck Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis 2018-03-29 05:44:40 +00:00
librustdoc Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis 2018-03-29 05:44:40 +00:00
libserialize
libstd Hide the Bound type in docs at its deprecated location in std::collections 2018-03-29 13:12:50 +02:00
libstd_unicode
libsyntax Stabilize underscore lifetimes 2018-03-29 00:27:50 +02:00
libsyntax_ext Auto merge of #49279 - varkor:generated-closure-return-type, r=alexcrichton 2018-03-27 07:16:29 +00:00
libsyntax_pos
libterm
libtest
libunwind
llvm@6ceaaa4b01
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Enable target_feature on any LLVM 6+ 2018-03-27 12:27:45 -07:00
stdsimd@bcb720e558
test Move alloc::Bound to {core,std}::ops 2018-03-29 13:12:49 +02:00
tools Update Cargo 2018-03-29 10:35:15 +03:00
Cargo.lock Update Cargo 2018-03-29 10:35:15 +03: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: