rust/src
2020-05-20 09:16:08 +02:00
..
bootstrap bootstrap: fix typo 2020-05-17 11:41:20 +02:00
build_helper
ci Update pacman first 2020-05-18 20:38:59 +02:00
doc Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis 2020-05-19 18:32:40 +00:00
etc
liballoc Auto merge of #72227 - nnethercote:tiny-vecs-are-dumb, r=Amanieu 2020-05-19 15:12:12 +00:00
libarena
libcore Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis 2020-05-19 18:32:40 +00: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 Rollup merge of #72233 - dtolnay:literal, r=petrochenkov 2020-05-17 01:51:30 +02:00
libprofiler_builtins
librustc_apfloat
librustc_ast Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast 2020-05-18 14:41:33 +01:00
librustc_ast_lowering Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast 2020-05-18 14:41:33 +01:00
librustc_ast_passes
librustc_ast_pretty Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast 2020-05-18 14:41:33 +01:00
librustc_attr
librustc_builtin_macros Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast 2020-05-18 14:41:33 +01:00
librustc_codegen_llvm Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast 2020-05-18 14:41:33 +01:00
librustc_codegen_ssa Fix const handling and add tests for const operands 2020-05-18 14:41:35 +01:00
librustc_data_structures
librustc_driver
librustc_error_codes Add documentation for asm! 2020-05-18 14:41:34 +01:00
librustc_errors
librustc_expand Auto merge of #68717 - petrochenkov:stabexpat, r=varkor 2020-05-19 03:11:32 +00:00
librustc_feature Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis 2020-05-19 18:32:40 +00:00
librustc_fs_util
librustc_hir Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast 2020-05-18 14:41:33 +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 Rollup merge of #72066 - lcnr:const-type-info-err, r=varkor 2020-05-19 13:53:41 +02:00
librustc_interface Implement AST lowering for asm! 2020-05-18 14:41:29 +01:00
librustc_lexer
librustc_lint Assume unevaluated consts are equal to the other consts and add ConstEquate obligation. This delays 2020-05-17 11:01:02 +02:00
librustc_llvm
librustc_macros
librustc_metadata
librustc_middle Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis 2020-05-19 18:32:40 +00:00
librustc_mir Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis 2020-05-19 18:32:40 +00:00
librustc_mir_build Be more conservative concerning structural_match 2020-05-20 09:16:08 +02:00
librustc_parse Rollup merge of #72254 - ehuss:double-backtick, r=dtolnay 2020-05-16 19:46:37 +02:00
librustc_passes Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast 2020-05-18 14:41:33 +01:00
librustc_plugin_impl
librustc_privacy
librustc_query_system
librustc_resolve
librustc_save_analysis Fix ICE in -Zsave-analysis 2020-05-18 22:55:04 +01:00
librustc_session HIR passes for asm! 2020-05-18 14:41:31 +01:00
librustc_span Implement att_syntax option 2020-05-18 14:41:33 +01:00
librustc_symbol_mangling
librustc_target Simplify register name output for x86 2020-05-18 14:41:35 +01:00
librustc_trait_selection comment return sites 2020-05-20 09:16:08 +02:00
librustc_traits chalk 2020-05-17 11:06:35 +02:00
librustc_ty
librustc_typeck Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis 2020-05-19 18:32:40 +00:00
librustdoc Assume unevaluated consts are equal to the other consts and add ConstEquate obligation. This delays 2020-05-17 11:01:02 +02:00
libserialize
libstd Auto merge of #71447 - cuviper:unsized_cow, r=dtolnay 2020-05-19 08:08:48 +00:00
libterm
libtest
libunwind
llvm-project@246dfcd1c8 Update LLVM submodule 2020-05-18 14:41:35 +01:00
rtstartup
rustc
rustllvm Implement asm! codegen 2020-05-18 14:41:32 +01:00
stdarch@ec6fccd34c
test Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis 2020-05-19 18:32:40 +00:00
tools Auto merge of #72339 - ehuss:update-cargo, r=ehuss 2020-05-20 02:22:44 +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 dev guide.