rust/src
Vadim Petrochenkov c2788a88ca resolve: Refactor away MacroBinding
`fn resolve_legacy_scope` can now resolve only to `macro_rules!` items,
`fn resolve_lexical_macro_path_segment` is for everything else - modularized macros, preludes
2018-08-20 23:56:48 +03:00
..
bootstrap
build_helper
ci
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@d549d85b17
libcore core::convert::identity: fix issue number to #53500 2018-08-20 09:16:56 +02:00
libfmt_macros
libgraphviz
liblibc@6bdbf5dc93
libpanic_abort
libpanic_unwind
libproc_macro fix tidy errors 2018-08-19 23:01:01 +02:00
libprofiler_builtins
librustc Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb 2018-08-20 15:47:39 +00:00
librustc_allocator mv (mod) codemap source_map 2018-08-19 23:01:00 +02:00
librustc_apfloat
librustc_asan
librustc_borrowck mv codemap() source_map() 2018-08-19 23:01:01 +02:00
librustc_codegen_llvm Auto merge of #52101 - japaric:linker-flavor, r=alexcrichton 2018-08-20 01:12:58 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver mv codemap source_map 2018-08-19 23:01:01 +02:00
librustc_errors fix tidy errors 2018-08-19 23:01:01 +02:00
librustc_fs_util
librustc_incremental mv codemap() source_map() 2018-08-19 23:01:01 +02:00
librustc_lint Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb 2018-08-20 15:47:39 +00:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb 2018-08-20 15:47:39 +00:00
librustc_metadata_utils
librustc_mir mv codemap source_map 2018-08-19 23:01:01 +02:00
librustc_msan
librustc_passes Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb 2018-08-20 15:47:39 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Address minor comments 2018-08-19 20:02:32 +01:00
librustc_resolve resolve: Refactor away MacroBinding 2018-08-20 23:56:48 +03:00
librustc_save_analysis Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb 2018-08-20 15:47:39 +00:00
librustc_target Auto merge of #52101 - japaric:linker-flavor, r=alexcrichton 2018-08-20 01:12:58 +00:00
librustc_traits mv (mod) codemap source_map 2018-08-19 23:01:00 +02:00
librustc_tsan
librustc_typeck Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb 2018-08-20 15:47:39 +00:00
librustdoc resolve: Consolidate error reporting for resolved macros in fn resolve_macro_to_def 2018-08-20 23:12:36 +03:00
libserialize
libstd remove feature(convert_id) from lib{core,std}/lib.rs 2018-08-19 19:25:35 +02:00
libsyntax resolve: Consolidate error reporting for resolved macros in fn resolve_macro_to_def 2018-08-20 23:12:36 +03:00
libsyntax_ext mv codemap() source_map() 2018-08-19 23:01:01 +02:00
libsyntax_pos mv codemap source_map 2018-08-19 23:01:01 +02:00
libterm
libtest
libunwind
llvm@e19f07f5a6
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@05c2f61c38
test resolve: Refactor away MacroBinding 2018-08-20 23:56:48 +03:00
tools Update clippy 2018-08-19 19:17:24 -07:00
Cargo.lock
Cargo.toml
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.

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