rust/src
2020-01-26 17:18:54 +02:00
..
bootstrap Rollup merge of #68500 - Mark-Simulacrum:fix-bootstrap-clearing, r=alexcrichton 2020-01-24 00:31:02 -08:00
build_helper
ci for now, do not build rust-std for the armv7a-none-eabihf target 2020-01-21 17:18:37 +01:00
doc Update cargo, books 2020-01-21 09:55:43 -08:00
etc
liballoc Rollup merge of #67686 - ssomers:keys_start_slasher, r=Mark-Simulacrum 2020-01-21 19:42:17 +01:00
libarena
libcore Use Self instead of self return type 2020-01-24 17:43:57 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #68545 - estebank:verbose-bound-display, r=petrochenkov 2020-01-26 11:48:34 +00:00
librustc_apfloat
librustc_ast_lowering Rollup merge of #68416 - Centril:lowering-cleanup-hofs, r=pietroalbini 2020-01-21 19:42:28 +01:00
librustc_ast_passes Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk 2020-01-21 19:42:20 +01:00
librustc_builtin_macros Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk 2020-01-21 19:42:20 +01:00
librustc_codegen_llvm Add projection query for upstream drop-glue instances. 2020-01-23 16:56:59 +01:00
librustc_codegen_ssa Auto merge of #68414 - michaelwoerister:share-drop-glue, r=alexcrichton 2020-01-24 14:00:56 +00:00
librustc_codegen_utils Rollup merge of #68111 - varkor:const-generics-type_name, r=oli-obk 2020-01-25 07:45:10 +09:00
librustc_data_structures unused-parens: implement for block return values 2020-01-23 00:42:35 -05:00
librustc_driver
librustc_error_codes Rollup merge of #68540 - GuillaumeGomez:err-codes-cleanup-e0229-e0261, r=Dylan-DPC 2020-01-26 06:37:24 +09:00
librustc_errors Auto merge of #68522 - estebank:impl-trait-sugg-2, r=oli-obk 2020-01-26 08:36:23 +00:00
librustc_expand
librustc_feature
librustc_fs_util
librustc_hir Add -Z no-link flag 2020-01-23 11:00:36 +11:00
librustc_incremental
librustc_index
librustc_interface Privatize private fields of OutputFilenames 2020-01-22 08:10:05 +09:00
librustc_lexer
librustc_lint Don't use ExpnKind::descr to get the name of a bang macro. 2020-01-26 17:18:54 +02:00
librustc_llvm
librustc_macros
librustc_metadata Auto merge of #68448 - maurer:dyn-cdylib, r=alexcrichton 2020-01-25 07:49:40 +00:00
librustc_mir Rollup merge of #68111 - varkor:const-generics-type_name, r=oli-obk 2020-01-25 07:45:10 +09:00
librustc_mir_build Auto merge of #68494 - matthewjasper:internal-static-ptrs, r=nikomatsakis 2020-01-24 17:18:36 +00:00
librustc_parse Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk 2020-01-21 19:42:20 +01:00
librustc_passes
librustc_plugin_impl
librustc_privacy Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk 2020-01-21 19:42:20 +01:00
librustc_resolve Auto merge of #68267 - estebank:lt-sugg, r=petrochenkov 2020-01-21 06:28:33 +00:00
librustc_save_analysis Don't use ExpnKind::descr to get the name of a bang macro. 2020-01-26 17:18:54 +02:00
librustc_session Rollup merge of #68473 - nopsledder:rust_sanitizer_fuchsia, r=alexcrichton 2020-01-24 00:30:58 -08:00
librustc_span Don't use ExpnKind::descr to get the name of a bang macro. 2020-01-26 17:18:54 +02:00
librustc_target Rollup merge of #68361 - t6:patch-freebsd-lld-i386, r=alexcrichton 2020-01-22 16:02:11 -08:00
librustc_traits
librustc_ty
librustc_typeck Auto merge of #68494 - matthewjasper:internal-static-ptrs, r=nikomatsakis 2020-01-24 17:18:36 +00:00
librustdoc Auto merge of #68192 - GuillaumeGomez:remove-inlined-types, r=kinnison 2020-01-22 18:04:56 +00:00
libserialize
libstd Rollup merge of #68515 - Wind-River:master_2020, r=alexcrichton 2020-01-25 07:45:18 +09:00
libsyntax unused-parens: implement for block return values 2020-01-23 00:42:35 -05:00
libterm
libtest
libunwind
llvm-project@a56b846ec7 New fix 2020-01-24 11:12:33 -08:00
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Auto merge of #68545 - estebank:verbose-bound-display, r=petrochenkov 2020-01-26 11:48:34 +00:00
tools Don't use ExpnKind::descr to get the name of a bang macro. 2020-01-26 17:18:54 +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 guide.