rust/src
Dylan DPC ecef6c7c80
Rollup merge of #71545 - Askaholic:patch-1, r=jonas-schievink
Fix comment in docstring example for Error::kind

Saw it while reading the docs.
2020-04-25 18:30:32 +02:00
..
bootstrap Auto merge of #71458 - ecstatic-morse:bootstrap-cfg-doc, r=Mark-Simulacrum 2020-04-25 07:26:17 +00:00
build_helper
ci
doc
etc
liballoc Rollup merge of #71168 - SimonSapin:into_raw_non_null, r=Amanieu 2020-04-25 18:30:29 +02:00
libarena
libcore Rollup merge of #69813 - thomcc:nonzero-bitor, r=Amanieu 2020-04-25 18:30:24 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro proc_macro: Stabilize Span::resolved_at and Span::located_at 2020-04-25 14:59:09 +03:00
libprofiler_builtins
librustc_apfloat
librustc_ast
librustc_ast_lowering Rollup merge of #71494 - flip1995:while_let_span, r=petrochenkov 2020-04-25 11:25:50 +02:00
librustc_ast_passes
librustc_ast_pretty
librustc_attr Avoid unused Option::map results 2020-04-24 13:58:41 -07:00
librustc_builtin_macros
librustc_codegen_llvm Address comments from review 2020-04-23 23:14:07 +01:00
librustc_codegen_ssa Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-Simulacrum 2020-04-25 18:30:30 +02:00
librustc_data_structures
librustc_driver librustc_middle: return LocalDefId instead of DefId in local_def_id 2020-04-23 23:14:07 +01:00
librustc_error_codes Rollup merge of #71426 - contrun:fix-e0751-explanation, r=estebank 2020-04-24 02:47:35 +02:00
librustc_errors Replace filter_map().next() calls with find_map() 2020-04-24 20:03:45 -07:00
librustc_expand Avoid unused Option::map results 2020-04-24 13:58:41 -07:00
librustc_feature
librustc_fs_util
librustc_hir Avoid unused Option::map results 2020-04-24 13:58:41 -07:00
librustc_hir_pretty
librustc_incremental librustc_middle: return LocalDefId instead of DefId in local_def_id 2020-04-23 23:14:07 +01:00
librustc_index
librustc_infer Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-Simulacrum 2020-04-25 18:30:30 +02:00
librustc_interface Replace filter_map().next() calls with find_map() 2020-04-24 20:03:45 -07:00
librustc_lexer
librustc_lint Quick and dirty fix of the unused_braces lint 2020-04-24 19:15:06 +02:00
librustc_llvm
librustc_macros
librustc_metadata Avoid unused Option::map results 2020-04-24 13:58:41 -07:00
librustc_middle Replace filter_map().next() calls with find_map() 2020-04-24 20:03:45 -07:00
librustc_mir Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-Simulacrum 2020-04-25 18:30:30 +02:00
librustc_mir_build Avoid unused Option::map results 2020-04-24 13:58:41 -07:00
librustc_parse Avoid unused Option::map results 2020-04-24 13:58:41 -07:00
librustc_passes Avoid unused Option::map results 2020-04-24 13:58:41 -07:00
librustc_plugin_impl librustc_middle: return LocalDefId instead of DefId in local_def_id 2020-04-23 23:14:07 +01:00
librustc_privacy Address comments from review 2020-04-23 23:14:07 +01:00
librustc_query_system Avoid unused Option::map results 2020-04-24 13:58:41 -07:00
librustc_resolve Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-Simulacrum 2020-04-25 18:30:30 +02:00
librustc_save_analysis
librustc_session Rollup merge of #71408 - GuillaumeGomez:check-code-blocks-tags, r=kinnison 2020-04-23 20:35:01 +02:00
librustc_span
librustc_symbol_mangling Modify as_local_hir_id to return a bare HirId 2020-04-23 23:14:07 +01:00
librustc_target Avoid unused Option::map results 2020-04-24 13:58:41 -07:00
librustc_trait_selection Auto merge of #71215 - marmeladema:issue70853/librustc_middle-local-def-id-2, r=eddyb 2020-04-24 04:14:20 +00:00
librustc_traits Modify as_local_hir_id to return a bare HirId 2020-04-23 23:14:07 +01:00
librustc_ty Modify as_local_hir_id to return a bare HirId 2020-04-23 23:14:07 +01:00
librustc_typeck Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-Simulacrum 2020-04-25 18:30:30 +02:00
librustdoc Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-Simulacrum 2020-04-25 18:30:30 +02:00
libserialize
libstd Rollup merge of #71545 - Askaholic:patch-1, r=jonas-schievink 2020-04-25 18:30:32 +02:00
libterm Replace filter_map().next() calls with find_map() 2020-04-24 20:03:45 -07:00
libtest
libunwind
llvm-project@9f9da27fbd
rtstartup
rustc
rustllvm
stdarch@b00ecbeb26
test Rollup merge of #69041 - petrochenkov:stabmodispan, r=Amanieu 2020-04-25 18:30:22 +02:00
tools Rollup merge of #71428 - tromey:gdb-10-parsing, r=tromey 2020-04-24 13:14:22 +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 dev guide.