rust/src
Jake Goulding 32324d22c3 Add implementations for converting boxed slices into boxed arrays
This mirrors the implementations of reference slices into arrays.
2019-08-05 10:26:53 -04:00
..
bootstrap Auto merge of #63199 - ehuss:fix-rustc-guide-toolstate, r=kennytm 2019-08-04 03:36:10 +00:00
build_helper
ci ci: move .azure-pipelines to src/ci/azure-pipelines 2019-08-03 18:21:38 +02:00
doc
etc
grammar
liballoc Add implementations for converting boxed slices into boxed arrays 2019-08-05 10:26:53 -04:00
libarena
libcore fix links 2019-08-04 09:52:36 +02:00
libfmt_macros Rollup merge of #63121 - estebank:formatting-pos, r=alexcrichton 2019-08-03 00:09:06 +02:00
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #63079 - RalfJung:ctfe-no-align, r=oli-obk 2019-08-05 08:16:51 +00:00
librustc_apfloat
librustc_asan
librustc_ast_borrowck
librustc_codegen_llvm
librustc_codegen_ssa
librustc_codegen_utils
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental Rename ItemImplKind::Type to ItemImplKind::TyAlias 2019-08-04 20:16:41 +01:00
librustc_interface
librustc_lexer
librustc_lint Rename ItemImplKind::Type to ItemImplKind::TyAlias 2019-08-04 20:16:41 +01:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Rename ItemImplKind::Type to ItemImplKind::TyAlias 2019-08-04 20:16:41 +01:00
librustc_mir Auto merge of #63079 - RalfJung:ctfe-no-align, r=oli-obk 2019-08-05 08:16:51 +00:00
librustc_msan
librustc_passes Rename ItemKind::Ty to ItemKind::TyAlias 2019-08-04 20:13:37 +01:00
librustc_plugin
librustc_privacy Rename ItemImplKind::Type to ItemImplKind::TyAlias 2019-08-04 20:16:41 +01:00
librustc_resolve Auto merge of #63248 - petrochenkov:nomarker, r=matthewjasper 2019-08-05 04:36:51 +00:00
librustc_save_analysis Rename ItemImplKind::Type to ItemImplKind::TyAlias 2019-08-04 20:16:41 +01:00
librustc_target Rollup merge of #63107 - adrian-budau:master, r=alexcrichton 2019-08-03 00:09:04 +02:00
librustc_traits
librustc_tsan
librustc_typeck Rename ItemImplKind::Type to ItemImplKind::TyAlias 2019-08-04 20:16:41 +01:00
librustdoc Rename ItemImplKind::Type to ItemImplKind::TyAlias 2019-08-04 20:16:41 +01:00
libserialize
libstd Auto merge of #63228 - Centril:rollup-x39p5ga, r=Centril 2019-08-02 22:44:53 +00:00
libsyntax Auto merge of #63248 - petrochenkov:nomarker, r=matthewjasper 2019-08-05 04:36:51 +00:00
libsyntax_ext Auto merge of #63248 - petrochenkov:nomarker, r=matthewjasper 2019-08-05 04:36:51 +00:00
libsyntax_pos Move special treatment of derive(Copy, PartialEq, Eq) from expansion infrastructure to elsewhere 2019-08-03 23:57:35 +03:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@9b64ca5b7e
rtstartup
rustc
rustllvm
stdarch@4791ba85e7
test Add implementations for converting boxed slices into boxed arrays 2019-08-05 10:26:53 -04:00
tools Auto merge of #63235 - Xanewok:update-rls, r=Centril 2019-08-03 23:57:22 +00: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: