rust/src
Mazdak Farrokhzad c313647a95
Rollup merge of #57987 - parched:va-args, r=joshtriplett
Fix some AArch64 typos

cc @dlrobertson
2019-03-28 08:43:23 +01:00
..
bootstrap Rollup merge of #59197 - kornelski:redir, r=steveklabnik 2019-03-26 22:26:40 +01:00
build_helper
ci [CI] record docker image info for reuse 2019-03-25 15:27:49 -07:00
doc Rollup merge of #59268 - estebank:from-string, r=QuietMisdreavus 2019-03-27 18:15:24 -07:00
etc
grammar
liballoc adjust MaybeUninit API to discussions 2019-03-26 09:21:32 +01:00
libarena
libcore Rollup merge of #57987 - parched:va-args, r=joshtriplett 2019-03-28 08:43:23 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro Auto merge of #55780 - ogoffart:span_source_text, r=petrochenkov 2019-03-27 08:58:40 +00:00
libprofiler_builtins
librustc Rollup merge of #59430 - kenta7777:rename-evalcontext-to-interpretcx, r=oli-obk 2019-03-27 18:15:36 -07:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #59195 - estebank:for-loop-move, r=petrochenkov 2019-03-25 00:38:15 +00:00
librustc_codegen_llvm Rollup merge of #57987 - parched:va-args, r=joshtriplett 2019-03-28 08:43:23 +01:00
librustc_codegen_ssa adding mir::StaticKind enum for static and promoted 2019-03-23 20:18:52 +05:30
librustc_codegen_utils Merge DefPathData::VariantCtor and DefPathData::StructCtor 2019-03-24 17:59:18 +03:00
librustc_cratesio_shim
librustc_data_structures Update ena to version 0.13.0 2019-03-27 09:44:55 +00:00
librustc_driver librustc_driver => 2018 2019-03-27 05:35:18 +09:00
librustc_errors Tweak unsupported negative trait bounds message 2019-03-23 13:05:30 -07:00
librustc_fs_util
librustc_incremental fix: Make incremental artifact deletion more robust 2019-03-26 23:49:14 +01:00
librustc_interface Rollup merge of #58837 - Centril:librustc_interface_2018, r=petrochenkov 2019-03-27 18:15:22 -07:00
librustc_lint Exclude UnusedBrokenConst from module lints 2019-03-26 17:04:00 +01:00
librustc_llvm
librustc_lsan
librustc_macros Fix whitespace 2019-03-20 18:00:08 +01:00
librustc_metadata Re-order fields in Def::Ctor. 2019-03-24 19:16:44 +01:00
librustc_mir Rollup merge of #59430 - kenta7777:rename-evalcontext-to-interpretcx, r=oli-obk 2019-03-27 18:15:36 -07:00
librustc_msan
librustc_passes Auto merge of #59256 - petrochenkov:derval2, r=Zoxc 2019-03-25 12:21:46 +00:00
librustc_plugin
librustc_privacy Make some lints incremental 2019-03-25 23:00:34 +01:00
librustc_resolve Rollup merge of #59267 - estebank:assoc-const-as-field, r=davidtwco 2019-03-26 09:05:43 +01:00
librustc_save_analysis Re-order fields in Def::Ctor. 2019-03-24 19:16:44 +01:00
librustc_target
librustc_traits Fix a bug in implied bounds 2019-03-20 20:09:26 +01:00
librustc_tsan
librustc_typeck Rollup merge of #59439 - Centril:generalize-assign-to-bool-diagnostic, r=oli-obk 2019-03-27 18:15:38 -07:00
librustdoc Rollup merge of #59424 - GuillaumeGomez:fix-stability-css, r=QuietMisdreavus 2019-03-26 22:26:43 +01:00
libserialize
libstd Rollup merge of #59460 - xfix:include-id-in-thread-debug, r=Amanieu 2019-03-27 18:15:44 -07:00
libsyntax Rollup merge of #59421 - estebank:tuple-index-suffix, r=petrochenkov 2019-03-27 18:15:35 -07:00
libsyntax_ext Auto merge of #55780 - ogoffart:span_source_text, r=petrochenkov 2019-03-27 08:58:40 +00:00
libsyntax_pos bump bootstrap; adjust stage0 uses in libsyntax_pos 2019-03-26 09:57:42 +01:00
libtest Move some bench tests back from libtest 2019-03-20 01:22:19 +01:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@1f484cbe0e
rtstartup
rustc
rustllvm
stdsimd@359845eb7c
test Rollup merge of #59459 - JohnTitor:add-tests, r=Centril 2019-03-27 18:15:42 -07:00
tools Rollup merge of #59432 - phansch:compiletest_docs, r=alexcrichton 2019-03-26 22:26:46 +01:00
.gitignore
README.md
stage0.txt bump bootstrap => 2019-03-20 2019-03-26 09:53:47 +01:00

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: