rust/src
2019-11-30 06:43:32 +01:00
..
bootstrap Fix spelling typos 2019-11-26 22:19:54 -05:00
build_helper
ci Revert "DO NOT MERGE: enable windows try builder" 2019-11-26 08:06:13 -05:00
doc Update documentation-tests.md 2019-11-25 19:34:32 -05:00
etc
liballoc Rollup merge of #66798 - bwignall:typo, r=varkor 2019-11-27 15:28:53 -06:00
libarena
libcore Auto merge of #65013 - petertodd:2019-maybeuninit-debug, r=sfackler 2019-11-28 03:41:29 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind Fix spelling typos 2019-11-26 22:19:54 -05:00
libproc_macro
libprofiler_builtins
librustc move UnstableFeatures -> rustc_feature 2019-11-30 02:50:47 +01:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm move UnstableFeatures -> rustc_feature 2019-11-30 02:50:47 +01:00
librustc_codegen_ssa rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebugInfo. 2019-11-27 19:22:03 +02:00
librustc_codegen_utils
librustc_data_structures Fix spelling typos 2019-11-26 22:19:54 -05:00
librustc_driver move UnstableFeatures -> rustc_feature 2019-11-30 02:50:47 +01:00
librustc_error_codes Rollup merge of #66798 - bwignall:typo, r=varkor 2019-11-27 15:28:53 -06:00
librustc_errors Move ErrorReported to rustc_errors 2019-11-26 14:57:07 -05:00
librustc_feature update rustc_feature crate docs 2019-11-30 06:43:32 +01:00
librustc_fs_util
librustc_incremental
librustc_index
librustc_interface
librustc_lexer
librustc_lint builtin_attrs.rs -> rustc_feature 2019-11-30 02:34:18 +01:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata rustc_metadata: use a macro to deduplicate LazyPerDefTables and PerDefTableBuilders. 2019-11-27 15:16:25 +02:00
librustc_mir Auto merge of #66567 - estebank:suggest-copy, r=Centril 2019-11-29 00:23:23 +00:00
librustc_msan
librustc_parse inline two explanation constants 2019-11-30 02:40:45 +01:00
librustc_passes move is_builtin_attr to syntax::attr 2019-11-30 02:20:07 +01:00
librustc_plugin_impl
librustc_privacy
librustc_resolve builtin_attrs.rs -> rustc_feature 2019-11-30 02:34:18 +01:00
librustc_save_analysis
librustc_target Auto merge of #66645 - RalfJung:dereferenceable, r=pnkfelix 2019-11-29 11:35:03 +00:00
librustc_traits
librustc_tsan
librustc_typeck inline two explanation constants 2019-11-30 02:40:45 +01:00
librustdoc move UnstableFeatures -> rustc_feature 2019-11-30 02:50:47 +01:00
libserialize
libstd Auto merge of #66547 - leo60228:procfs-fallback, r=dtolnay 2019-11-29 05:04:51 +00:00
libsyntax check.rs: inline a constant 2019-11-30 03:30:49 +01:00
libsyntax_expand move is_builtin_attr to syntax::attr 2019-11-30 02:20:07 +01:00
libsyntax_ext builtin_attrs.rs -> rustc_feature 2019-11-30 02:34:18 +01:00
libsyntax_pos
libterm
libtest
libunwind
llvm-project@de1a7dbf6c
rtstartup
rustc
rustllvm Rollup merge of #66761 - yuyoyuppe:rust_llvm_minor_fix, r=alexcrichton 2019-11-27 15:28:45 -06:00
stdarch@e0ab2c165a
test Auto merge of #66645 - RalfJung:dereferenceable, r=pnkfelix 2019-11-29 11:35:03 +00:00
tools tidy: adjust feature gating path 2019-11-30 06:32:49 +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.