rust/src
2020-06-08 16:15:39 +02:00
..
bootstrap bootstrap: propagate test-args to miri and clippy test suites 2020-05-24 09:45:14 +02:00
build_helper
ci
doc Update books 2020-05-25 17:17:27 -07:00
etc
liballoc Rollup merge of #72533 - Diggsey:db-fix-arc-ub2, r=dtolnay 2020-05-27 03:09:12 +02:00
libarena
libcore Added implementations for NonZero(U|I)size 2020-06-08 16:15:39 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc_apfloat
librustc_ast Collect tokens for ast::Expr 2020-05-24 15:54:48 -04:00
librustc_ast_lowering Collect tokens for ast::Expr 2020-05-24 15:54:48 -04:00
librustc_ast_passes
librustc_ast_pretty
librustc_attr
librustc_builtin_macros Collect tokens for ast::Expr 2020-05-24 15:54:48 -04:00
librustc_codegen_llvm
librustc_codegen_ssa Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis 2020-05-28 00:18:52 +00:00
librustc_data_structures Auto merge of #71996 - Marwes:detach_undo_log, r=nikomatsakis 2020-05-27 18:31:45 +00:00
librustc_driver
librustc_error_codes Rollup merge of #72567 - GuillaumeGomez:cleanup-e0608, r=Dylan-DPC 2020-05-25 18:07:48 +02:00
librustc_errors
librustc_expand Collect tokens for ast::Expr 2020-05-24 15:54:48 -04:00
librustc_feature
librustc_fs_util
librustc_hir Rollup merge of #72450 - csmoe:issue-72442, r=oli-obk 2020-05-25 23:58:56 +02:00
librustc_hir_pretty
librustc_incremental
librustc_index
librustc_infer Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis 2020-05-28 00:18:52 +00:00
librustc_interface Add a small MIR validation pass 2020-05-25 21:44:36 +02:00
librustc_lexer Fix bug in shebang handling 2020-05-25 10:11:08 -04:00
librustc_lint Implement warning for unused dependencies. 2020-05-25 22:47:55 -07:00
librustc_llvm
librustc_macros
librustc_metadata Implement warning for unused dependencies. 2020-05-25 22:47:55 -07:00
librustc_middle Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis 2020-05-28 00:18:52 +00:00
librustc_mir Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis 2020-05-28 00:18:52 +00:00
librustc_mir_build Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis 2020-05-28 00:18:52 +00:00
librustc_parse Rollup merge of #72348 - chrissimpkins:fix-72253, r=estebank 2020-05-27 03:09:11 +02:00
librustc_passes Rollup merge of #72581 - samrat:allow-desugared-break-in-labeled-block, r=davidtwco 2020-05-26 22:11:33 +02:00
librustc_plugin_impl
librustc_privacy
librustc_query_system
librustc_resolve Rollup merge of #72308 - Aaron1011:fix/hygiene-error-message, r=matthewjasper 2020-05-25 18:07:44 +02:00
librustc_save_analysis
librustc_session Rollup merge of #72342 - jsgf:warn-unused-deps, r=petrochenkov 2020-05-26 22:11:29 +02:00
librustc_span
librustc_symbol_mangling
librustc_target Export ZERO_AR_DATE for macos linker invocations 2020-05-26 07:38:43 -07:00
librustc_trait_selection Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis 2020-05-28 00:18:52 +00:00
librustc_traits Auto merge of #72362 - matthewjasper:remove-rescope, r=nikomatsakis 2020-05-24 04:15:08 +00:00
librustc_ty
librustc_typeck Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis 2020-05-28 00:18:52 +00:00
librustdoc Rollup merge of #72610 - GuillaumeGomez:revert-unwanted-css-changes, r=Dylan-DPC 2020-05-27 03:09:21 +02:00
libserialize
libstd Auto merge of #72472 - LeSeulArtichaut:sync-command, r=dtolnay 2020-05-25 02:48:55 +00:00
libterm
libtest
libunwind
llvm-project@943dbddc8e
rtstartup
rustc
rustllvm
stdarch@ec6fccd34c
test Rollup merge of #72548 - rossmacarthur:add-mcve-for-50687, r=nikomatsakis 2020-05-27 03:09:15 +02:00
tools Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis 2020-05-28 00:18:52 +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.