rust/src
2020-02-16 11:53:12 +01:00
..
bootstrap Auto merge of #69115 - ehuss:update-books, r=Dylan-DPC 2020-02-14 19:59:05 +00:00
build_helper
ci Rollup merge of #68947 - chrissimpkins:python-fmt, r=alexcrichton 2020-02-12 18:55:41 +09:00
doc Update books. 2020-02-13 08:11:09 -08:00
etc Rollup merge of #69049 - pthariensflame:improvement/imgbot, r=GuillaumeGomez 2020-02-13 02:52:53 +01:00
liballoc Rollup merge of #69058 - TimDiekmann:box, r=Amanieu 2020-02-12 18:55:48 +09:00
libarena
libcore implement LowerExp and UpperExp for integers 2020-02-14 18:42:51 -08:00
libfmt_macros
libgraphviz Add option to dot::render for monospace font 2020-02-09 10:33:06 -08:00
libpanic_abort Format the world 2019-12-22 17:42:47 -05:00
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Make librustc compile. 2020-02-16 11:41:25 +01:00
librustc_apfloat Format the world 2019-12-22 17:42:47 -05:00
librustc_ast_lowering Record proc macro harness order for use during metadata deserialization 2020-02-15 15:48:36 -05:00
librustc_ast_passes ast_validation: tweak diagnostic output 2020-02-13 10:40:17 +01:00
librustc_ast_pretty parser: unify item list parsing. 2020-02-13 15:16:29 +01:00
librustc_attr Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=oli 2020-02-11 20:48:27 +00:00
librustc_builtin_macros Record proc macro harness order for use during metadata deserialization 2020-02-15 15:48:36 -05:00
librustc_codegen_llvm add selfprofiling for new llvm passmanager 2020-02-13 08:02:18 +01:00
librustc_codegen_ssa rename PanicInfo -> AssertKind 2020-02-13 11:04:49 +01:00
librustc_codegen_utils
librustc_data_structures Rollup merge of #68475 - Aaron1011:fix/forest-caching, r=nikomatsakis 2020-02-15 07:17:45 +09:00
librustc_driver Rollup merge of #69059 - ljedrz:unused_stuff, r=Dylan-DPC 2020-02-12 14:21:14 +01:00
librustc_error_codes Rollup merge of #69055 - GuillaumeGomez:clean-up-e0307, r=Dylan-DPC 2020-02-11 16:37:06 +01:00
librustc_errors Auto merge of #69062 - Dylan-DPC:rollup-7wpjpqu, r=Dylan-DPC 2020-02-11 17:45:49 +00:00
librustc_expand Rollup merge of #69150 - nnethercote:68848-follow-up, r=petrochenkov 2020-02-15 07:17:52 +09:00
librustc_feature Add #[repr(no_niche)]. 2020-02-10 14:44:12 -05:00
librustc_fs_util
librustc_hir Record proc macro harness order for use during metadata deserialization 2020-02-15 15:48:36 -05:00
librustc_incremental Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC 2020-02-11 16:36:54 +01:00
librustc_index index ReEmpty by universe 2020-02-06 15:58:00 -05:00
librustc_infer Make librustc_infer compile. 2020-02-16 11:49:29 +01:00
librustc_interface Move resolve_instance to rustc_ty. 2020-02-13 18:53:21 +01:00
librustc_lexer Spelling error "represening" to "representing" 2020-02-13 11:14:21 -05:00
librustc_lint Make librustc_infer compile. 2020-02-16 11:49:29 +01:00
librustc_llvm
librustc_macros remove some dependencies on itertools 2020-02-11 19:28:38 +01:00
librustc_metadata Record proc macro harness order for use during metadata deserialization 2020-02-15 15:48:36 -05:00
librustc_mir Make librustc_infer compile. 2020-02-16 11:49:29 +01:00
librustc_mir_build Make librustc_infer compile. 2020-02-16 11:49:29 +01:00
librustc_parse Record proc macro harness order for use during metadata deserialization 2020-02-15 15:48:36 -05:00
librustc_passes Make librustc_infer compile. 2020-02-16 11:49:29 +01:00
librustc_plugin_impl
librustc_privacy Move more into decorate functions. 2020-02-11 19:50:26 +10:00
librustc_resolve Make librustc_infer compile. 2020-02-16 11:49:29 +01:00
librustc_save_analysis IsAsync -> enum Async { Yes { span: Span, .. }, No } 2020-02-13 10:39:24 +01:00
librustc_session add selfprofiling for new llvm passmanager 2020-02-13 08:02:18 +01:00
librustc_span Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=oli 2020-02-11 20:48:27 +00:00
librustc_target Properly use the darwin archive format on Apple targets 2020-02-12 12:06:14 +01:00
librustc_traits Make librustc_infer compile. 2020-02-16 11:49:29 +01:00
librustc_ty Make librustc_infer compile. 2020-02-16 11:49:29 +01:00
librustc_typeck Make librustc_typeck compile. 2020-02-16 11:53:12 +01:00
librustdoc Auto merge of #68668 - GuillaumeGomez:struct-variant-field-search, r=ollie27 2020-02-15 22:32:51 +00:00
libserialize Rollup merge of #69050 - nnethercote:micro-optimize-leb128, r=michaelwoerister 2020-02-13 02:52:54 +01:00
libstd Rollup merge of #69106 - RReverser:wasi-fs-copy, r=KodrAus 2020-02-15 09:45:45 +01:00
libsyntax Add additional comment 2020-02-15 15:51:40 -05:00
libterm
libtest Respect --nocapture in panic=abort test mode 2020-02-06 14:43:53 -08:00
libunwind
llvm-project@d7cdb43592
rtstartup
rustc
rustllvm Auto merge of #69144 - Dylan-DPC:rollup-apt6zjj, r=Dylan-DPC 2020-02-13 22:20:58 +00:00
stdarch@dea57529b3
test Auto merge of #68814 - Aaron1011:fix/proc-macro-order-two, r=petrochenkov 2020-02-16 01:46:05 +00:00
tools Auto merge of #69115 - ehuss:update-books, r=Dylan-DPC 2020-02-14 19:59:05 +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.