rust/src
2020-07-16 19:36:49 -04:00
..
bootstrap apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
build_helper
ci Rollup merge of #74294 - msirringhaus:master, r=pietroalbini 2020-07-15 11:01:24 -07:00
doc Rollup merge of #74135 - ehuss:update-books, r=ehuss 2020-07-10 23:26:51 -07:00
etc Rollup merge of #73715 - MaulingMonkey:pr-natvis-tuples, r=Amanieu 2020-07-11 08:53:13 -07:00
liballoc apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
libcore apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
libpanic_abort apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
libpanic_unwind apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
libproc_macro
libprofiler_builtins Prepare for LLVM 11 2020-06-25 18:52:41 -07:00
librustc_apfloat Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
librustc_arena Rollup merge of #73378 - matthewjasper:arena-not-special, r=oli-obk 2020-06-20 14:45:00 -07:00
librustc_ast apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
librustc_ast_lowering Suggest borrowing in more unsized fn param cases 2020-07-14 10:50:24 -07:00
librustc_ast_passes Record span of const kw in GenericParamKind 2020-06-23 09:25:46 -07:00
librustc_ast_pretty Auto merge of #74175 - nnethercote:more-static-symbols, r=oli-obk 2020-07-15 00:16:25 +00:00
librustc_attr Add and use more static symbols. 2020-07-15 08:42:59 +10:00
librustc_builtin_macros Add and use more static symbols. 2020-07-15 08:42:59 +10:00
librustc_codegen_llvm Undo the const_str changes from the previous commit. 2020-07-15 14:38:00 +10:00
librustc_codegen_ssa Auto merge of #74113 - lcnr:type-dependent-consts-2, r=eddyb 2020-07-15 12:49:25 +00:00
librustc_data_structures Rollup merge of #73984 - pierwill:pierwill-tarjan, r=jonas-schievink 2020-07-03 17:17:05 -07:00
librustc_driver apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
librustc_error_codes Rollup merge of #73959 - GuillaumeGomez:cleanup-e0716, r=Dylan-DPC 2020-07-15 11:01:11 -07:00
librustc_errors apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
librustc_expand Remove lots of Symbol::as_str() calls. 2020-07-15 09:01:35 +10:00
librustc_feature Rollup merge of #72920 - oli-obk:const_transmute, r=RalfJung 2020-07-11 08:53:06 -07:00
librustc_fs_util
librustc_graphviz Rename the crates in source code 2020-06-02 20:42:54 +03:00
librustc_hir apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
librustc_hir_pretty Remove lots of Symbol::as_str() calls. 2020-07-15 09:01:35 +10:00
librustc_incremental mir_built is a lie 2020-07-15 12:58:32 +02:00
librustc_index apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
librustc_infer apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
librustc_interface Rollup merge of #74347 - jyn514:ive-got-a-small-query-for-you, r=eddyb 2020-07-15 11:01:29 -07:00
librustc_lexer Rollup merge of #73856 - pierwill:pierwill-lexer-doc, r=jonas-schievink 2020-07-06 17:45:17 -07:00
librustc_lint apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
librustc_llvm apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
librustc_macros Enforce the static symbol order. 2020-07-16 16:53:24 +10:00
librustc_metadata Auto merge of #74113 - lcnr:type-dependent-consts-2, r=eddyb 2020-07-15 12:49:25 +00:00
librustc_middle apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
librustc_mir apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
librustc_mir_build apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
librustc_parse Rollup merge of #74337 - estebank:ty-parse-recovery, r=varkor 2020-07-15 11:01:26 -07:00
librustc_parse_format Eliminate confusing "globals" terminology. 2020-07-09 14:11:44 +10:00
librustc_passes apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
librustc_plugin_impl Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. 2020-07-05 23:00:14 +03:00
librustc_privacy apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
librustc_query_system apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
librustc_resolve Auto merge of #74175 - nnethercote:more-static-symbols, r=oli-obk 2020-07-15 00:16:25 +00:00
librustc_save_analysis apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
librustc_serialize Use min_specialization in the remaining rustc crates 2020-06-10 09:05:52 +01:00
librustc_session Remove lots of Symbol::as_str() calls. 2020-07-15 09:01:35 +10:00
librustc_span apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
librustc_symbol_mangling Change SymbolName::name to a &str. 2020-07-15 14:37:55 +10:00
librustc_target apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
librustc_trait_selection Rename sym::item_context as sym::ItemContext. 2020-07-16 16:53:31 +10:00
librustc_traits Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. 2020-07-05 23:00:14 +03:00
librustc_ty WithOptConstParam::dummy -> WithOptConstParam::unknown 2020-07-15 13:06:47 +02:00
librustc_typeck WithOptConstParam::dummy -> WithOptConstParam::unknown 2020-07-15 13:06:47 +02:00
librustdoc Rollup merge of #74218 - GuillaumeGomez:search-results-bottom-margin, r=Dylan-DPC 2020-07-15 11:01:18 -07:00
libstd apply bootstrap cfgs 2020-07-16 19:36:49 -04:00
libterm
libtest Move libstd's default feature to libtest 2020-07-15 11:37:46 -07:00
libunwind Update libunwind build process for x86_64-fortanix-unknown-sgx target 2020-06-24 11:28:41 +02:00
llvm-project@86b120e6f3 Update llvm-project to latest origin/rustc/10.0-2020-05-05 commit which includes LVI segfault fix 2020-07-12 18:49:14 +00:00
rtstartup
rustc
rustllvm Rollup merge of #73715 - MaulingMonkey:pr-natvis-tuples, r=Amanieu 2020-07-11 08:53:13 -07:00
stdarch@45340c0e2f Update stdarch submodule to latest head 2020-05-31 00:12:59 +02:00
test Auto merge of #72481 - marmeladema:duration-consts-2, r=oli-obk 2020-07-16 13:35:09 +00:00
tools Auto merge of #74113 - lcnr:type-dependent-consts-2, r=eddyb 2020-07-15 12:49:25 +00:00
README.md
stage0.txt Bump to 1.47 2020-07-16 19:36:49 -04:00

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.