rust/src
2020-04-13 18:48:55 -07:00
..
bootstrap Auto merge of #70882 - tmiasko:llvm-version-suffix, r=Mark-Simulacrum 2020-04-13 07:34:11 +00:00
build_helper
ci Auto merge of #70989 - eddyb:mir-opt-32-pr-ci, r=Mark-Simulacrum 2020-04-13 16:28:57 +00:00
doc Auto merge of #70873 - mark-i-m:update-rdg, r=JohnTitor 2020-04-12 12:46:47 +00:00
etc
liballoc Add examples to Pattern docs 2020-04-13 22:25:15 +08:00
libarena
libcore Add examples to Pattern docs 2020-04-13 22:25:15 +08:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins Require compiler-rt root at ../src/llvm-project/compiler-rt 2020-04-11 17:49:16 -04:00
librustc_apfloat
librustc_ast
librustc_ast_lowering
librustc_ast_passes
librustc_ast_pretty
librustc_attr
librustc_builtin_macros
librustc_codegen_llvm Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakis 2020-04-11 15:31:54 +00:00
librustc_codegen_ssa Auto merge of #71031 - Dylan-DPC:rollup-zr8hh86, r=Dylan-DPC 2020-04-11 21:19:28 +00:00
librustc_data_structures Depend on libc from crates.io 2020-04-11 11:07:04 -04:00
librustc_driver Depend on getopts from crates.io 2020-04-11 17:49:16 -04:00
librustc_error_codes Rollup merge of #71057 - GuillaumeGomez:cleanup-e0516, r=Dylan-DPC 2020-04-12 14:49:10 +02:00
librustc_errors fix issue 69130 2020-04-12 11:36:37 -04:00
librustc_expand
librustc_feature
librustc_fs_util
librustc_hir review comments 2020-04-11 14:34:01 -07:00
librustc_hir_pretty
librustc_incremental
librustc_index
librustc_infer Rollup merge of #71069 - marmeladema:dummy-hir-id-obligation-clause, r=eddyb 2020-04-12 23:47:41 +02:00
librustc_interface Depend on getopts from crates.io 2020-04-11 17:49:16 -04:00
librustc_lexer
librustc_lint
librustc_llvm Don't emit rerun-if-changed on llvm-config if using system LLVM 2020-04-11 17:49:16 -04:00
librustc_macros
librustc_metadata Rollup merge of #71029 - Mark-Simulacrum:cargo-build, r=Mark-Simulacrum 2020-04-12 14:49:01 +02:00
librustc_middle Auto merge of #70961 - ecstatic-morse:into-def-id, r=eddyb 2020-04-13 12:50:43 +00:00
librustc_mir Miri: let machine hook dynamically decide about alignment checks 2020-04-13 17:59:12 +02:00
librustc_mir_build
librustc_parse
librustc_passes Rollup merge of #71069 - marmeladema:dummy-hir-id-obligation-clause, r=eddyb 2020-04-12 23:47:41 +02:00
librustc_plugin_impl
librustc_privacy
librustc_query_system
librustc_resolve
librustc_save_analysis
librustc_session Depend on getopts from crates.io 2020-04-11 17:49:16 -04:00
librustc_span Rollup merge of #71053 - phansch:update_kw_sym_docs, r=Dylan-DPC 2020-04-12 14:49:08 +02:00
librustc_symbol_mangling
librustc_target Auto merge of #71023 - mati865:mingw-unwind-linking-cleanup, r=Amanieu 2020-04-13 00:59:36 +00:00
librustc_trait_selection Improve span label 2020-04-13 18:48:55 -07:00
librustc_traits Remove usage of DUMMY_HIR_ID in calls to ObligationClause::misc 2020-04-12 21:01:55 +01:00
librustc_ty
librustc_typeck Rollup merge of #71087 - JohnTitor:impl-self-ty, r=eddyb 2020-04-13 20:23:30 +02:00
librustdoc Rollup merge of #70656 - GuillaumeGomez:scrollbar-display, r=kinnison 2020-04-13 20:23:27 +02:00
libserialize
libstd Rollup merge of #71029 - Mark-Simulacrum:cargo-build, r=Mark-Simulacrum 2020-04-12 14:49:01 +02:00
libterm
libtest
libunwind
llvm-project@027e428197
rtstartup
rustc
rustllvm
stdarch@1a577bd78e
test Improve span label 2020-04-13 18:48:55 -07:00
tools Auto merge of #70989 - eddyb:mir-opt-32-pr-ci, r=Mark-Simulacrum 2020-04-13 16:28:57 +00:00
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 dev guide.