rust/src
2018-11-19 22:42:46 +01:00
..
bootstrap Rollup merge of #55867 - RalfJung:dont-panic, r=Mark-Simulacrum 2018-11-18 23:24:38 +01:00
build_helper
ci Update CI-clang to 7.0.0 for Linux dists. 2018-11-14 17:42:06 +01:00
dlmalloc@c99638dc2e
doc resolve: Reintroduce feature gate for uniform paths in imports 2018-11-18 13:57:04 +03:00
etc
grammar
liballoc Add VecDeque::resize_with 2018-11-17 22:48:29 -08:00
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@939cbca6e9
libcore Rollup merge of #56012 - RalfJung:unsafe-cell, r=nikomatsakis 2018-11-19 22:06:37 +08:00
libfmt_macros
libgraphviz
liblibc@c75ca6465a
libpanic_abort
libpanic_unwind
libproc_macro fix various typos in doc comments 2018-11-13 14:45:31 -05:00
libprofiler_builtins
librustc Make const_eval_raw query return just an AllocId 2018-11-19 22:42:46 +01:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck capture_disjoint_fields(rust-lang#53488) 2018-11-14 21:18:48 -08:00
librustc_codegen_llvm [eddyb] rustc_codegen_llvm: remove unused parametrization of CodegenCx and Builder over Values. 2018-11-16 15:08:18 +02:00
librustc_codegen_ssa [eddyb] rustc_codegen_llvm: remove unused parametrization of CodegenCx and Builder over Values. 2018-11-16 15:08:18 +02:00
librustc_codegen_utils [eddyb] rustc_codegen_utils: remove extraneous #![allow(dead_code)]. 2018-11-16 15:08:18 +02:00
librustc_cratesio_shim
librustc_data_structures remove unused dependency 2018-11-16 08:46:15 +01:00
librustc_driver Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
librustc_errors
librustc_fs_util
librustc_incremental Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
librustc_lint Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
librustc_llvm
librustc_lsan
librustc_metadata Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb 2018-11-15 11:04:36 +01:00
librustc_mir use RawConst in miri 2018-11-19 22:42:46 +01:00
librustc_msan
librustc_passes Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Fix ICEs from imports of items not defined in modules 2018-11-18 13:57:03 +03:00
librustc_resolve Fix rebase 2018-11-18 14:41:06 +03:00
librustc_save_analysis save-analysis: fallback to using path id 2018-11-19 17:18:36 +13:00
librustc_target Add powerpc64-unknown-linux-musl target 2018-11-15 13:43:31 +00:00
librustc_traits Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb 2018-11-15 11:04:36 +01:00
librustc_tsan
librustc_typeck Rollup merge of #55953 - blitzerr:master, r=nikomatsakis 2018-11-19 22:06:20 +08:00
librustdoc Auto merge of #56051 - pietroalbini:rollup, r=pietroalbini 2018-11-19 14:07:45 +00:00
libserialize
libstd Rollup merge of #56059 - alexcrichton:fix-tests, r=sfackler 2018-11-19 22:06:45 +08:00
libsyntax Auto merge of #56051 - pietroalbini:rollup, r=pietroalbini 2018-11-19 14:07:45 +00:00
libsyntax_ext Rollup merge of #55923 - Zeegomo:master, r=estebank 2018-11-18 23:24:43 +01:00
libsyntax_pos
libterm
libtest
libunwind
llvm@7051ead40a
llvm-emscripten@7f23313edf
rtstartup
rustc
rustllvm
stdsimd@0309be1ade
test Make const_eval_raw query return just an AllocId 2018-11-19 22:42:46 +01:00
tools Update Cargo submodule 2018-11-17 00:53:31 -08:00
.gitignore
Cargo.lock Rollup merge of #55857 - andjo403:rmdep, r=Mark-Simulacrum 2018-11-18 23:24:36 +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.

There is also useful content in the following READMEs, which are gradually being moved over to the guide: