rust/src
2020-04-28 23:54:47 +02:00
..
bootstrap
build_helper
ci
doc Rollup merge of #71641 - ehuss:update-books, r=ehuss 2020-04-28 17:55:50 +02:00
etc
liballoc Rollup merge of #71589 - RalfJung:unique-no-shr, r=SimonSapin 2020-04-27 03:26:18 +02:00
libarena
libcore Rollup merge of #71589 - RalfJung:unique-no-shr, r=SimonSapin 2020-04-27 03:26:18 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro Rollup merge of #68716 - petrochenkov:stabmixed, r=dtolnay 2020-04-27 03:26:05 +02:00
libprofiler_builtins
librustc_apfloat
librustc_ast
librustc_ast_lowering
librustc_ast_passes
librustc_ast_pretty
librustc_attr
librustc_builtin_macros
librustc_codegen_llvm Auto merge of #71292 - marmeladema:queries-local-def-id, r=eddyb 2020-04-28 05:01:27 +00:00
librustc_codegen_ssa Change return type of entry_fn query to return a LocalDefId 2020-04-27 23:58:11 +01:00
librustc_data_structures
librustc_driver fix more clippy warnings 2020-04-26 02:24:01 +02:00
librustc_error_codes
librustc_errors Rollup merge of #71489 - spastorino:fix-treat-err-as-bug-handling, r=eddyb 2020-04-28 13:12:14 +02:00
librustc_expand
librustc_feature
librustc_fs_util
librustc_hir Fix broken link in QPath documentation 2020-04-26 22:32:14 +02:00
librustc_hir_pretty
librustc_incremental
librustc_index
librustc_infer Rollup merge of #71311 - estebank:fn-type-param, r=varkor 2020-04-28 13:12:09 +02:00
librustc_interface Auto merge of #71292 - marmeladema:queries-local-def-id, r=eddyb 2020-04-28 05:01:27 +00:00
librustc_lexer Revert "Rollup merge of #71372 - ayushmishra2005:shebang_stripping, r=estebank" 2020-04-28 13:02:58 +03:00
librustc_lint Accept LocalDefId as key for lint_mod query 2020-04-27 23:55:41 +01:00
librustc_llvm
librustc_macros
librustc_metadata Return a FxHashSet<LocalDefId> from mir_keys query 2020-04-27 21:50:17 +01:00
librustc_middle Accept LocalDefId as key for check_impl_item_well_formed query 2020-04-27 23:58:11 +01:00
librustc_mir clarify comment 2020-04-28 23:54:47 +02:00
librustc_mir_build Accept LocalDefId as argument for mir_build::lint::check 2020-04-27 23:55:41 +01:00
librustc_parse
librustc_passes Change return type of entry_fn query to return a LocalDefId 2020-04-27 23:58:11 +01:00
librustc_plugin_impl
librustc_privacy Accept LocalDefId as key for check_mod_privacy query 2020-04-27 23:55:41 +01:00
librustc_query_system
librustc_resolve Rollup merge of #71438 - estebank:resolve-sugg-tiny, r=petrochenkov 2020-04-27 03:26:17 +02:00
librustc_save_analysis Accept LocalDefId as keyt for names_imported_by_glob_use 2020-04-27 21:50:17 +01:00
librustc_session rustc_target: Stop using "string typing" for TLS models 2020-04-26 23:36:00 +03:00
librustc_span Rollup merge of #71263 - shlevy:FileLoader-remove-abs_path, r=Xanewok 2020-04-27 03:26:11 +02:00
librustc_symbol_mangling
librustc_target rustc_target: Stop using "string typing" for TLS models 2020-04-26 23:36:00 +03:00
librustc_trait_selection Use LocalDefId in typeck_tables_of and used_trait_imports queries 2020-04-27 21:50:17 +01:00
librustc_traits
librustc_ty
librustc_typeck Auto merge of #71292 - marmeladema:queries-local-def-id, r=eddyb 2020-04-28 05:01:27 +00:00
librustdoc Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddyb 2020-04-26 01:00:13 +02:00
libserialize
libstd Rollup merge of #67841 - sfackler:can-vector, r=Amaneiu 2020-04-27 22:14:55 +02:00
libterm
libtest
libunwind
llvm-project@9f9da27fbd
rtstartup
rustc
rustllvm codegen_llvm: RelocMode -> RelocModel 2020-04-26 11:18:48 +03:00
stdarch@d10eefc622
test add test for const-ref-to-cross-crate-mutable-static 2020-04-28 23:49:36 +02:00
tools Rollup merge of #71456 - mzohreva:mz/sgx-no-dylib, r=nikomatsakis 2020-04-28 17:55:44 +02: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.