rust/src
2019-03-21 18:49:12 +01:00
..
bootstrap Rollup merge of #59204 - o01eg:diag-rustdoc, r=alexcrichton 2019-03-16 22:40:54 +08:00
build_helper
ci Fix TARGET variable in musl-toolchain.sh 2019-03-15 01:19:54 +01:00
doc Rollup merge of #58626 - QuietMisdreavus:doc-coverage, r=GuillaumeGomez 2019-03-09 17:18:13 +01:00
etc rust-lldb: fix crash when printing empty string 2019-03-06 12:28:38 -05:00
grammar
liballoc Rollup merge of #59206 - sntdevco:master, r=dtolnay 2019-03-16 22:40:57 +08:00
libarena
libcore Changed inline code by using a single quote. 2019-03-21 18:49:12 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro Use ? in some macros 2019-02-24 21:59:44 +09:00
libprofiler_builtins
librustc Auto merge of #58994 - oli-obk:deprecated_derive, r=petrochenkov 2019-03-17 20:49:55 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck rustc: rename item_path to def_path (except the module in ty). 2019-03-15 13:25:10 +02:00
librustc_codegen_llvm Rollup merge of #59152 - smmalis37:range_contains, r=SimonSapin 2019-03-16 22:40:23 +08:00
librustc_codegen_ssa Revert the LazyConst PR 2019-03-16 21:04:10 +01:00
librustc_codegen_utils rustc: provide DisambiguatedDefPathData in ty::print. 2019-03-15 13:25:10 +02:00
librustc_cratesio_shim
librustc_data_structures Use derive macro for HashStable 2019-03-13 00:03:13 +01:00
librustc_driver Rename MetaItem::ident to MetaItem::path 2019-03-16 23:13:15 +03:00
librustc_errors Stabilize Range*::contains. 2019-03-12 21:00:37 -07:00
librustc_fs_util
librustc_incremental Refactor away NestedMetaItemKind 2019-03-16 23:14:42 +03:00
librustc_interface Add -Z allow_features=... flag 2019-03-14 15:42:20 -07:00
librustc_lint Fix rebase 2019-03-16 23:14:42 +03:00
librustc_llvm
librustc_lsan
librustc_macros Make rustc_macro a Rust 2018 crate 2019-03-05 20:46:45 +01:00
librustc_metadata Refactor away NestedMetaItemKind 2019-03-16 23:14:42 +03:00
librustc_mir Auto merge of #59178 - oli-obk:lazy_const, r=eddyb 2019-03-17 11:17:03 +00:00
librustc_msan
librustc_passes Refactor away NestedMetaItemKind 2019-03-16 23:14:42 +03:00
librustc_plugin Refactor away NestedMetaItemKind 2019-03-16 23:14:42 +03:00
librustc_privacy rustc: rename item_path to def_path (except the module in ty). 2019-03-15 13:25:10 +02:00
librustc_resolve Auto merge of #59047 - petrochenkov:modnodefid, r=Centril 2019-03-17 17:25:10 +00:00
librustc_save_analysis rustc: replace node_path_str with uses of def_path_str. 2019-03-15 13:25:10 +02:00
librustc_target Rollup merge of #58976 - phil-opp:patch-2, r=alexcrichton 2019-03-16 14:56:25 +08:00
librustc_traits Revert the LazyConst PR 2019-03-16 21:04:10 +01:00
librustc_tsan
librustc_typeck Auto merge of #59178 - oli-obk:lazy_const, r=eddyb 2019-03-17 11:17:03 +00:00
librustdoc Auto merge of #58824 - euclio:intra-link-ambiguity, r=petrochenkov 2019-03-18 02:56:35 +00:00
libserialize
libstd Rollup merge of #59175 - Zoxc:fix-process-test, r=alexcrichton 2019-03-16 22:40:39 +08:00
libsyntax Auto merge of #58872 - rep-nop:diagnostic-fix-56031, r=petrochenkov 2019-03-18 08:03:05 +00:00
libsyntax_ext Refactor away NestedMetaItemKind 2019-03-16 23:14:42 +03:00
libsyntax_pos syntax: Introduce Ident::can_be_raw 2019-03-16 23:13:15 +03:00
libterm replace deprecated rustfmt_skip with rustfmt::skip 2019-02-23 22:40:56 +01:00
libtest Simplify exclude_should_panic flag. 2019-02-24 11:58:08 -05:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@4fc9fb8245 Add back in MSVC version check for LLVM 2019-03-01 11:26:19 -08:00
rtstartup
rustc Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00
rustllvm Implement ffi_returns_twice attribute 2019-02-23 15:48:40 +01:00
stdsimd@359845eb7c Update stdsimd 2019-02-24 11:31:49 +01:00
test Auto merge of #58872 - rep-nop:diagnostic-fix-56031, r=petrochenkov 2019-03-18 08:03:05 +00:00
tools Auto merge of #59250 - bovinebuddha:filter_ui_revision_tests, r=petrochenkov 2019-03-17 23:51:18 +00: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: