rust/src
bors 7f19f161f2 Auto merge of #58669 - Centril:rollup, r=Centril
Rollup of 16 pull requests

Successful merges:

 - #58100 (Transition librustdoc to Rust 2018)
 - #58122 (RangeInclusive internal iteration performance improvement.)
 - #58199 (Add better error message for partial move)
 - #58227 (Updated RELEASES.md for 1.33.0)
 - #58353 (Check the Self-type of inherent associated constants)
 - #58453 (SGX target: fix panic = abort)
 - #58476 (Remove `LazyTokenStream`.)
 - #58526 (Special suggestion for illegal unicode curly quote pairs)
 - #58595 (Turn duration consts into associated consts)
 - #58609 (Allow Self::Module to be mutated.)
 - #58628 (Optimise vec![false; N] to zero-alloc)
 - #58643 (Don't generate minification variables if minification disabled)
 - #58648 (Update tests to account for cross-platform testing and miri.)
 - #58654 (Do not underflow after resetting unmatched braces count)
 - #58658 (Add expected/provided byte alignments to validation error message)
 - #58667 (Reduce Miri-related Code Repetition `like (n << amt) >> amt`)

Failed merges:

r? @ghost
2019-02-23 14:14:04 +00:00
..
bootstrap Rollup merge of #57929 - GuillaumeGomez:rustodc-remove-old-style-files, r=ollie27 2019-02-17 14:52:21 +08:00
build_helper
ci Added a connection timeout and speed threshold when downloading the Docker cache 2019-02-23 03:25:14 +08:00
doc fix typo 2019-02-20 17:59:17 +01:00
etc Rollup merge of #58489 - xfix:fix-keyword-tests-runtime-error, r=alexcrichton 2019-02-17 14:52:20 +08:00
grammar
liballoc Rollup merge of #58628 - RReverser:optimise-vec-false, r=oli-obk 2019-02-23 09:25:32 +01:00
libarena
libcore Rollup merge of #58595 - stjepang:make-duration-consts-associated, r=oli-obk 2019-02-23 09:25:29 +01:00
libfmt_macros
libgraphviz
libpanic_abort SGX target: fix panic = abort 2019-02-14 12:39:54 +05:30
libpanic_unwind libpanic_unwind => 2018: remove unused extern crate. 2019-02-13 18:09:09 +01:00
libproc_macro Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik 2019-02-14 02:41:16 +01:00
libprofiler_builtins
librustc Rollup merge of #58476 - nnethercote:rm-LazyTokenStream, r=petrochenkov 2019-02-23 09:25:26 +01:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck HirId-ify hir::BodyId 2019-02-13 09:54:58 +01:00
librustc_codegen_llvm codegen and write_metadata can mutate ModuleLLvm. 2019-02-21 13:38:44 +00:00
librustc_codegen_ssa Allow Self::Module to be mutated. 2019-02-20 21:35:34 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Always emit an error for a query cycle 2019-02-15 03:51:47 +01:00
librustc_driver Fix a transposition in driver.rs. 2019-02-18 17:33:52 -08:00
librustc_errors Rollup merge of #58296 - estebank:hidden-suggestion, r=oli-obk 2019-02-14 02:41:21 +01:00
librustc_fs_util
librustc_incremental
librustc_lint Fix rebase issue 2019-02-15 23:34:04 +00:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkov 2019-02-19 00:46:12 +00:00
librustc_mir Rollup merge of #58667 - kenta7777:reduce-mir-code-repetition, r=petrochenkov 2019-02-23 09:25:39 +01:00
librustc_msan
librustc_passes Rollup merge of #57981 - Zoxc:fix-57979, r=nikomatsakis 2019-02-16 14:11:20 +08:00
librustc_plugin
librustc_privacy HirId-ify hir::BodyId 2019-02-13 09:54:58 +01:00
librustc_resolve Rollup merge of #58476 - nnethercote:rm-LazyTokenStream, r=petrochenkov 2019-02-23 09:25:26 +01:00
librustc_save_analysis Reduce the size of hir::Expr. 2019-02-14 11:52:03 +11:00
librustc_target Search for target_triple.json only if builtin target not found 2019-02-20 19:37:54 +01:00
librustc_traits HirId-ify hir::BodyId 2019-02-13 09:54:58 +01:00
librustc_tsan
librustc_typeck Rollup merge of #58353 - matthewjasper:typeck-pattern-constants, r=arielb1 2019-02-23 09:25:23 +01:00
librustdoc Rollup merge of #58643 - GuillaumeGomez:extra-variables, r=Manishearth 2019-02-23 09:25:33 +01:00
libserialize
libstd Rollup merge of #58595 - stjepang:make-duration-consts-associated, r=oli-obk 2019-02-23 09:25:29 +01:00
libsyntax Rollup merge of #58654 - estebank:underflow, r=nikomatsakis 2019-02-23 09:25:36 +01:00
libsyntax_ext Make interpolated_to_tokenstream a method on Nonterminal. 2019-02-18 10:06:26 +11:00
libsyntax_pos
libterm
libtest Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik 2019-02-14 02:41:16 +01:00
libunwind
llvm-emscripten@7f23313edf
llvm-project@73a75d35b9
rtstartup
rustc
rustllvm
stdsimd@9a60697044 update stdsimd 2019-02-17 11:22:04 +01:00
test Rollup merge of #58658 - pmccarter:align_msg, r=matthewjasper 2019-02-23 09:25:37 +01:00
tools Rollup merge of #58621 - phansch:update_miri_links, r=oli-obk 2019-02-22 14:58:15 +01:00
.gitignore
README.md
stage0.txt Bump the bootstrap compiler 2019-02-17 18:14:32 +01: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.

There is also useful content in the following READMEs, which are gradually being moved over to the guide: