rust/src
2019-06-23 16:31:16 +02:00
..
bootstrap Update mdbook 2019-06-20 19:47:44 -07:00
build_helper
ci Rollup merge of #61839 - alexcrichton:pr-and-master-builds, r=pietroalbini 2019-06-19 01:52:04 +02:00
doc Rollup merge of #61267 - michaelwoerister:update-xlto-table, r=alexcrichton 2019-06-22 01:42:33 +02:00
etc Auto merge of #61827 - golddranks:lldb_fix, r=nikomatsakis 2019-06-20 17:57:04 +00:00
grammar
liballoc Rollup merge of #61146 - czipperz:SliceConcatExt-connect-default-to-join, r=sfackler 2019-06-22 01:42:30 +02:00
libarena
libcore Auto merge of #61929 - 95th:master, r=GuillaumeGomez 2019-06-20 12:18:25 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc move CheckInAllocMsg to more logical place 2019-06-23 16:31:16 +02:00
librustc_allocator syntax: Introduce default/with_unstable constructors for ExpnInfo 2019-06-18 10:48:56 +03:00
librustc_apfloat
librustc_asan
librustc_borrowck rename hir::map::get_by_hir_id to get 2019-06-20 12:50:06 +02:00
librustc_codegen_llvm Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=Zoxc 2019-06-22 01:42:38 +02:00
librustc_codegen_ssa Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=Zoxc 2019-06-22 01:42:38 +02:00
librustc_codegen_utils rename hir::map::get_by_hir_id to get 2019-06-20 12:50:06 +02:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver rename hir::map::get_by_hir_id to get 2019-06-20 12:50:06 +02:00
librustc_errors
librustc_fs_util
librustc_incremental rename hir::map::get_by_hir_id to get 2019-06-20 12:50:06 +02:00
librustc_interface
librustc_lint rename hir::map::get_by_hir_id to get 2019-06-20 12:50:06 +02:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Rollup merge of #61898 - petrochenkov:sekind, r=eddyb 2019-06-19 01:52:10 +02:00
librustc_mir Centralize bounds, alignment and NULL checking for memory accesses in one function: memory.check_ptr_access 2019-06-23 15:55:04 +02:00
librustc_msan
librustc_passes rename hir::map::expect_expr_by_hir_id to expect_expr 2019-06-20 12:47:26 +02:00
librustc_plugin syntax: Factor out common fields from SyntaxExtension variants 2019-06-18 10:48:56 +03:00
librustc_privacy rename hir::map::get_by_hir_id to get 2019-06-20 12:50:06 +02:00
librustc_resolve Rollup merge of #61898 - petrochenkov:sekind, r=eddyb 2019-06-19 01:52:10 +02:00
librustc_save_analysis revert the NodeId to HirId parameter change to get_path_res 2019-06-21 08:57:34 +02:00
librustc_target
librustc_traits rename hir::map::get_by_hir_id to get 2019-06-20 12:50:06 +02:00
librustc_tsan
librustc_typeck Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=Zoxc 2019-06-22 01:42:38 +02:00
librustdoc Rollup merge of #61984 - ljedrz:more_node_id_pruning, r=Zoxc 2019-06-22 01:42:38 +02:00
libserialize rustc: remove 'x: 'y bounds (except from comments/strings). 2019-06-18 18:10:21 +03:00
libstd Rollup merge of #61900 - s3bk:master, r=sfackler 2019-06-20 22:14:24 +02:00
libsyntax Rollup merge of #61996 - Xanewok:unescape-raw-strings, r=matklad 2019-06-20 22:14:28 +02:00
libsyntax_ext Auto merge of #61172 - matthewjasper:cleanup-implied-bounds-lint, r=varkor 2019-06-19 12:41:38 +00:00
libsyntax_pos hygiene: Avoid some unnecessary ExpnInfo clones 2019-06-18 10:48:56 +03:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@1bbe0b3e1d Update LLVM to fix VS 2019 compilation 2019-06-21 08:31:41 +02:00
rtstartup
rustc
rustllvm
stdsimd@4bf456c35e
test Auto merge of #62010 - ecstatic-morse:kill-borrows-of-proj, r=pnkfelix 2019-06-22 05:12:11 +00:00
tools submodules: Update clippy from 149a988 to 5a11ed7b 2019-06-21 11:54:50 +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: