rust/src
2020-05-06 19:01:05 -04:00
..
bootstrap Rollup merge of #71819 - jyn514:check-for-tools, r=Mark-Simulacrum 2020-05-06 16:58:57 +02:00
build_helper
ci
doc Rollup merge of #71897 - alexcrichton:embed-bitcode-docs, r=nnethercote 2020-05-05 12:55:13 +02:00
etc
liballoc grammar: simplify to avoid that 2020-05-06 19:01:05 -04:00
libarena
libcore Rollup merge of #71944 - ldm0:arrordhint, r=sfackler 2020-05-06 16:59:04 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc_apfloat
librustc_ast
librustc_ast_lowering
librustc_ast_passes
librustc_ast_pretty
librustc_attr Add build script to rustc_attr because of cfg(version) 2020-05-03 02:42:12 +02:00
librustc_builtin_macros fix typo in function name 2020-05-04 18:27:23 -04:00
librustc_codegen_llvm Rollup merge of #69984 - lenary:lenary/force-uwtables, r=hanna-kruppe 2020-05-05 12:55:08 +02:00
librustc_codegen_ssa Rollup merge of #71269 - Mark-Simulacrum:sat-float-casts, r=nikic 2020-05-06 16:58:50 +02:00
librustc_data_structures perf: Lazily recive the Rollback argument in rollback_to 2020-05-05 11:24:36 +02:00
librustc_driver
librustc_error_codes Add stability attribute to E0539 error examples 2020-05-03 00:25:45 +03:00
librustc_errors
librustc_expand Implement confusable_idents lint. 2020-05-03 02:30:50 +08:00
librustc_feature Implement RFC 2523, #[cfg(version(..))] 2020-05-03 02:42:07 +02:00
librustc_fs_util
librustc_hir
librustc_hir_pretty
librustc_incremental
librustc_index
librustc_infer Restore the snapshot/rollback optimization for region constraints 2020-05-05 11:25:12 +02:00
librustc_interface Rollup merge of #71269 - Mark-Simulacrum:sat-float-casts, r=nikic 2020-05-06 16:58:50 +02:00
librustc_lexer
librustc_lint Rollup merge of #71773 - tshepang:links, r=davidtwco 2020-05-04 16:15:32 +02:00
librustc_llvm Don't skip building LLVM if already built 2020-05-02 18:43:55 -04:00
librustc_macros
librustc_metadata Rollup merge of #71813 - ecstatic-morse:issue-71734, r=tmandry 2020-05-03 14:18:08 +05:30
librustc_middle Rebase and use ena 0.14 2020-05-05 11:25:12 +02:00
librustc_mir Rollup merge of #71893 - ecstatic-morse:dataflow-impls-import, r=jonas-schievink 2020-05-06 16:58:58 +02:00
librustc_mir_build Rollup merge of #71038 - lcnr:dyn_trait_structural_match, r=pnkfelix 2020-05-04 16:15:24 +02:00
librustc_parse Implement confusable_idents lint. 2020-05-03 02:30:50 +08:00
librustc_passes Rollup merge of #71777 - petrochenkov:crtype, r=Mark-Simulacrum 2020-05-02 18:27:39 +02:00
librustc_plugin_impl
librustc_privacy
librustc_query_system Auto merge of #71754 - alexcrichton:no-bitcode-in-cache, r=nnethercote 2020-05-04 14:14:55 +00:00
librustc_resolve resolve: Relax fresh binding disambiguation slightly to fix regression 2020-05-03 17:39:03 +03:00
librustc_save_analysis
librustc_session Rollup merge of #71269 - Mark-Simulacrum:sat-float-casts, r=nikic 2020-05-06 16:58:50 +02:00
librustc_span Support liveness in rustc_peek tests 2020-05-03 11:36:11 -07:00
librustc_symbol_mangling
librustc_target
librustc_trait_selection Rebase and use ena 0.14 2020-05-05 11:25:12 +02:00
librustc_traits
librustc_ty
librustc_typeck Rollup merge of #71269 - Mark-Simulacrum:sat-float-casts, r=nikic 2020-05-06 16:58:50 +02:00
librustdoc Rollup merge of #71787 - tshepang:rustdoc-warnings, r=varkor 2020-05-02 18:27:52 +02:00
libserialize
libstd Rollup merge of #71591 - hermitcore:thread_create, r=hanna-kruppe 2020-05-06 16:58:53 +02:00
libterm
libtest
libunwind Use -fvisibility=hidden for libunwind 2020-05-05 12:41:23 -07:00
llvm-project@3ba91917e5
rtstartup
rustc
rustllvm
stdarch@d10eefc622
test Rollup merge of #71937 - mzohreva:mz/ui-tests-ignore-sgx, r=nikomatsakis 2020-05-06 16:59:02 +02:00
tools Auto merge of #71875 - Xanewok:update-rls, r=tmandry 2020-05-05 23:52:56 +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.