rust/src
2019-03-06 09:58:27 +00:00
..
bootstrap Bootstrap compiler update for 1.35 release 2019-03-02 09:05:34 -07:00
build_helper
ci Update toolchain to build NetBSD release 2019-03-01 10:34:08 -08:00
doc Auto merge of #58800 - ehuss:update-books, r=Centril 2019-03-01 22:12:27 +00:00
etc
grammar
liballoc Auto merge of #58866 - kennytm:rollup, r=kennytm 2019-03-03 08:47:51 +00:00
libarena
libcore Auto merge of #58866 - kennytm:rollup, r=kennytm 2019-03-03 08:47:51 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Clean up some generic substs handling 2019-03-05 22:20:17 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck hir: remove NodeId from Pat and FieldPat 2019-03-02 07:48:52 +01:00
librustc_codegen_llvm Use non_erasable_generics for codegen 2019-03-05 22:07:37 +00:00
librustc_codegen_ssa Use non_erasable_generics for codegen 2019-03-05 22:07:37 +00:00
librustc_codegen_utils Use non_erasable_generics for codegen 2019-03-05 22:07:37 +00:00
librustc_cratesio_shim
librustc_data_structures Bootstrap compiler update for 1.35 release 2019-03-02 09:05:34 -07:00
librustc_driver Remove profiler output and replace with a raw event dump 2019-03-03 10:07:32 -05:00
librustc_errors
librustc_fs_util
librustc_incremental hir: remove NodeId from TraitItem 2019-03-01 11:18:49 +01:00
librustc_interface hir: remove NodeId from Item 2019-03-02 07:48:52 +01:00
librustc_lint hir: HirIdify Impl&TraitItemId 2019-03-02 07:48:53 +01:00
librustc_llvm
librustc_lsan
librustc_metadata hir: remove NodeId from VariantData 2019-03-02 07:48:52 +01:00
librustc_mir Refactor const_to_op 2019-03-06 09:58:27 +00:00
librustc_msan
librustc_passes hir: remove NodeId from Pat and FieldPat 2019-03-02 07:48:52 +01:00
librustc_plugin hir: remove NodeId from Item 2019-03-02 07:48:52 +01:00
librustc_privacy Handle const generics elsewhere 2019-03-05 22:20:01 +00:00
librustc_resolve
librustc_save_analysis Auto merge of #57760 - dlrobertson:varargs1, r=alexreg 2019-02-28 15:00:25 +00:00
librustc_target Rename variadic to c_variadic 2019-02-27 10:21:54 -05:00
librustc_traits Handle const generics elsewhere 2019-03-05 22:20:01 +00:00
librustc_tsan
librustc_typeck Fix rebase fallout 2019-03-05 22:31:06 +00:00
librustdoc Stub rustdoc const generics implementations 2019-03-05 22:17:41 +00:00
libserialize
libstd Auto merge of #58423 - nox:relax-bounds-buf-reader, r=dtolnay 2019-03-05 05:40:16 +00:00
libsyntax Fix C-variadic function printing 2019-03-02 15:03:09 +00:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@38ad31bde8
rtstartup
rustc
rustllvm
stdsimd@359845eb7c
test Fix negative integer literal test 2019-03-05 22:20:01 +00:00
tools Update Clippy 2019-03-03 23:51:24 +01:00
.gitignore
README.md
stage0.txt Bootstrap compiler update for 1.35 release 2019-03-02 09:05:34 -07: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: