rust/src
Mazdak Farrokhzad 32e27c2c9a
Rollup merge of #67129 - remexre:patch-1, r=Dylan-DPC
Fixes typo

`legacy_disrectory_ownership` vs `legacy_directory_ownership`
2019-12-08 03:39:50 +01:00
..
bootstrap
build_helper
ci Add note to src/ci/docker/README.md about multiple docker images 2019-12-06 16:38:57 -05:00
doc
etc
liballoc
libarena
libcore Rollup merge of #67101 - rust-lang:ostrich, r=Mark-Simulacrum 2019-12-08 03:39:47 +01:00
libfmt_macros Rename to then_some and then 2019-12-06 12:24:54 +00:00
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb 2019-12-08 03:39:45 +01:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm Rollup merge of #66841 - SimonSapin:float_round_unchecked_to, r=rkruppe 2019-12-06 23:26:55 +01:00
librustc_codegen_ssa Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb 2019-12-08 03:39:45 +01:00
librustc_codegen_utils
librustc_data_structures
librustc_driver
librustc_error_codes Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obk 2019-12-06 23:26:54 +01:00
librustc_errors
librustc_feature Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obk 2019-12-07 21:14:39 +00:00
librustc_fs_util
librustc_incremental
librustc_index
librustc_interface Auto merge of #65195 - varkor:to_option, r=Centril 2019-12-06 19:14:51 +00:00
librustc_lexer
librustc_lint Fixes typo 2019-12-07 14:09:43 -06:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb 2019-12-08 03:39:45 +01:00
librustc_mir Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb 2019-12-08 03:39:45 +01:00
librustc_msan
librustc_parse Make ForeignItem an alias of Item. 2019-12-07 06:05:25 +01:00
librustc_passes
librustc_plugin_impl
librustc_privacy
librustc_resolve Rename to then_some and then 2019-12-06 12:24:54 +00:00
librustc_save_analysis
librustc_session Use as_ref().map() rather than is_some().to_option() 2019-12-06 12:23:44 +00:00
librustc_target Rename to then_some and then 2019-12-06 12:24:54 +00:00
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obk 2019-12-07 21:14:39 +00:00
librustdoc Rollup merge of #66959 - GuillaumeGomez:cfg-duplicates, r=eddyb 2019-12-07 00:09:54 +09:00
libserialize
libstd Rollup merge of #66325 - BartMassey:master, r=joshtriplett 2019-12-08 03:39:43 +01:00
libsyntax Make ForeignItem an alias of Item. 2019-12-07 06:05:25 +01:00
libsyntax_expand Make ForeignItem an alias of Item. 2019-12-07 06:05:25 +01:00
libsyntax_ext Rename to then_some and then 2019-12-06 12:24:54 +00:00
libsyntax_pos Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obk 2019-12-06 23:26:54 +01:00
libterm
libtest Use Instant::now lazily 2019-12-06 12:24:54 +00:00
libunwind
llvm-project@2cb41005ed
rtstartup
rustc
rustllvm Rollup merge of #67033 - cuviper:ValueName2, r=rkruppe 2019-12-07 00:10:02 +09:00
stdarch@e0ab2c165a
test Rollup merge of #66325 - BartMassey:master, r=joshtriplett 2019-12-08 03:39:43 +01:00
tools
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.