rust/src
2020-05-06 16:48:52 +08:00
..
bootstrap Auto merge of #71815 - Mark-Simulacrum:no-llvm-rebuild, r=jonas-schievink 2020-05-03 02:58:00 +00:00
build_helper
ci
doc Implement RFC 2523, #[cfg(version(..))] 2020-05-03 02:42:07 +02:00
etc
liballoc
libarena
libcore Rollup merge of #71398 - ThinkChaos:feat_refcell_take, r=LukasKalbertodt 2020-05-03 18:34:34 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc_apfloat
librustc_ast Rollup merge of #71762 - tshepang:typo, r=jonas-schievink 2020-05-01 23:16:40 +02:00
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 rustdoc warnings 2020-05-02 10:41:04 +02:00
librustc_codegen_llvm Rollup merge of #71787 - tshepang:rustdoc-warnings, r=varkor 2020-05-02 18:27:52 +02:00
librustc_codegen_ssa Add MutatingUseContext::Yield 2020-05-03 11:36:11 -07:00
librustc_data_structures fix rustdoc warnings 2020-05-02 10:41:04 +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 fix rustdoc warnings 2020-05-02 10:41:04 +02:00
librustc_hir_pretty
librustc_incremental
librustc_index
librustc_infer Rollup merge of #71806 - lcnr:patch-3, r=jonas-schievink 2020-05-03 14:18:04 +05:30
librustc_interface Auto merge of #71631 - RalfJung:miri-unleash-the-gates, r=oli-obk 2020-05-03 22:54:55 +00:00
librustc_lexer
librustc_lint Rollup merge of #71542 - crlf0710:confusable_idents, r=petrochenkov 2020-05-03 14:18:02 +05:30
librustc_llvm Don't skip building LLVM if already built 2020-05-02 18:43:55 -04:00
librustc_macros Monomorphise load_from_disk_and_cache_in_memory. 2020-05-01 14:29:35 +02:00
librustc_metadata Rollup merge of #71813 - ecstatic-morse:issue-71734, r=tmandry 2020-05-03 14:18:08 +05:30
librustc_middle make yield span optional 2020-05-05 23:24:34 +08:00
librustc_mir Auto merge of #71866 - Dylan-DPC:rollup-g9xqc8k, r=Dylan-DPC 2020-05-04 01:48:07 +00:00
librustc_mir_build fix rustdoc warnings 2020-05-02 10:41:04 +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 Restrict access. 2020-05-01 15:10:45 +02:00
librustc_resolve fix rustdoc warnings 2020-05-02 10:41:04 +02:00
librustc_save_analysis
librustc_session Auto merge of #71631 - RalfJung:miri-unleash-the-gates, r=oli-obk 2020-05-03 22:54:55 +00: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 filter upvars that cause trait obligation 2020-05-06 16:48:52 +08:00
librustc_traits Remove leftover chalk types 2020-05-01 14:39:05 -04:00
librustc_ty fix rustdoc warnings 2020-05-02 10:41:04 +02:00
librustc_typeck don't record upvars into generator interior 2020-05-06 16:46:37 +08:00
librustdoc Rollup merge of #71787 - tshepang:rustdoc-warnings, r=varkor 2020-05-02 18:27:52 +02:00
libserialize Update src/libserialize/json.rs 2020-05-02 08:51:54 +02:00
libstd Rollup merge of #71398 - ThinkChaos:feat_refcell_take, r=LukasKalbertodt 2020-05-03 18:34:34 +02:00
libterm
libtest
libunwind
llvm-project@3ba91917e5
rtstartup
rustc
rustllvm
stdarch@d10eefc622
test record upvar into GeneratorInteriorTypeCause 2020-05-05 23:35:45 +08:00
tools Update clippy lint 2020-05-03 11:41:03 -07: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.