rust/src
Zack M. Davis 3fb76f4027 inclusive range syntax lint (.....=)
Our implementation ends up changing the `PatKind::Range` variant in the
AST to take a `Spanned<RangeEnd>` instead of just a `RangeEnd`, because
the alternative would be to try to infer the span of the range operator
from the spans of the start and end subexpressions, which is both
hideous and nontrivial to get right (whereas getting the change to the
AST right was a simple game of type tennis).

This is concerning #51043.
2018-06-26 07:54:49 -07:00
..
bootstrap Auto merge of #51728 - bradjc:llvm-tools2, r=kennytm 2018-06-25 17:22:12 +00:00
build_helper
ci Revert "Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum" 2018-06-21 06:53:26 -06:00
dlmalloc@c99638dc2e
doc Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakis 2018-06-26 09:20:33 +00:00
etc slightly improve rustdoc xml path error 2018-06-04 09:51:41 +02:00
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #51463 - estebank:error-codes, r=nikomatsakis 2018-06-22 03:24:36 +00:00
liballoc_jemalloc Mark alloc_jemalloc as perma-unstable 2018-06-11 13:48:57 -07:00
liballoc_system Move Unstable Book sections for #[global_allocator] and System to std::alloc docs 2018-06-11 13:48:57 -07:00
libarena Make &Slice a thin pointer 2018-05-27 17:28:35 +02:00
libbacktrace@f4d02bbdbf Replace libbacktrace with a submodule 2018-05-30 05:58:23 -07:00
libcompiler_builtins@4cfd7101eb
libcore migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro hygiene: Do not reset expansion info for quote! 2018-06-23 20:40:25 +03:00
libprofiler_builtins
librustc inclusive range syntax lint (.....=) 2018-06-26 07:54:49 -07:00
librustc_allocator used debug, not info 2018-06-24 16:16:14 -05:00
librustc_apfloat migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
librustc_asan Remove some '#[feature]' attributes for stabilized features 2018-06-11 13:48:57 -07:00
librustc_borrowck Rollup merge of #51769 - alexcameron89:update_rustc_guide_links, r=frewsxcv 2018-06-26 11:35:40 +02:00
librustc_codegen_llvm Add backticks to E0558 2018-06-24 00:16:10 +01: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 Also prevent overflow in debug builds 2018-06-03 11:24:58 +02:00
librustc_incremental Save query results and the dep graph in parallel 2018-06-19 03:19:49 +02:00
librustc_lint inclusive range syntax lint (.....=) 2018-06-26 07:54:49 -07:00
librustc_llvm
librustc_lsan Remove some '#[feature]' attributes for stabilized features 2018-06-11 13:48:57 -07:00
librustc_metadata hygiene: Do not reset expansion info for quote! 2018-06-23 20:40:25 +03:00
librustc_mir migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
librustc_msan Remove some '#[feature]' attributes for stabilized features 2018-06-11 13:48:57 -07:00
librustc_passes Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov 2018-06-23 14:33:10 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Rename ty_param_bound to generic_bound 2018-06-20 12:23:46 +01:00
librustc_resolve hygiene: More descriptive names for things involved in late hygienic name resolution 2018-06-23 20:09:21 +03:00
librustc_save_analysis hygiene: Merge NameAndSpan into ExpnInfo 2018-06-23 21:53:24 +03:00
librustc_target migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
librustc_traits Auto merge of #51433 - scalexm:finish-rules, r=nikomatsakis 2018-06-22 01:17:52 +00:00
librustc_tsan Remove some '#[feature]' attributes for stabilized features 2018-06-11 13:48:57 -07:00
librustc_typeck migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
librustdoc Minify css 2018-06-25 23:28:20 +02:00
libserialize migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
libstd migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
libstd_unicode
libsyntax inclusive range syntax lint (.....=) 2018-06-26 07:54:49 -07:00
libsyntax_ext migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
libsyntax_pos migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
libterm migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
libtest
libunwind
llvm@9ad4b7e8d7 more reverts 2018-05-24 16:22:58 +02:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@a19ca1cd91 rever tool changes 2018-05-24 16:21:23 +02:00
test inclusive range syntax lint (.....=) 2018-06-26 07:54:49 -07:00
tools Auto merge of #51728 - bradjc:llvm-tools2, r=kennytm 2018-06-25 17:22:12 +00:00
Cargo.lock Minify css 2018-06-25 23:28:20 +02:00
Cargo.toml Change the comment on opt-level = 2 to point to https://github.com/rust-lang/rust/issues/50867 2018-05-29 17:38:23 +02:00
README.md rustc: rename ty::maps to ty::query. 2018-06-14 18:05:12 +03:00
stage0.txt Revert "Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum" 2018-06-21 06:53:26 -06:00

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: