rust/src
2020-03-14 22:52:29 +01:00
..
bootstrap Rollup merge of #69705 - ehuss:toolstate-remove-redundant-beta, r=Mark-Simulacrum 2020-03-12 16:32:15 +01:00
build_helper
ci Rollup merge of #69705 - ehuss:toolstate-remove-redundant-beta, r=Mark-Simulacrum 2020-03-12 16:32:15 +01:00
doc Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum 2020-03-13 22:43:06 +00:00
etc
liballoc Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb 2020-03-14 04:03:26 +09:00
libarena
libcore Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum 2020-03-13 22:43:06 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro Give LexError more descriptive Display impl 2020-03-11 11:57:58 -05:00
libprofiler_builtins
librustc Remove the map field from Map 2020-03-14 22:52:29 +01:00
librustc_apfloat
librustc_ast Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini 2020-03-12 16:32:19 +01:00
librustc_ast_lowering Update krate_attrs and get_module 2020-03-14 22:52:29 +01:00
librustc_ast_passes Rollup merge of #69722 - estebank:negative-impl-span-ast, r=Centril 2020-03-12 16:32:17 +01:00
librustc_ast_pretty Rollup merge of #69722 - estebank:negative-impl-span-ast, r=Centril 2020-03-12 16:32:17 +01:00
librustc_attr
librustc_builtin_macros
librustc_codegen_llvm Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum 2020-03-13 22:43:06 +00:00
librustc_codegen_ssa Update krate_attrs and get_module 2020-03-14 22:52:29 +01:00
librustc_codegen_utils
librustc_data_structures remove lifetimes that can be elided (clippy::needless_lifetimes) 2020-03-12 20:03:09 +01:00
librustc_driver Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb 2020-03-14 04:03:26 +09:00
librustc_error_codes Rollup merge of #69974 - GuillaumeGomez:cleanup-e0434, r=Dylan-DPC 2020-03-14 04:03:37 +09:00
librustc_errors rustc_errors: Use ensure_source_file_source_present where necessary. 2020-03-10 07:26:27 +01:00
librustc_expand Store TokenStream in rmeta::MacroDef. 2020-03-10 07:26:27 +01:00
librustc_feature Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison 2020-03-10 06:47:47 +01:00
librustc_fs_util
librustc_hir Update visit_item_likes_in_module 2020-03-14 22:52:29 +01:00
librustc_incremental Update visit_item_likes_in_module 2020-03-14 22:52:29 +01:00
librustc_index
librustc_infer Trim dependencies and features. 2020-03-14 14:18:15 +01:00
librustc_interface Collect the new maps 2020-03-14 22:52:28 +01:00
librustc_lexer
librustc_lint Update krate_attrs and get_module 2020-03-14 22:52:29 +01:00
librustc_llvm
librustc_macros Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddyb 2020-03-10 17:12:48 +00:00
librustc_metadata Update visit_item_likes_in_module 2020-03-14 22:52:29 +01:00
librustc_mir Make downstream crates compile. 2020-03-14 14:17:43 +01:00
librustc_mir_build Make downstream crates compile. 2020-03-14 14:17:43 +01:00
librustc_parse Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddyb 2020-03-14 04:03:26 +09:00
librustc_passes Update krate_attrs and get_module 2020-03-14 22:52:29 +01:00
librustc_plugin_impl
librustc_privacy
librustc_resolve Trim dependencies and features. 2020-03-14 14:18:15 +01:00
librustc_save_analysis Rollup merge of #69722 - estebank:negative-impl-span-ast, r=Centril 2020-03-12 16:32:17 +01:00
librustc_session [Miri] Use a session variable instead of checking for an env var always 2020-03-10 18:18:04 -04:00
librustc_span Update visit_item_likes_in_module 2020-03-14 22:52:29 +01:00
librustc_target Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum 2020-03-13 22:43:06 +00:00
librustc_trait_selection Update krate_attrs and get_module 2020-03-14 22:52:29 +01:00
librustc_traits Make downstream crates compile. 2020-03-14 14:17:43 +01:00
librustc_ty Make downstream crates compile. 2020-03-14 14:17:43 +01:00
librustc_typeck Make downstream crates compile. 2020-03-14 14:17:43 +01:00
librustdoc Update krate_attrs and get_module 2020-03-14 22:52:29 +01:00
libserialize
libstd Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum 2020-03-13 22:43:06 +00:00
libterm
libtest Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC 2020-03-14 04:03:24 +09:00
libunwind
llvm-project@9f65ad0573
rtstartup
rustc
rustllvm librustc_codegen_llvm: Use slices instead of 0-terminated strings 2020-03-11 08:10:21 +01:00
stdarch@dea57529b3
test Auto merge of #69744 - ecstatic-morse:fix-enum-discr-effect-test, r=oli-obk 2020-03-14 08:26:54 +00:00
tools Auto merge of #69923 - matthiaskrgr:submodule_upd, r=Dylan-DPC 2020-03-14 13:28:50 +00:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
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.