rust/src
2020-01-11 07:56:44 +01:00
..
bootstrap Rollup merge of #68074 - matthew-healy:skip-llvm-rebuild-option, r=Centril 2020-01-11 04:02:25 +01:00
build_helper
ci
doc
etc
liballoc
libarena
libcore
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Use Arena for interning 2020-01-11 07:56:44 +01:00
librustc_apfloat
librustc_ast_lowering Rollup merge of #68043 - Zoxc:missing-timers, r=wesleywiser 2020-01-11 04:02:24 +01:00
librustc_ast_passes {syntax -> rustc_ast_passes}::show_span 2020-01-11 03:30:20 +01:00
librustc_builtin_macros Rollup merge of #68084 - estebank:ice-68000, r=varkor 2020-01-11 04:02:28 +01:00
librustc_codegen_llvm Rollup merge of #68059 - jethrogb:jb/target-llvm-args, r=alexcrichton 2020-01-11 04:50:54 +09:00
librustc_codegen_ssa Rollup merge of #68043 - Zoxc:missing-timers, r=wesleywiser 2020-01-11 04:02:24 +01:00
librustc_codegen_utils
librustc_data_structures Lift using interners instead of in_arena 2020-01-11 07:56:01 +01:00
librustc_driver Rollup merge of #68043 - Zoxc:missing-timers, r=wesleywiser 2020-01-11 04:02:24 +01:00
librustc_error_codes
librustc_errors
librustc_expand Rollup merge of #68084 - estebank:ice-68000, r=varkor 2020-01-11 04:02:28 +01:00
librustc_feature Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichton 2020-01-10 23:26:21 +00:00
librustc_fs_util
librustc_hir
librustc_incremental
librustc_index
librustc_interface Use Arena for interning 2020-01-11 07:56:44 +01:00
librustc_lexer
librustc_lint prepare moving HardwiredLints to rustc_session 2020-01-11 03:26:16 +01:00
librustc_llvm
librustc_macros
librustc_metadata Rollup merge of #67806 - Centril:splitsynmore, r=petrochenkov 2020-01-11 04:02:22 +01:00
librustc_mir Rollup merge of #68079 - varkor:E0013-clarify, r=Centril 2020-01-11 04:02:27 +01:00
librustc_parse Rollup merge of #68084 - estebank:ice-68000, r=varkor 2020-01-11 04:02:28 +01:00
librustc_passes rustc_passes: remove unused rustc_parse dep 2020-01-11 03:30:20 +01:00
librustc_plugin_impl
librustc_privacy Fix issue with using self module via indirection 2020-01-10 23:30:13 +00:00
librustc_resolve appease rustfmt 2020-01-11 03:30:20 +01:00
librustc_save_analysis
librustc_session Rollup merge of #67806 - Centril:splitsynmore, r=petrochenkov 2020-01-11 04:02:22 +01:00
librustc_span Rollup merge of #68084 - estebank:ice-68000, r=varkor 2020-01-11 04:02:28 +01:00
librustc_target
librustc_traits
librustc_typeck Don't create strings in the fast path 2020-01-11 07:56:01 +01:00
librustdoc
libserialize
libstd Rollup merge of #68102 - lzutao:inline, r=alexcrichton 2020-01-11 04:02:30 +01:00
libsyntax {syntax -> rustc_ast_passes}::show_span 2020-01-11 03:30:20 +01:00
libterm
libtest
libunwind
llvm-project@9330ec5a4c
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Rollup merge of #68106 - varkor:self_self_use, r=estebank 2020-01-11 04:02:31 +01:00
tools Auto merge of #68101 - JohnTitor:rollup-mvmjukr, r=JohnTitor 2020-01-10 20:08:58 +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 guide.