rust/src
bors 041bec87c0 Auto merge of #61300 - indygreg:upgrade-cross-make, r=sanxiyn
Update musl-cross-make to 0.9.8

This version uses musl 1.1.22 and GCC 6.4.0 by default. It also
contains support for newer binutils and GCC versions, should we
want to bump those as well. But I'm purposefully limiting this
patch in order to reduce the surface area for controversy.
2019-05-31 22:16:09 +00:00
..
bootstrap Auto merge of #61212 - alexcrichton:skip-rustc, r=pietroalbini 2019-05-30 00:38:51 +00:00
build_helper
ci Auto merge of #61300 - indygreg:upgrade-cross-make, r=sanxiyn 2019-05-31 22:16:09 +00:00
doc Rollup merge of #61279 - llogiq:implicit-option-main-doctests, r=GuillaumeGomez 2019-05-30 10:52:56 +02:00
etc
grammar
liballoc Rollup merge of #61244 - RalfJung:box, r=rkruppe 2019-05-30 10:52:55 +02:00
libarena
libcore Rollup merge of #60850 - SimonSapin:unguarded, r=alexcrichton 2019-05-30 10:52:51 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc rustc_codegen_utils: add new mangling scheme implementation. 2019-05-31 18:24:42 +03:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Update rustc-demangle version. 2019-05-31 18:23:02 +03:00
librustc_codegen_ssa Update rustc-demangle version. 2019-05-31 18:23:02 +03:00
librustc_codegen_utils rustc_codegen_utils: remove symbol name dumping/checking harness, and mw impl. 2019-05-31 18:24:55 +03:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lint Introduce and use SyntaxContext::outer_expn_info(). 2019-05-29 09:32:56 +10:00
librustc_llvm
librustc_lsan
librustc_macros Rollup merge of #60885 - euclio:strip-synstructure-consts, r=GuillaumeGomez 2019-05-29 14:41:03 +02:00
librustc_metadata rustc_codegen_utils: add new mangling scheme implementation. 2019-05-31 18:24:42 +03:00
librustc_mir Make the type_name intrinsic's output deterministic 2019-05-30 11:19:22 +02:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy Auto merge of #61253 - nnethercote:avoid-hygiene_data-lookups, r=petrochenkov 2019-05-30 16:54:13 +00:00
librustc_resolve Auto merge of #61253 - nnethercote:avoid-hygiene_data-lookups, r=petrochenkov 2019-05-30 16:54:13 +00:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #61253 - nnethercote:avoid-hygiene_data-lookups, r=petrochenkov 2019-05-30 16:54:13 +00:00
librustdoc Rollup merge of #61279 - llogiq:implicit-option-main-doctests, r=GuillaumeGomez 2019-05-30 10:52:56 +02:00
libserialize
libstd Auto merge of #61203 - memoryruins:bare_trait_objects, r=Centril 2019-05-29 21:55:59 +00:00
libsyntax Auto merge of #61253 - nnethercote:avoid-hygiene_data-lookups, r=petrochenkov 2019-05-30 16:54:13 +00:00
libsyntax_ext Introduce and use SyntaxContext::outer_expn_info(). 2019-05-29 09:32:56 +10:00
libsyntax_pos Add HygieneData::{outer,expn_info,is_descendant_of} methods. 2019-05-30 08:59:22 +10:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@4efebe3165
rtstartup
rustc
rustllvm
stdsimd@4bf456c35e
test test: add a more complex symbol-name testcase. 2019-05-31 19:24:15 +03:00
tools rustc_codegen_utils: remove symbol name dumping/checking harness, and mw impl. 2019-05-31 18:24:55 +03:00
.gitignore
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: