rust/src
2019-08-27 16:23:59 +00:00
..
bootstrap bootstrap: Merge the libtest build step with libstd 2019-08-23 16:46:11 -07:00
build_helper Apply clippy::redundant_field_names suggestion 2019-08-22 12:02:02 +02:00
ci Auto merge of #63521 - newpavlov:redox_builder, r=pietroalbini 2019-08-23 08:58:24 +00:00
doc Update single-use-lifetimes 2019-08-22 22:39:21 +00:00
etc
grammar
liballoc Fix formatting. 2019-08-22 13:06:39 +02:00
libarena
libcore Rollup merge of #63845 - DevQps:47091-remove-bad-example, r=nikomatsakis 2019-08-26 23:55:47 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro proc_macro: Turn quote into a regular built-in macro 2019-08-27 00:37:13 +03:00
libprofiler_builtins
librustc Rollup merge of #63317 - estebank:dead-code, r=matthewjasper 2019-08-26 23:55:42 +02:00
librustc_apfloat
librustc_asan
librustc_ast_borrowck
librustc_codegen_llvm Auto merge of #63635 - oli-obk:default-slice-dangles, r=eddyb 2019-08-18 13:22:38 +00:00
librustc_codegen_ssa Handle statics in Subst::subst() by implementing TypeFoldable 2019-08-22 06:36:31 -04:00
librustc_codegen_utils Rollup merge of #63559 - eddyb:v0-mangling-off-by-1, r=estebank 2019-08-17 11:13:45 +02:00
librustc_data_structures Rollup merge of #62744 - llogiq:tiny-list-refactor, r=eddyb 2019-08-25 02:44:58 +02:00
librustc_driver Auto merge of #63175 - jsgf:argsfile, r=jsgf 2019-08-22 06:14:49 +00:00
librustc_errors syntax_pos: NO_EXPANSION/SyntaxContext::empty() -> SyntaxContext::root() 2019-08-15 20:38:12 +03:00
librustc_fs_util
librustc_incremental Fix incremental tests 2019-08-23 21:36:57 -04:00
librustc_interface Deprecate using rustc_plugin without the rustc_driver dylib. 2019-08-20 00:21:32 +02:00
librustc_lexer remove composite tokens support from the lexer 2019-08-19 21:59:09 +03:00
librustc_lint Modifies how Arg, Arm, Field, FieldPattern and Variant are visited 2019-08-24 13:54:40 -03:00
librustc_llvm Rollup merge of #63621 - jgalenson:dndebug, r=alexcrichton 2019-08-17 11:13:47 +02:00
librustc_lsan
librustc_macros
librustc_metadata metadata: Eliminate FullProcMacro 2019-08-27 01:34:07 +03:00
librustc_mir Auto merge of #63901 - estebank:unknown-receiver-type, r=zackmdavis 2019-08-26 17:33:50 +00:00
librustc_msan
librustc_passes Modifies how Arg, Arm, Field, FieldPattern and Variant are visited 2019-08-24 13:54:40 -03:00
librustc_plugin Restore the rustc_plugin crate in the sysroot 2019-08-20 13:30:50 +02:00
librustc_privacy review comments 2019-08-21 16:11:01 -07:00
librustc_resolve metadata: Eliminate FullProcMacro 2019-08-27 01:34:07 +03:00
librustc_save_analysis syntax_pos: Introduce a helper for checking whether a span comes from expansion 2019-08-15 20:38:12 +03:00
librustc_target Rollup merge of #63604 - Wind-River:master, r=alexcrichton 2019-08-16 18:22:28 +02:00
librustc_traits
librustc_tsan
librustc_typeck Error when generator trait is not found 2019-08-26 17:51:52 +00:00
librustdoc Auto merge of #63639 - Mark-Simulacrum:rustdoc-clean-3, r=GuillaumeGomez 2019-08-27 12:45:16 +00:00
libserialize
libstd Rollup merge of #63698 - Phosphorus15:master, r=nagisa 2019-08-27 08:17:49 +02:00
libsyntax Rollup merge of #63761 - petrochenkov:procattrs, r=eddyb 2019-08-27 08:17:51 +02:00
libsyntax_ext proc_macro: Turn quote into a regular built-in macro 2019-08-27 00:37:13 +03:00
libsyntax_pos Remove default macro transparencies 2019-08-23 01:53:20 +03:00
libterm bootstrap: Merge the libtest build step with libstd 2019-08-23 16:46:11 -07:00
libtest Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbg 2019-08-27 08:17:48 +02:00
libunwind Rollup merge of #63595 - semarie:openbsd-sparc64, r=alexcrichton 2019-08-16 18:22:26 +02:00
llvm-emscripten@7f23313edf
llvm-project@48818e9f5d
rtstartup
rustc
rustllvm
stdarch@4791ba85e7
test Rollup merge of #63917 - lzutao:langitem_gen_63912, r=centril,cramert 2019-08-27 08:17:52 +02:00
tools Auto merge of #63922 - RalfJung:miri, r=nikomatsakis 2019-08-27 16:23:59 +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.

There is also useful content in this README: https://github.com/rust-lang/rust/tree/master/src/librustc/infer/lexical_region_resolve.