rust/src
2020-03-05 22:07:22 +03:00
..
bootstrap Auto merge of #69636 - RalfJung:miri, r=nikomatsakis 2020-03-04 10:44:55 +00:00
build_helper
ci
doc
etc
liballoc Rollup merge of #69650 - matthiaskrgr:clnp, r=varkor 2020-03-03 21:26:13 +01:00
libarena
libcore Auto merge of #68952 - faern:stabilize-assoc-int-consts, r=dtolnay 2020-03-04 07:29:32 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #69550 - RalfJung:scalar, r=oli-obk 2020-03-04 04:10:58 +00:00
librustc_apfloat
librustc_ast Auto merge of #69506 - Centril:stmt-semi-none, r=petrochenkov 2020-03-03 19:57:07 +00:00
librustc_ast_lowering encode ; stmt w/o expr as StmtKind::Empty 2020-03-01 23:02:17 +01:00
librustc_ast_passes
librustc_ast_pretty encode ; stmt w/o expr as StmtKind::Empty 2020-03-01 23:02:17 +01:00
librustc_attr
librustc_builtin_macros use values() or keys() respectively when iterating only over keys or values of maps. 2020-03-02 13:01:05 +01:00
librustc_codegen_llvm use conditions directly 2020-03-03 03:46:45 +01:00
librustc_codegen_ssa Rollup merge of #69650 - matthiaskrgr:clnp, r=varkor 2020-03-03 21:26:13 +01:00
librustc_codegen_utils
librustc_data_structures
librustc_driver Auto merge of #69442 - jakevossen5:master, r=Mark-Simulacrum 2020-03-02 03:16:22 +00:00
librustc_error_codes Rollup merge of #69670 - GuillaumeGomez:explain-e0379, r=Dylan-DPC 2020-03-03 21:26:18 +01:00
librustc_errors Rollup merge of #69628 - nnethercote:fix-DiagnosticBuilder-into_diagnostic-leak, r=Centril 2020-03-03 17:50:13 +09:00
librustc_expand Improve weird formatting by moving comment inside else-code block. 2020-03-03 01:01:21 +01:00
librustc_feature
librustc_fs_util
librustc_hir use values() or keys() respectively when iterating only over keys or values of maps. 2020-03-02 13:01:05 +01:00
librustc_incremental use question mark operator in a few places. 2020-03-03 11:52:14 +01:00
librustc_index
librustc_infer Rollup merge of #69650 - matthiaskrgr:clnp, r=varkor 2020-03-03 21:26:13 +01:00
librustc_interface
librustc_lexer
librustc_lint encode ; stmt w/o expr as StmtKind::Empty 2020-03-01 23:02:17 +01:00
librustc_llvm
librustc_macros
librustc_metadata rustc_metadata: Give decoder access to whole crate store 2020-03-05 22:07:22 +03:00
librustc_mir Auto merge of #69550 - RalfJung:scalar, r=oli-obk 2020-03-04 04:10:58 +00:00
librustc_mir_build Auto merge of #69550 - RalfJung:scalar, r=oli-obk 2020-03-04 04:10:58 +00:00
librustc_parse encode ; stmt w/o expr as StmtKind::Empty 2020-03-01 23:02:17 +01:00
librustc_passes Auto merge of #69612 - Dylan-DPC:rollup-f180gcc, r=Dylan-DPC 2020-03-01 17:39:05 +00:00
librustc_plugin_impl
librustc_privacy Auto merge of #69380 - Zoxc:parent-module, r=michaelwoerister 2020-03-01 14:21:03 +00:00
librustc_resolve Rollup merge of #69637 - matthiaskrgr:if_let_some_result, r=ecstatic-morse 2020-03-03 17:50:17 +09:00
librustc_save_analysis Rollup merge of #69605 - JohnTitor:opt-def-id, r=petrochenkov 2020-03-01 19:28:15 +09:00
librustc_session Remove chalk integration 2020-03-02 18:11:53 -05:00
librustc_span use conditions directly 2020-03-03 03:46:45 +01:00
librustc_target Auto merge of #69257 - RalfJung:layout-visitor, r=eddyb 2020-03-02 09:37:35 +00:00
librustc_traits Remove chalk integration 2020-03-02 18:11:53 -05:00
librustc_ty Remove chalk integration 2020-03-02 18:11:53 -05:00
librustc_typeck Correctly reject TraitCandidate in all cases 2020-03-04 13:59:51 -08:00
librustdoc Auto merge of #69612 - Dylan-DPC:rollup-f180gcc, r=Dylan-DPC 2020-03-01 17:39:05 +00:00
libserialize
libstd Auto merge of #68952 - faern:stabilize-assoc-int-consts, r=dtolnay 2020-03-04 07:29:32 +00:00
libterm
libtest Rollup merge of #69580 - matthiaskrgr:map_clone, r=Centril 2020-03-01 19:28:12 +09:00
libunwind
llvm-project@9f65ad0573
rtstartup
rustc
rustllvm Invoke OptimizerLastEPCallbacks in PreLinkThinLTO 2020-03-03 08:37:44 +01:00
stdarch@dea57529b3
test Auto merge of #69678 - Dylan-DPC:rollup-yoaueud, r=Dylan-DPC 2020-03-03 23:26:38 +00:00
tools submodules: update clippy from 8b7f7e66 to 329923ed 2020-03-04 19:56:10 +01: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 guide.