rust/src
2020-04-15 08:45:38 +02: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 #66605 - GuillaumeGomez:drop-python2, r=Mark-Simulacrum 2020-04-10 16:13:20 +00:00
doc Auto merge of #70873 - mark-i-m:update-rdg, r=JohnTitor 2020-04-12 12:46:47 +00:00
etc Enforce Python 3 as much as possible 2020-04-10 09:09:58 -04:00
liballoc Rollup merge of #70996 - ChaiTRex:master, r=Amanieu 2020-04-11 17:52:11 +02:00
libarena
libcore Store UNICODE_VERSION as a tuple 2020-04-11 12:56:25 +02: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_middle: return LocalDefId instead of DefId in body_owner_def_id 2020-04-10 12:13:54 +01:00
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 Rollup merge of #71069 - marmeladema:dummy-hir-id-obligation-clause, r=eddyb 2020-04-12 23:47:41 +02:00
librustc_mir remove rustfmt-induced spurious trailing comma 2020-04-15 08:45:38 +02:00
librustc_mir_build Use tri-color search for unconditional recursion lint 2020-04-09 21:07:48 -07:00
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_middle: return LocalDefId instead of DefId in get_parent_did 2020-04-10 12:13:54 +01:00
librustc_query_system
librustc_resolve Auto merge of #70909 - marmeladema:issue70853/librustc_hir-local-def-id, r=eddyb 2020-04-09 23:22:23 +00:00
librustc_save_analysis librustc_middle: return LocalDefId instead of DefId in local_def_id_from_node_id 2020-04-10 12:13:54 +01:00
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 Rollup merge of #71069 - marmeladema:dummy-hir-id-obligation-clause, r=eddyb 2020-04-12 23:47:41 +02: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 review comments 2020-04-11 14:34:01 -07:00
librustdoc Rollup merge of #71029 - Mark-Simulacrum:cargo-build, r=Mark-Simulacrum 2020-04-12 14:49:01 +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 Auto merge of #71023 - mati865:mingw-unwind-linking-cleanup, r=Amanieu 2020-04-13 00:59:36 +00:00
tools Auto merge of #71056 - matthiaskrgr:submodule_upd, r=Dylan-DPC 2020-04-13 04:16:08 +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.