1
Fork 0
rust/src
2019-10-28 09:57:36 -07:00
..
bootstrap Auto merge of #65167 - hermitcore:rusty-hermit, r=alexcrichton 2019-10-26 19:35:59 +00:00
build_helper
ci workaround msys2 bug 2019-10-24 18:03:01 +02:00
doc RFC 2008: Stabilization 2019-10-25 09:34:05 +01:00
etc
liballoc Rollup merge of #65873 - lzutao:doc-vec-from-raw-parts, r=rkruppe 2019-10-28 04:53:11 +01:00
libarena
libcore Rollup merge of #65664 - anp:panic-location, r=eddyb 2019-10-28 04:53:06 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind Merge branch 'master' into rusty-hermit, resolve conflicts 2019-10-25 09:09:55 +02:00
libproc_macro RFC 2008: Stabilization 2019-10-25 09:34:05 +01:00
libprofiler_builtins
librustc Talk about specific types and remove lifetimes from output 2019-10-28 09:57:36 -07:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm Rollup merge of #65792 - Centril:split-syntax-2, r=petrochenkov 2019-10-28 04:53:07 +01:00
librustc_codegen_ssa Rollup merge of #65792 - Centril:split-syntax-2, r=petrochenkov 2019-10-28 04:53:07 +01:00
librustc_codegen_utils rustc: Add a convenience alias for dyn MetadataLoader + Sync 2019-10-24 20:51:33 +03:00
librustc_data_structures Rollup merge of #65648 - nnethercote:rm-intersect_opt, r=nikomatsakis 2019-10-23 22:19:17 +02:00
librustc_driver Remove lint callback from driver 2019-10-25 19:27:57 -04:00
librustc_errors review comment: deduplicate logic 2019-10-24 15:44:43 -07:00
librustc_fs_util
librustc_incremental remove the last remaining READMEs 2019-10-24 13:32:54 -05:00
librustc_index
librustc_interface rustc, rustc_passes: don't depend on syntax_expand. 2019-10-27 17:05:57 +01:00
librustc_lexer librustc_lexer: Enhance documentation 2019-10-27 20:08:08 +03:00
librustc_lint rustc: add Spans to inferred_outlives_of predicates. 2019-10-24 20:06:37 +03:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Rollup merge of #65792 - Centril:split-syntax-2, r=petrochenkov 2019-10-28 04:53:07 +01:00
librustc_mir Rollup merge of #65880 - Nadrieril:gather-usefulness-tests, r=varkor 2019-10-28 04:53:12 +01:00
librustc_msan
librustc_passes Rollup merge of #65792 - Centril:split-syntax-2, r=petrochenkov 2019-10-28 04:53:07 +01:00
librustc_plugin rustc_metadata: Move some code around 2019-10-24 20:51:33 +03:00
librustc_privacy
librustc_resolve Rollup merge of #65792 - Centril:split-syntax-2, r=petrochenkov 2019-10-28 04:53:07 +01:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Account for tuples in explanation 2019-10-28 09:57:36 -07:00
librustdoc rustc, rustc_passes: don't depend on syntax_expand. 2019-10-27 17:05:57 +01:00
libserialize
libstd Panicking infra uses &core::panic::Location. 2019-10-27 12:50:58 -07:00
libsyntax Auto merge of #65188 - matthewjasper:stabilize-const-constructor, r=Centril 2019-10-28 07:38:49 +00:00
libsyntax_expand rustc, rustc_passes: don't depend on syntax_expand. 2019-10-27 17:05:57 +01:00
libsyntax_ext rustc, rustc_passes: don't depend on syntax_expand. 2019-10-27 17:05:57 +01:00
libsyntax_pos Rollup merge of #65074 - Rantanen:json-byte-pos, r=matklad 2019-10-25 13:12:45 +02:00
libterm
libtest Rollup merge of #64178 - mati865:clippy, r=scottmcm 2019-10-23 22:19:07 +02:00
libunwind
llvm-project@14a3b12307
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Account for tuples in explanation 2019-10-28 09:57:36 -07:00
tools Auto merge of #65852 - flip1995:clippyup, r=Manishearth 2019-10-26 23:37:08 +00:00
README.md remove the last remaining READMEs 2019-10-24 13:32:54 -05: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 guide.