rust/src
2020-05-29 00:19:08 -04:00
..
bootstrap Clippy should always build 2020-05-27 17:25:47 -04:00
build_helper
ci Revert MSYS2 CI workaround 2020-05-22 19:08:39 +02:00
doc Remove rustc-ux-guidelines 2020-05-28 08:23:23 -07:00
etc
liballoc Rollup merge of #72533 - Diggsey:db-fix-arc-ub2, r=dtolnay 2020-05-27 03:09:12 +02:00
libarena
libcore Rollup merge of #72466 - lzutao:stabilize_str-strip, r=dtolnay 2020-05-29 02:33:11 +02:00
libfmt_macros Fix tests 2020-05-18 14:41:34 +01:00
libgraphviz
libpanic_abort
libpanic_unwind make abort intrinsic safe, and correct its documentation 2020-05-17 11:23:42 +02:00
libproc_macro Add test for proc_macro::LineColumn 2020-05-21 17:15:13 -07:00
libprofiler_builtins
librustc_apfloat
librustc_ast Revert "Fix rebase fallout" 2020-05-29 00:19:06 -04:00
librustc_ast_lowering Collect tokens for ast::Expr 2020-05-24 15:54:48 -04:00
librustc_ast_passes Disallow forbidden usage of non-ascii identifiers. 2020-05-17 01:31:18 +08:00
librustc_ast_pretty Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast 2020-05-18 14:41:33 +01:00
librustc_attr
librustc_builtin_macros Collect tokens for ast::Expr 2020-05-24 15:54:48 -04:00
librustc_codegen_llvm Use OnceCell instead of Once 2020-05-22 13:31:02 -07:00
librustc_codegen_ssa Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis 2020-05-28 00:18:52 +00:00
librustc_data_structures Auto merge of #71996 - Marwes:detach_undo_log, r=nikomatsakis 2020-05-27 18:31:45 +00:00
librustc_driver Use OnceCell instead of Once 2020-05-22 13:31:02 -07:00
librustc_error_codes Rollup merge of #72605 - GuillaumeGomez:cleanup-e0617, r=Dylan-DPC 2020-05-29 02:33:14 +02:00
librustc_errors
librustc_expand Collect tokens for ast::Expr 2020-05-24 15:54:48 -04:00
librustc_feature Implement #[ffi_const] and #[ffi_pure] function attributes 2020-05-20 01:16:11 +02:00
librustc_fs_util
librustc_hir Store LocalDefId directly in rustc_resolve::Resolver where possible 2020-05-27 15:55:35 +01:00
librustc_hir_pretty Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast 2020-05-18 14:41:33 +01:00
librustc_incremental
librustc_index
librustc_infer Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis 2020-05-28 00:18:52 +00:00
librustc_interface Add a small MIR validation pass 2020-05-25 21:44:36 +02:00
librustc_lexer Fix bug in shebang handling 2020-05-25 10:11:08 -04:00
librustc_lint rustc_lint: Remove unused_crate_dependencies from the unused group 2020-05-28 20:03:36 +03:00
librustc_llvm
librustc_macros
librustc_metadata Implement warning for unused dependencies. 2020-05-25 22:47:55 -07:00
librustc_middle Rollup merge of #72636 - marmeladema:resolver-outputs-def-id, r=petrochenkov 2020-05-29 02:33:16 +02:00
librustc_mir Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis 2020-05-28 00:18:52 +00:00
librustc_mir_build Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakis 2020-05-28 00:18:52 +00:00
librustc_parse Revert "Fix rebase fallout" 2020-05-29 00:19:06 -04:00
librustc_passes Rollup merge of #72581 - samrat:allow-desugared-break-in-labeled-block, r=davidtwco 2020-05-26 22:11:33 +02:00
librustc_plugin_impl
librustc_privacy iterate List by value 2020-05-23 12:24:19 +02:00
librustc_query_system Rollup merge of #72126 - nnethercote:change-WorkProduct-saved_files, r=alexcrichton 2020-05-14 18:21:50 +02:00
librustc_resolve Store LocalDefId directly in rustc_resolve::Resolver where possible 2020-05-27 15:55:35 +01:00
librustc_save_analysis Use OnceCell instead of Once 2020-05-22 13:31:02 -07:00
librustc_session Rollup merge of #72342 - jsgf:warn-unused-deps, r=petrochenkov 2020-05-26 22:11:29 +02:00
librustc_span Remove macro_defs map 2020-05-22 16:57:25 -04:00
librustc_symbol_mangling iterate List by value 2020-05-23 12:24:19 +02:00
librustc_target update data layout for illumos x86 2020-05-28 08:09:10 -07:00
librustc_trait_selection Rollup merge of #72466 - lzutao:stabilize_str-strip, r=dtolnay 2020-05-29 02:33:11 +02:00
librustc_traits Auto merge of #72362 - matthewjasper:remove-rescope, r=nikomatsakis 2020-05-24 04:15:08 +00:00
librustc_ty iterate List by value 2020-05-23 12:24:19 +02:00
librustc_typeck Rollup merge of #72636 - marmeladema:resolver-outputs-def-id, r=petrochenkov 2020-05-29 02:33:16 +02:00
librustdoc Rollup merge of #72610 - GuillaumeGomez:revert-unwanted-css-changes, r=Dylan-DPC 2020-05-27 03:09:21 +02:00
libserialize linker: More systematic handling of CRT objects 2020-05-14 10:45:11 +03:00
libstd Rollup merge of #72239 - hch12907:master, r=dtolnay 2020-05-29 02:33:07 +02:00
libterm
libtest
libunwind rustc_target: Avoid an inappropriate use of post_link_objects 2020-05-20 21:33:37 +03:00
llvm-project@943dbddc8e Update LLVM submodule 2020-05-20 20:14:16 +02:00
rtstartup
rustc
rustllvm rustllvm: Fix warnings about unused function parameters 2020-05-21 22:05:19 +03:00
stdarch@ec6fccd34c
test Revert "Add test for macro_rules! invoking a proc-macro with capture groups" 2020-05-29 00:19:08 -04:00
tools Rollup merge of #72466 - lzutao:stabilize_str-strip, r=dtolnay 2020-05-29 02:33:11 +02: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 dev guide.