rust/src
bors 3bf064beaa Auto merge of #56462 - Zoxc:query-macro, r=oli-obk
Define queries using a proc macro

cc @rust-lang/compiler
2019-03-18 21:24:12 +00:00
..
bootstrap Auto merge of #58847 - bjorn3:remove_metadata_only_cg, r=alexcrichton 2019-03-18 11:28:12 +00:00
build_helper
ci
doc
etc
grammar
liballoc Rollup merge of #59206 - sntdevco:master, r=dtolnay 2019-03-16 22:40:57 +08:00
libarena
libcore Rollup merge of #59231 - matklad:copied, r=Centril 2019-03-16 22:42:00 +08:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Add load_cached query modifier and keep dep node names consistent with query names 2019-03-18 08:20:09 +01:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
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
librustc_cratesio_shim
librustc_data_structures
librustc_driver Auto merge of #58847 - bjorn3:remove_metadata_only_cg, r=alexcrichton 2019-03-18 11:28:12 +00:00
librustc_errors
librustc_fs_util
librustc_incremental Add load_cached query modifier and keep dep node names consistent with query names 2019-03-18 08:20:09 +01:00
librustc_interface Auto merge of #58847 - bjorn3:remove_metadata_only_cg, r=alexcrichton 2019-03-18 11:28:12 +00:00
librustc_lint Fix rebase 2019-03-16 23:14:42 +03:00
librustc_llvm
librustc_lsan
librustc_macros Preprocess query modifiers 2019-03-18 14:19:52 +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
librustc_resolve Auto merge of #59047 - petrochenkov:modnodefid, r=Centril 2019-03-17 17:25:10 +00:00
librustc_save_analysis
librustc_target
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
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@4fc9fb8245
rtstartup
rustc
rustllvm
stdsimd@359845eb7c
test Auto merge of #56462 - Zoxc:query-macro, r=oli-obk 2019-03-18 21:24:12 +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

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: