rust/src
2019-02-07 15:03:20 +01:00
..
bootstrap Add embedded book 2019-02-04 05:20:43 -05:00
build_helper
ci Revert "Auto merge of #57975 - alexcrichton:debug-exit-appveyor, r=pietroalbini" 2019-02-06 15:17:15 +01:00
doc Auto merge of #57998 - niklasf:align-enum, r=nagisa 2019-02-07 04:26:08 +00:00
etc
grammar
liballoc Rollup merge of #58123 - lnicola:binary-heap-no-bounds-checks, r=sfackler 2019-02-07 13:57:38 +08:00
libarena
libcore Fix broken grammar in iter::from_fn() docs 2019-02-06 19:24:20 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins libprofiler_builtins => 2018 2019-02-06 22:46:01 +09:00
librustc Add lowering errors for const generics 2019-02-07 15:02:17 +01:00
librustc_allocator Overhaul syntax::fold::Folder. 2019-02-06 09:06:27 +11:00
librustc_apfloat librustc_apfloat => 2018 2019-02-07 03:04:35 +09:00
librustc_asan librustc_asan => 2018 2019-02-06 22:40:09 +09:00
librustc_borrowck
librustc_codegen_llvm
librustc_codegen_ssa Do not ICE in codegen given a extern_type static 2019-02-05 21:20:07 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoerister 2019-02-07 09:49:08 +00:00
librustc_driver Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoerister 2019-02-07 09:49:08 +00:00
librustc_errors librustc_errors => 2018 2019-02-07 03:53:01 +09:00
librustc_fs_util librustc_fs_util => 2018 2019-02-06 23:18:33 +09:00
librustc_incremental
librustc_lint
librustc_llvm librustc_llvm => 2018 2019-02-07 03:46:54 +09:00
librustc_lsan librustc_lsan => 2018 2019-02-06 23:12:47 +09:00
librustc_metadata
librustc_mir Rollup merge of #58210 - nnethercote:find_outlives-debug_assert, r=matthewjasper 2019-02-07 13:57:47 +08:00
librustc_msan librustc_msan => 2018 2019-02-06 22:36:25 +09:00
librustc_passes Fix ast_validation printing of const generics 2019-02-07 15:02:17 +01:00
librustc_plugin librustc_plugin => 2018 2019-02-06 23:56:39 +09:00
librustc_privacy Rollup merge of #58109 - Centril:librustc_privacy-2018, r=oli-obk 2019-02-06 00:28:56 +09:00
librustc_resolve Make name resolution handle consts in GenericParamsFromOuterFunction properly 2019-02-07 15:03:20 +01:00
librustc_save_analysis Fix const generic parameter save analysis 2019-02-07 15:02:17 +01:00
librustc_target
librustc_traits
librustc_tsan librustc_tsan => 2018 2019-02-06 22:28:47 +09:00
librustc_typeck Make name resolution handle consts in GenericParamsFromOuterFunction properly 2019-02-07 15:03:20 +01:00
librustdoc Auto merge of #58058 - QuietMisdreavus:use-attr, r=GuillaumeGomez 2019-02-06 03:07:04 +00:00
libserialize
libstd Rollup merge of #58136 - abonander:doc-win-stdio-unicode, r=dtolnay 2019-02-07 13:57:41 +08:00
libsyntax Make name resolution handle consts in GenericParamsFromOuterFunction properly 2019-02-07 15:03:20 +01:00
libsyntax_ext Support const generics in derive 2019-02-07 15:02:16 +01:00
libsyntax_pos
libterm
libtest Excute rustfmt for fixing tidy check 2019-02-04 08:22:30 +09:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@683d352269
rtstartup
rustc
rustllvm
stdsimd@b23541340b
test Add a test forbidding the use of const parameters in inner items 2019-02-07 15:03:20 +01:00
tools Rollup merge of #58156 - h-michael:update-rust-installer, r=Centril 2019-02-07 13:57:43 +08:00
.gitignore
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.

There is also useful content in the following READMEs, which are gradually being moved over to the guide: