rust/src
2020-05-19 10:25:13 +02:00
..
bootstrap bootstrap: fix typo 2020-05-17 11:41:20 +02:00
build_helper
ci Update pacman first 2020-05-18 20:38:59 +02:00
doc update libcore, add discriminant_kind lang-item 2020-05-19 10:12:35 +02:00
etc
liballoc Auto merge of #72204 - RalfJung:abort, r=Mark-Simulacrum 2020-05-17 12:49:01 +00:00
libarena
libcore update libcore, add discriminant_kind lang-item 2020-05-19 10:12:35 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind make abort intrinsic safe, and correct its documentation 2020-05-17 11:23:42 +02:00
libproc_macro Rollup merge of #72233 - dtolnay:literal, r=petrochenkov 2020-05-17 01:51:30 +02:00
libprofiler_builtins
librustc_apfloat
librustc_ast Rollup merge of #72047 - Julian-Wollersberger:literal_error_reporting_cleanup, r=petrochenkov 2020-05-16 19:46:31 +02:00
librustc_ast_lowering
librustc_ast_passes Disallow forbidden usage of non-ascii identifiers. 2020-05-17 01:31:18 +08:00
librustc_ast_pretty
librustc_attr
librustc_builtin_macros update discriminant_value usage in the compiler 2020-05-19 10:25:13 +02:00
librustc_codegen_llvm update codegen of discriminant_value 2020-05-19 10:25:13 +02:00
librustc_codegen_ssa Auto merge of #72208 - tmandry:fix-fuchsia-solink, r=Mark-Simulacrum 2020-05-17 05:58:54 +00:00
librustc_data_structures Auto merge of #72079 - semarie:openbsd-stacker, r=Mark-Simulacrum 2020-05-16 03:55:49 +00:00
librustc_driver
librustc_error_codes Rollup merge of #72259 - crlf0710:ascii_only_check, r=petrochenkov 2020-05-17 16:24:26 +02:00
librustc_errors
librustc_expand Auto merge of #68717 - petrochenkov:stabexpat, r=varkor 2020-05-19 03:11:32 +00:00
librustc_feature merge lazy_normalization_consts into const_generics 2020-05-17 11:06:35 +02:00
librustc_fs_util
librustc_hir update libcore, add discriminant_kind lang-item 2020-05-19 10:12:35 +02:00
librustc_hir_pretty
librustc_incremental
librustc_index
librustc_infer Logically seperate lazy norm from const_generics 2020-05-17 11:06:35 +02:00
librustc_interface rustc_target: Stop using "string typing" for code models 2020-05-16 12:02:11 +03:00
librustc_lexer
librustc_lint Assume unevaluated consts are equal to the other consts and add ConstEquate obligation. This delays 2020-05-17 11:01:02 +02:00
librustc_llvm
librustc_macros
librustc_metadata
librustc_middle update discriminant_value usage in the compiler 2020-05-19 10:25:13 +02:00
librustc_mir update codegen of discriminant_value 2020-05-19 10:25:13 +02:00
librustc_mir_build
librustc_parse Rollup merge of #72254 - ehuss:double-backtick, r=dtolnay 2020-05-16 19:46:37 +02:00
librustc_passes
librustc_plugin_impl
librustc_privacy
librustc_query_system
librustc_resolve
librustc_save_analysis
librustc_session Auto merge of #72248 - petrochenkov:codemodel, r=Amanieu 2020-05-17 21:22:48 +00:00
librustc_span merge lazy_normalization_consts into const_generics 2020-05-17 11:06:35 +02:00
librustc_symbol_mangling
librustc_target rustc_target: Stop using "string typing" for code models 2020-05-16 12:02:11 +03:00
librustc_trait_selection auto implDiscriminantKind for every type 2020-05-19 10:25:13 +02:00
librustc_traits chalk 2020-05-17 11:06:35 +02:00
librustc_ty auto implDiscriminantKind for every type 2020-05-19 10:25:13 +02:00
librustc_typeck update codegen of discriminant_value 2020-05-19 10:25:13 +02:00
librustdoc Assume unevaluated consts are equal to the other consts and add ConstEquate obligation. This delays 2020-05-17 11:01:02 +02:00
libserialize
libstd Auto merge of #72289 - RalfJung:abort_internal, r=Mark-Simulacrum 2020-05-18 11:11:19 +00:00
libterm
libtest
libunwind
llvm-project@3ba91917e5
rtstartup
rustc
rustllvm Auto merge of #72248 - petrochenkov:codemodel, r=Amanieu 2020-05-17 21:22:48 +00:00
stdarch@ec6fccd34c
test Auto merge of #68717 - petrochenkov:stabexpat, r=varkor 2020-05-19 03:11:32 +00:00
tools Auto merge of #68717 - petrochenkov:stabexpat, r=varkor 2020-05-19 03:11:32 +00: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.