rust/src
Guillaume Gomez 13c5f606c6
Rollup merge of #51701 - anirudhb:master, r=frewsxcv
Better docs for copy_from_slice & clone_from_slice

I copy-pasted the text from clone_from_slice to copy_from_slice 😄

@steveklabnik feel free to suggest changes.

edit: closes #49769
2018-07-11 10:01:58 +02:00
..
bootstrap Auto merge of #52177 - ljedrz:bare_gcc_warning, r=alexcrichton 2018-07-10 06:52:20 +00:00
build_helper
ci bump minimum LLVM version to 5.0 2018-07-09 11:35:52 +02:00
dlmalloc@c99638dc2e
doc Auto merge of #52018 - flip1995:rfc2103, r=oli-obk 2018-07-06 18:03:46 +00:00
etc
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #52159 - SimonSapin:alloc-prelude, r=alexcrichton 2018-07-09 14:29:59 +00:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@4cfd7101eb
libcore Rollup merge of #51701 - anirudhb:master, r=frewsxcv 2018-07-11 10:01:58 +02:00
libfmt_macros
libgraphviz
liblibc@b6d23ed45d
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #52232 - arielb1:ill-adjusted-tuples, r=pnkfelix 2018-07-11 00:37:25 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck Auto merge of #52106 - PramodBisht:issue/52049, r=oli-obk 2018-07-08 14:08:36 +00:00
librustc_codegen_llvm Rollup merge of #52171 - bharrisau:fsub-count, r=estebank 2018-07-10 22:56:42 +02:00
librustc_codegen_utils Move llvm_target_features back to llvm_util 2018-07-07 10:55:47 +02:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver Auto merge of #52100 - nielx:fix/rust_driver-stacklimit, r=cramertj 2018-07-10 01:07:23 +00:00
librustc_errors
librustc_incremental
librustc_lint Whitelist lints 2018-07-05 20:06:33 +02:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #51895 - nikomatsakis:move-self-trait-predicate-to-items, r=scalexm 2018-07-04 09:33:33 +00:00
librustc_mir Rollup merge of #51612 - ashtneoi:51515-missing-first-char, r=pnkfelix 2018-07-10 22:56:35 +02:00
librustc_msan
librustc_passes General fixes and cleanup. 2018-07-07 01:09:09 +01:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve in which use suggestions meet edition 2018 2018-07-09 23:21:29 -07:00
librustc_save_analysis
librustc_target Auto merge of #51757 - nielx:fix/haiku-fixes, r=nagisa 2018-07-06 20:05:23 +00:00
librustc_traits Change wording 2018-07-09 21:20:26 +02:00
librustc_tsan
librustc_typeck Auto merge of #52232 - arielb1:ill-adjusted-tuples, r=pnkfelix 2018-07-11 00:37:25 +00:00
librustdoc Rollup merge of #52151 - GuillaumeGomez:trait-impl-settings, r=QuietMisdreavus 2018-07-10 22:56:40 +02:00
libserialize
libstd Implement #[alloc_error_handler] 2018-07-09 23:13:24 +02:00
libstd_unicode
libsyntax Auto merge of #52191 - SimonSapin:alloc_error_handler, r=alexcrichton 2018-07-10 15:20:17 +00:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm@509f29ac17
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm still support LLVM4 for emscripten 2018-07-09 11:35:53 +02:00
stdsimd@886ff388fb
test Auto merge of #52232 - arielb1:ill-adjusted-tuples, r=pnkfelix 2018-07-11 00:37:25 +00:00
tools Auto merge of #51590 - bjorn3:codegen_llvm_extract, r=alexcrichton 2018-07-08 00:52:36 +00:00
Cargo.lock Update Cargo.lock 2018-07-07 11:05:21 +02:00
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: