rust/src
2020-07-16 12:46:35 +02:00
..
bootstrap Rollup merge of #72973 - msizanoen1:riscv-host, r=pietroalbini 2020-07-15 11:01:02 -07: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 Remove unnecessary type hints from the Wake impl 2020-07-14 11:59:11 +02:00
libcore Rollup merge of #74344 - estebank:stringly-wobbly, r=eddyb 2020-07-15 11:01:28 -07:00
libpanic_abort lints: add improper_ctypes_definitions 2020-06-24 12:09:35 +01:00
libpanic_unwind lints: add improper_ctypes_definitions 2020-06-24 12:09:35 +01:00
libproc_macro
libprofiler_builtins Prepare for LLVM 11 2020-06-25 18:52:41 -07:00
librustc_apfloat
librustc_arena Rollup merge of #73378 - matthewjasper:arena-not-special, r=oli-obk 2020-06-20 14:45:00 -07:00
librustc_ast Remove lots of Symbol::as_str() calls. 2020-07-15 09:01:35 +10: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 Add and use more static symbols. 2020-07-15 08:42:59 +10:00
librustc_error_codes Rollup merge of #73959 - GuillaumeGomez:cleanup-e0716, r=Dylan-DPC 2020-07-15 11:01:11 -07:00
librustc_errors Rollup merge of #74079 - nnethercote:session-globals, r=nikomatsakis 2020-07-09 11:50:32 -07: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
librustc_hir improve DiscriminantKind handling 2020-07-15 10:20:44 +02: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 Use ArrayVec in SparseBitSet. 2020-07-14 10:31:54 +10:00
librustc_infer improve naming 2020-07-15 13:06:47 +02: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 Auto merge of #74175 - nnethercote:more-static-symbols, r=oli-obk 2020-07-15 00:16:25 +00:00
librustc_llvm RISC-V GNU/Linux as host platform 2020-07-11 17:30:02 +07:00
librustc_macros
librustc_metadata Auto merge of #74113 - lcnr:type-dependent-consts-2, r=eddyb 2020-07-15 12:49:25 +00:00
librustc_middle Rollup merge of #74353 - pierwill:pierwill-edit-dep-node, r=jonas-schievink 2020-07-15 11:01:31 -07:00
librustc_mir Auto merge of #74113 - lcnr:type-dependent-consts-2, r=eddyb 2020-07-15 12:49:25 +00:00
librustc_mir_build WithOptConstParam::dummy -> WithOptConstParam::unknown 2020-07-15 13:06:47 +02: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 Add and use more static symbols. 2020-07-15 08:42:59 +10: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 Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. 2020-07-05 23:00:14 +03:00
librustc_query_system Remove const_if_match feature gate from libraries 2020-06-28 10:08:09 -07: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 Remove lots of Symbol::as_str() calls. 2020-07-15 09:01:35 +10:00
librustc_serialize
librustc_session Remove lots of Symbol::as_str() calls. 2020-07-15 09:01:35 +10:00
librustc_span Rollup merge of #74344 - estebank:stringly-wobbly, r=eddyb 2020-07-15 11:01:28 -07:00
librustc_symbol_mangling Change SymbolName::name to a &str. 2020-07-15 14:37:55 +10:00
librustc_target don't mark linux kernel module targets as a unix environment 2020-07-11 17:20:33 -04:00
librustc_trait_selection Rollup merge of #74344 - estebank:stringly-wobbly, r=eddyb 2020-07-15 11:01:28 -07: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 Rollup merge of #74291 - regexident:from-docs, r=GuillaumeGomez 2020-07-15 11:01:22 -07:00
libterm
libtest
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
test add regression test for #74255 2020-07-16 12:46:35 +02: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 Update bootstrap to rustc 1.45.0-beta.2 (1dc0f6d8e 2020-06-15) 2020-06-20 11:13:47 -07: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.