rust/src
2018-11-05 09:17:48 +01:00
..
bootstrap Move a few more tests into the appveyor-subset-2. 2018-11-04 02:33:38 +08:00
build_helper
ci Use jemalloc-sys on Linux and OSX compilers 2018-11-02 06:52:56 -07:00
dlmalloc@c99638dc2e
doc Added section to Unstable Book. 2018-11-03 04:09:34 +00:00
etc Rollup merge of #55447 - frewsxcv:frewsxcv-rename, r=Mark-Simulacrum 2018-10-29 09:47:52 +01:00
grammar
liballoc Auto merge of #55238 - alexcrichton:rm-jemalloc, r=estebank 2018-11-03 09:33:10 +00:00
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@939cbca6e9 Update compiler-builtins submodule 2018-10-30 10:51:55 -07:00
libcore update DispatchFromDyn doctest 2018-11-01 18:16:59 -04:00
libfmt_macros
libgraphviz
liblibc@1844a772b6
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc rustc_target: pass contexts by reference, not value. 2018-11-04 20:33:57 +02:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Remove ReCanonical in favor of ReLateBound 2018-11-03 11:41:55 +01:00
librustc_codegen_llvm Auto merge of #55593 - nikic:remove-llvm-4-checks, r=rkruppe 2018-11-05 01:41:55 +00:00
librustc_codegen_utils Remove rustc_metadata_utils, which contains only one function 2018-11-03 14:31:09 +01:00
librustc_cratesio_shim
librustc_data_structures Bump nightly to 1.32.0 2018-10-31 11:53:50 -07:00
librustc_driver Auto merge of #55330 - scalexm:bound-ty, r=nikomatsakis 2018-11-03 12:11:23 +00:00
librustc_errors Pass suggestions as impl Iterator instead of Vec 2018-10-31 13:56:20 +01:00
librustc_fs_util
librustc_incremental
librustc_lint Auto merge of #55569 - durka:must-use-external-macro, r=alexcrichton 2018-11-04 22:56:23 +00:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #55349 - bjorn3:rustc_mir_collect_and_partition_mono_items, r=oli-obk 2018-11-04 12:20:55 +00:00
librustc_mir fix for pre-NLL rustc 2018-11-05 09:17:48 +01:00
librustc_msan
librustc_passes Extended elaboration for trait aliases to include arbitrary bounds. 2018-11-03 04:09:34 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Auto merge of #55569 - durka:must-use-external-macro, r=alexcrichton 2018-11-04 22:56:23 +00:00
librustc_save_analysis save analysis: don't dump macro refs 2018-10-31 13:29:02 +13:00
librustc_target rustc_target: pass contexts by reference, not value. 2018-11-04 20:33:57 +02:00
librustc_traits Rename Binder::no_late_bound_regions to Binder::no_bound_vars 2018-11-03 11:41:55 +01:00
librustc_tsan
librustc_typeck Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis 2018-11-03 17:30:37 +00:00
librustdoc Auto merge of #54861 - rep-nop:find_main_in_doctest, r=estebank 2018-11-04 01:43:40 +00:00
libserialize
libstd Remove all jemalloc-related content 2018-11-02 06:52:56 -07:00
libsyntax Auto merge of #55455 - estebank:expected-descr, r=michaelwoerister 2018-11-04 06:56:11 +00:00
libsyntax_ext syntax: improve a few allocations 2018-10-31 16:58:51 +01:00
libsyntax_pos Rename other occs of (Code/File)Map to Source(Map/File) #51574 2018-10-29 21:26:13 +01:00
libterm
libtest
libunwind
llvm@7051ead40a Fix DWARF generation for enums 2018-10-30 12:06:07 -06:00
llvm-emscripten@2717444753
rtstartup
rustc Use jemalloc-sys on Linux and OSX compilers 2018-11-02 06:52:56 -07:00
rustllvm Remove checks for LLVM < 4.0 2018-11-01 21:09:02 +01:00
stdsimd@431766a3fb Update stdsimd submodule 2018-10-23 09:51:02 -07:00
test reduce the amount of traversal/projection code that the visitor has to implement itself 2018-11-05 09:17:48 +01:00
tools Auto merge of #55393 - oli-obk:immediate_immediately, r=RalfJung 2018-11-04 15:06:32 +00:00
.gitignore
Cargo.lock Remove rustc_metadata_utils, which contains only one function 2018-11-03 14:31:09 +01:00
Cargo.toml
README.md
stage0.txt Bump nightly to 1.32.0 2018-10-31 11:53:50 -07:00

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: