rust/src
Mazdak Farrokhzad d87164500f
Rollup merge of #63129 - Centril:subslice-pat-statdyn, r=oli-obk
Subslice patterns: Test passing static & dynamic semantics.

Working towards testing coverage for https://github.com/rust-lang/rust/issues/62254.
See https://github.com/rust-lang/rfcs/blob/master/text/2359-subslice-pattern-syntax.md for the RFC.

r? @oli-obk cc @petrochenkov
2019-07-30 22:43:39 +02:00
..
bootstrap Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk 2019-07-30 08:39:29 +00:00
build_helper
ci
doc Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk 2019-07-30 08:39:29 +00:00
etc
grammar
liballoc Rollup merge of #63095 - Centril:incomplete-features-lint, r=varkor 2019-07-30 22:43:34 +02:00
libarena
libcore Rollup merge of #63123 - TankhouseAle:const-fn-type-name-any, r=oli-obk 2019-07-30 22:43:37 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #62293 - Centril:remove-await-macro, r=cramertj 2019-07-30 22:43:31 +02:00
librustc_apfloat
librustc_asan
librustc_ast_borrowck
librustc_codegen_llvm Rollup merge of #62809 - alexcrichton:wasm-llvm-9, r=nikic 2019-07-29 02:10:52 +02:00
librustc_codegen_ssa Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk 2019-07-30 08:39:29 +00:00
librustc_codegen_utils
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_interface Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk 2019-07-30 08:39:29 +00:00
librustc_lexer
librustc_lint Turn INCOMPLETE_FEATURES into a lint. 2019-07-30 10:32:43 +02:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata
librustc_mir Rollup merge of #63076 - RalfJung:miri-fn-ptr-alloc-size, r=oli-obk 2019-07-29 02:10:55 +02:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #63083 - matthewjasper:parameter-hygiene, r=petrochenkov 2019-07-30 05:37:34 +02:00
librustc_save_analysis Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk 2019-07-30 08:39:29 +00:00
librustc_target Rollup merge of #62809 - alexcrichton:wasm-llvm-9, r=nikic 2019-07-29 02:10:52 +02:00
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #63093 - Aaron1011:fix/existential-closure, r=cramertj 2019-07-30 05:37:37 +02:00
librustdoc Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk 2019-07-30 08:39:29 +00:00
libserialize
libstd Rollup merge of #63117 - BaoshanPang:bugfix, r=alexcrichton 2019-07-30 22:43:36 +02:00
libsyntax Rollup merge of #63095 - Centril:incomplete-features-lint, r=varkor 2019-07-30 22:43:34 +02:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@9b64ca5b7e
rtstartup
rustc
rustllvm
stdarch@4791ba85e7
test Rollup merge of #63129 - Centril:subslice-pat-statdyn, r=oli-obk 2019-07-30 22:43:39 +02:00
tools Add very simple edition check to tidy; and add missing edition = 2018s. 2019-07-30 01:56:03 +08:00
.gitignore
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 the following READMEs, which are gradually being moved over to the guide: