rust/src
Denis Merigoux 730b13ab51 Traitification of type_ methods
The methods are now attached to CodegenCx instead of Type
2018-11-16 14:11:59 +02:00
..
bootstrap Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiser 2018-11-13 19:20:44 +08:00
build_helper
ci std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
dlmalloc@c99638dc2e
doc don't inline pub use some_crate unless directly asked to 2018-11-09 09:07:57 -06:00
etc Fix typos. 2018-11-11 20:52:36 +07:00
grammar
liballoc Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@939cbca6e9
libcore Rollup merge of #55932 - Turbo87:to_digit, r=alexcrichton 2018-11-15 11:04:46 +01: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 Auto merge of #55974 - pietroalbini:rollup, r=pietroalbini 2018-11-15 12:43:01 +00:00
librustc_allocator
librustc_apfloat Fix typos. 2018-11-11 20:52:36 +07:00
librustc_asan std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
librustc_borrowck
librustc_codegen_llvm Traitification of type_ methods 2018-11-16 14:11:59 +02:00
librustc_codegen_utils Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
librustc_cratesio_shim
librustc_data_structures Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +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 std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
librustc_metadata Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb 2018-11-15 11:04:36 +01:00
librustc_mir Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
librustc_msan std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
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
librustc_resolve Make NodeId a newtype_index to enable niche optimizations 2018-11-12 10:29:53 +01:00
librustc_save_analysis save-analysis: Don't panic for macro-generated use globs 2018-11-11 21:42:20 +01:00
librustc_target Use type safe VariantIdx instead of usize everywhere 2018-11-12 14:24:45 +01:00
librustc_traits Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb 2018-11-15 11:04:36 +01:00
librustc_tsan std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
librustc_typeck Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
librustdoc Rollup merge of #55926 - cynecx:fix-rustdoc-mobile-css, r=GuillaumeGomez 2018-11-15 11:04:43 +01:00
libserialize
libstd Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
libsyntax Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
libsyntax_ext fix various typos in doc comments 2018-11-13 14:45:31 -05:00
libsyntax_pos
libterm
libtest
libunwind
llvm@7051ead40a
llvm-emscripten@7f23313edf Pull in fix for dist-i686-linux build 2018-11-09 16:59:45 +01:00
rtstartup
rustc
rustllvm Auto merge of #55698 - nikic:remove-llvm-4-support, r=alexcrichton 2018-11-11 22:38:54 +00:00
stdsimd@0309be1ade
test Auto merge of #55974 - pietroalbini:rollup, r=pietroalbini 2018-11-15 12:43:01 +00:00
tools submodules: update clippy from d8b42690 to f5d868c9 2018-11-15 17:49:24 +01:00
.gitignore
Cargo.lock submodules: update clippy from d8b42690 to f5d868c9 2018-11-15 17:49:24 +01:00
Cargo.toml
README.md Fix their/there grammar nit 2018-11-12 18:21:52 -08:00
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: