rust/src
bors b2028828db Auto merge of #53433 - kennytm:rollup, r=kennytm
Rollup of 10 pull requests

Successful merges:

 - #52946 (Documented impl From on line 367 of libserialize/json.rs)
 - #53234 (Remove Travis shutdown debug scripts, and remove CI-specific DNS settings)
 - #53313 (Two small improvements)
 - #53360 (Addressed #51602)
 - #53364 (Warn if the user tries to use GATs)
 - #53373 (Tweak unclosed delimiter parser error)
 - #53377 (std: Use target_pointer_width for BACKTRACE_ELF_SIZE)
 - #53395 (Use #[non_exhaustive] on internal enums)
 - #53399 (Tidy: ignore non-Markdown files when linting for the Unstable Book)
 - #53412 (syntax_ext: remove leftover span_err_if_not_stage0 macro.)
2018-08-16 17:53:29 +00:00
..
bootstrap Add lldb to the build 2018-08-14 18:59:23 -06:00
build_helper Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
ci Revert "Use public DNS server instead of 169.254.169.254 on CI." 2018-08-16 20:06:55 +08:00
dlmalloc@c99638dc2e
doc Rollup merge of #53395 - varkor:__Nonexhaustive-to-non_exhaustive, r=shepmaster 2018-08-17 00:13:26 +08:00
etc Rollup merge of #53112 - fukatani:pretty-print-btreeset, r=michaelwoerister 2018-08-14 23:59:04 +08:00
grammar
jemalloc@1f5a28755e
liballoc Add doc examples for std::alloc::{alloc,alloc_zeroed}. 2018-08-14 21:32:11 -04:00
liballoc_jemalloc liballoc_jemalloc: enable feature(nll) for bootstrap 2018-08-09 01:50:37 -04:00
liballoc_system liballoc_system: enable feature(nll) for bootstrap 2018-08-09 01:50:22 -04:00
libarena [nll] libarena: enable feature(nll) for bootstrap 2018-08-09 04:07:59 -04:00
libbacktrace@f4d02bbdbf
libcompiler_builtins@d549d85b17 Update LLVM submodule to 7.0 2018-08-04 17:30:14 -07:00
libcore Rollup merge of #53395 - varkor:__Nonexhaustive-to-non_exhaustive, r=shepmaster 2018-08-17 00:13:26 +08:00
libfmt_macros A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and term 2018-08-11 20:56:29 +02:00
libgraphviz A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and term 2018-08-11 20:56:29 +02:00
liblibc@6bdbf5dc93 Update libc and activate align feature 2018-08-08 10:52:10 +02:00
libpanic_abort [nll] libpanic_abort: enable feature(nll) for bootstrap 2018-08-09 06:48:53 -04:00
libpanic_unwind Start adding an aarch64-pc-windows-msvc target 2018-08-15 17:20:13 -07:00
libproc_macro Auto merge of #53433 - kennytm:rollup, r=kennytm 2018-08-16 17:53:29 +00:00
libprofiler_builtins [nll] libprofiler_builtins: enable feature(nll) for bootstrap 2018-08-09 09:20:20 -04:00
librustc Auto merge of #53147 - ashtneoi:dont-suggest-ref, r=estebank 2018-08-16 08:45:32 +00:00
librustc_allocator Move SmallVec and ThinVec out of libsyntax 2018-08-13 22:11:57 +02:00
librustc_apfloat Two small improvements 2018-08-15 13:54:47 +02:00
librustc_asan [nll] librustc_asan: enable feature(nll) for bootstrap 2018-08-09 04:08:17 -04:00
librustc_borrowck Suggest match ergonomics, not ref/ref mut 2018-08-15 15:14:21 -07:00
librustc_codegen_llvm Auto merge of #53237 - overdrivenpotato:wasm-export-table, r=alexcrichton 2018-08-15 14:40:46 +00:00
librustc_codegen_utils Rollup merge of #53230 - memoryruins:nll_bootstrap_4, r=nikomatsakis 2018-08-12 23:26:56 +02:00
librustc_cratesio_shim [nll] librustc_cratesio_shim: enable feature(nll) for bootstrap 2018-08-09 06:50:25 -04:00
librustc_data_structures Rollup merge of #53271 - llogiq:simplify-maybe-map, r=joshtriplett 2018-08-15 19:20:21 +02:00
librustc_driver Auto merge of #53354 - kennytm:rollup, r=kennytm 2018-08-14 17:24:18 +00:00
librustc_errors Rollup merge of #53214 - memoryruins:nll_bootstrap_2, r=nikomatsakis 2018-08-10 01:01:31 +08:00
librustc_fs_util Move path2cstr to rustc_fs_util 2018-08-09 10:00:25 -06:00
librustc_incremental Auto merge of #53073 - Mark-Simulacrum:data-structures, r=pnkfelix 2018-08-10 00:14:52 +00:00
librustc_lint Rollup merge of #53211 - memoryruins:nll_bootstrap, r=nikomatsakis 2018-08-10 01:01:30 +08:00
librustc_llvm [nll] librustc_llvm: enable feature(nll) for bootstrap 2018-08-09 15:33:24 -04:00
librustc_lsan [nll] librustc_lsan: enable feature(nll) for bootstrap 2018-08-09 15:33:50 -04:00
librustc_metadata rustc_resolve: fix special-case for one-segment import paths. 2018-08-14 07:06:50 +03:00
librustc_metadata_utils Move unused trait functions to inherent functions 2018-08-03 11:44:09 -06:00
librustc_mir Change a method name and clarify a comment 2018-08-15 15:14:21 -07:00
librustc_msan [nll] librustc_msan: enable feature(nll) for bootstrap 2018-08-09 15:34:05 -04:00
librustc_passes Clean up and add extra tests 2018-08-11 21:25:48 +01:00
librustc_platform_intrinsics [nll] librustc_platform_intrinsics: enable feature(nll) for bootstrap 2018-08-09 15:34:31 -04:00
librustc_plugin [nll] librustc_plugin: enable feature(nll) for bootstrap 2018-08-09 04:09:29 -04:00
librustc_privacy [nll] librustc_privacy: enable feature(nll) for bootstrap 2018-08-09 04:09:50 -04:00
librustc_resolve rustc_resolve: crates only exist in the type namespace. 2018-08-14 11:26:44 +03:00
librustc_save_analysis Rollup merge of #53214 - memoryruins:nll_bootstrap_2, r=nikomatsakis 2018-08-10 01:01:31 +08:00
librustc_target Start adding an aarch64-pc-windows-msvc target 2018-08-15 17:20:13 -07:00
librustc_traits [nll] librustc_traits: enable feature(nll) for bootstrap 2018-08-09 04:10:46 -04:00
librustc_tsan [nll] librustc_tsan: enable feature(nll) for bootstrap 2018-08-09 04:11:06 -04:00
librustc_typeck Rollup merge of #53342 - RalfJung:unsized-packed, r=cramertj 2018-08-15 19:20:23 +02:00
librustdoc Fix links' color 2018-08-15 15:07:07 +02:00
libserialize Rollup merge of #53313 - llogiq:two-small-improvements, r=estebank 2018-08-17 00:13:20 +08:00
libstd Rollup merge of #53395 - varkor:__Nonexhaustive-to-non_exhaustive, r=shepmaster 2018-08-17 00:13:26 +08:00
libsyntax Auto merge of #53433 - kennytm:rollup, r=kennytm 2018-08-16 17:53:29 +00:00
libsyntax_ext syntax_ext: remove leftover span_err_if_not_stage0 macro. 2018-08-16 02:10:54 +03:00
libsyntax_pos [nll] libsyntax_pos: enable feature(nll) for bootstrap 2018-08-09 06:51:42 -04:00
libterm A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and term 2018-08-11 20:56:29 +02:00
libtest Rollup merge of #52453 - srijs:fix-52436, r=TimNN 2018-08-15 19:20:19 +02:00
libunwind [nll] libunwind: enable feature(nll) for bootstrap 2018-08-09 06:52:12 -04:00
llvm@e19f07f5a6 Update LLVM submodule to 7.0 2018-08-04 17:30:14 -07:00
llvm-emscripten@2717444753
rtstartup
rustc Update libc and activate align feature 2018-08-08 10:52:10 +02:00
rustllvm Make LLVM emit assembly comments with -Z asm-comments. 2018-08-12 17:59:33 +00:00
stdsimd@05c2f61c38 update the stdsimd submodule 2018-07-24 11:08:11 -05:00
test Rollup merge of #53412 - eddyb:stage-who, r=alexcrichton 2018-08-17 00:13:29 +08:00
tools Rollup merge of #53399 - varkor:ignore-non-md-unstable_book, r=nikomatsakis 2018-08-17 00:13:27 +08:00
Cargo.lock Rollup merge of #53377 - cuviper:pointer-elf_size, r=alexcrichton 2018-08-17 00:13:25 +08:00
Cargo.toml Update Cargo submodule 2018-08-02 18:09:19 -07:00
README.md
stage0.txt Switch to bootstrapping from 1.29 beta 2018-08-01 11:59:08 -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: