rust/src
2020-06-30 11:15:28 +02:00
..
bootstrap Auto merge of #73671 - ehuss:update-mdbook, r=Mark-Simulacrum 2020-06-27 20:14:34 +00:00
build_helper
ci Auto merge of #73671 - ehuss:update-mdbook, r=Mark-Simulacrum 2020-06-27 20:14:34 +00:00
doc Remove const_if_match from unstable book 2020-06-28 10:08:10 -07:00
etc
liballoc Remove const_if_match feature gate from libraries 2020-06-28 10:08:09 -07:00
libcore Auto merge of #73032 - yoshuawuyts:stabilize-leading_trailing_ones, r=Amanieu 2020-06-29 00:43:19 +00:00
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc_apfloat
librustc_arena
librustc_ast Remove const_if_match feature gate from libraries 2020-06-28 10:08:09 -07:00
librustc_ast_lowering Rollup merge of #73813 - petrochenkov:restrait, r=davidtwco 2020-06-28 08:30:31 -07:00
librustc_ast_passes
librustc_ast_pretty
librustc_attr
librustc_builtin_macros Rename two Resolver traits 2020-06-27 23:51:28 +03:00
librustc_codegen_llvm Rollup merge of #73525 - cuviper:llvm11, r=nikic 2020-06-27 22:29:54 -07:00
librustc_codegen_ssa Rollup merge of #73525 - cuviper:llvm11, r=nikic 2020-06-27 22:29:54 -07:00
librustc_data_structures
librustc_driver
librustc_error_codes
librustc_errors Rollup merge of #73763 - davidtwco:terminal-width-json-emitter, r=estebank 2020-06-27 22:30:01 -07:00
librustc_expand Rename two Resolver traits 2020-06-27 23:51:28 +03:00
librustc_feature Mark const_loop feature gate as accepted 2020-06-28 10:08:11 -07:00
librustc_fs_util
librustc_graphviz
librustc_hir Remove const_if_match feature gate from libraries 2020-06-28 10:08:09 -07:00
librustc_hir_pretty
librustc_incremental
librustc_index Remove const_if_match feature gate from libraries 2020-06-28 10:08:09 -07:00
librustc_infer Auto merge of #72437 - ecstatic-morse:stabilize-const-if-match, r=oli-obk 2020-06-28 20:47:52 +00:00
librustc_interface
librustc_lexer
librustc_lint Rollup merge of #73817 - jumbatm:rename-to-clashing-extern-declarations, r=petrochenkov 2020-06-28 08:30:33 -07:00
librustc_llvm
librustc_macros
librustc_metadata
librustc_middle Stabilize casts and coercions to &[T] in const fn 2020-06-30 11:15:28 +02:00
librustc_mir Stabilize casts and coercions to &[T] in const fn 2020-06-30 11:15:28 +02:00
librustc_mir_build Remove const_if_match feature gate from libraries 2020-06-28 10:08:09 -07:00
librustc_parse
librustc_parse_format
librustc_passes Use LocalDefId in HIR const-checker 2020-06-28 10:13:04 -07:00
librustc_plugin_impl
librustc_privacy
librustc_query_system Remove const_if_match feature gate from libraries 2020-06-28 10:08:09 -07:00
librustc_resolve Rename two Resolver traits 2020-06-27 23:51:28 +03:00
librustc_save_analysis
librustc_serialize
librustc_session
librustc_span Remove const_if_match feature gate from libraries 2020-06-28 10:08:09 -07:00
librustc_symbol_mangling
librustc_target Remove const_if_match feature gate from libraries 2020-06-28 10:08:09 -07:00
librustc_trait_selection
librustc_traits
librustc_ty
librustc_typeck Rollup merge of #73796 - lcnr:LocalDefId, r=matthewjasper 2020-06-27 22:30:03 -07:00
librustdoc Rollup merge of #73763 - davidtwco:terminal-width-json-emitter, r=estebank 2020-06-27 22:30:01 -07:00
libstd Rollup merge of #73826 - cjrh:cjrh-patch-1, r=jonas-schievink 2020-06-28 08:30:34 -07:00
libterm
libtest
libunwind
llvm-project@0ddefeca92
rtstartup
rustc
rustllvm
stdarch@45340c0e2f
test Stabilize casts and coercions to &[T] in const fn 2020-06-30 11:15:28 +02:00
tools Update tests 2020-06-28 10:08:12 -07: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.