rust/src
Vadim Petrochenkov c6ca1e4abd Use `Ident`s in a number of structures in HIR
Namely: labels, type parameters, bindings in patterns, parameter names in functions without body.
All of these do not need hygiene after lowering to HIR, only span locations.
2018-06-28 11:04:50 +03:00
..
bootstrap Auto merge of #51725 - Mark-Simulacrum:no-llvm, r=kennytm 2018-06-26 16:26:00 +00:00
build_helper
ci
dlmalloc@c99638dc2e
doc Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakis 2018-06-26 09:20:33 +00:00
etc
grammar
jemalloc@1f5a28755e
liballoc Add str::split_ascii_whitespace. 2018-06-27 17:54:27 -04:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@4cfd7101eb
libcore Rollup merge of #51842 - rust-lang:align-is-nonzero, r=cramertj 2018-06-28 06:15:43 +08:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Use `Ident`s in a number of structures in HIR 2018-06-28 11:04:50 +03:00
librustc_allocator Implement `#[macro_export(local_inner_macros)]` 2018-06-27 13:10:16 +03:00
librustc_apfloat migrate codebase to `..=` inclusive range patterns 2018-06-26 07:53:30 -07:00
librustc_asan
librustc_borrowck Use `Ident`s in a number of structures in HIR 2018-06-28 11:04:50 +03:00
librustc_codegen_llvm Make opaque::Encoder append-only and make it infallible 2018-06-27 11:43:15 +02:00
librustc_codegen_utils migrate codebase to `..=` inclusive range patterns 2018-06-26 07:53:30 -07:00
librustc_cratesio_shim
librustc_data_structures Auto merge of #51613 - nnethercote:ob-forest-cleanup, r=nikomatsakis 2018-06-26 07:06:18 +00:00
librustc_driver Attempt to fix hygiene for global_allocator 2018-06-24 16:10:20 -05:00
librustc_errors
librustc_incremental Make opaque::Encoder append-only and make it infallible 2018-06-27 11:43:15 +02:00
librustc_lint Use `Ident`s in a number of structures in HIR 2018-06-28 11:04:50 +03:00
librustc_llvm
librustc_lsan
librustc_metadata Use `Ident`s in a number of structures in HIR 2018-06-28 11:04:50 +03:00
librustc_mir Use `Ident`s in a number of structures in HIR 2018-06-28 11:04:50 +03:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin Implement `#[macro_export(local_inner_macros)]` 2018-06-27 13:10:16 +03:00
librustc_privacy Use `Ident`s for path segments in HIR 2018-06-28 11:04:50 +03:00
librustc_resolve Use `Ident`s for path segments in HIR 2018-06-28 11:04:50 +03:00
librustc_save_analysis
librustc_target migrate codebase to `..=` inclusive range patterns 2018-06-26 07:53:30 -07:00
librustc_traits Use `Ident`s for associated type bindings in HIR 2018-06-28 11:04:50 +03:00
librustc_tsan
librustc_typeck Use `Ident`s in a number of structures in HIR 2018-06-28 11:04:50 +03:00
librustdoc Use `Ident`s in a number of structures in HIR 2018-06-28 11:04:50 +03:00
libserialize Make opaque::Encoder append-only and make it infallible 2018-06-27 11:43:15 +02:00
libstd Rollup merge of #51824 - vorner:thread-local-try-with-doc, r=kennytm 2018-06-28 06:15:42 +08:00
libstd_unicode
libsyntax Use `Ident`s in a number of structures in HIR 2018-06-28 11:04:50 +03:00
libsyntax_ext Implement `#[macro_export(local_inner_macros)]` 2018-06-27 13:10:16 +03:00
libsyntax_pos Use `Ident`s for lifetimes in HIR 2018-06-28 11:04:50 +03:00
libterm migrate codebase to `..=` inclusive range patterns 2018-06-26 07:53:30 -07:00
libtest
libunwind
llvm@9ad4b7e8d7
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@a19ca1cd91
test Auto merge of #51444 - estebank:impl-static, r=nikomatsakis 2018-06-28 03:57:28 +00:00
tools add edition compiletest header + fix tests 2018-06-26 19:32:00 -05:00
Cargo.lock remove `either` dependency we are not using 2018-06-27 07:05:40 -04:00
Cargo.toml
README.md
stage0.txt

README.md

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: