rust/src
Mazdak Farrokhzad d3cb51c870
Rollup merge of #57412 - JohnTitor:improve-the-wording-1, r=varkor
Improve the wording

I'm sorry but re-opened the PR because I failed to squash commits(#57397).

Fixes #55752.
r? @varkor
2019-01-13 05:26:46 +01:00
..
bootstrap Rollup merge of #57368 - petrhosek:cmake-compiler-launcher, r=alexcrichton 2019-01-12 10:54:59 +01:00
build_helper
ci
doc Stabilise irrefutable if-let and while-let patterns 2019-01-12 03:10:59 +00:00
etc Rollup merge of #57358 - euclio:docck-unicode, r=QuietMisdreavus 2019-01-07 16:25:36 +01:00
grammar
liballoc Rollup merge of #56425 - scottmcm:redo-vec-set_len-docs, r=Centril 2019-01-12 10:54:51 +01:00
libarena
libcore Rollup merge of #57353 - huonw:faster-finiteness-checks, r=KodrAus 2019-01-13 05:26:44 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #56759 - petrochenkov:prestabuni, r=nikomatsakis 2019-01-12 20:11:36 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm
librustc_codegen_ssa
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoerister 2019-01-09 11:08:14 +00:00
librustc_driver Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoerister 2019-01-09 11:08:14 +00:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint
librustc_llvm Rollup merge of #57369 - petrhosek:llvm-libcxx, r=alexcrichton 2019-01-07 16:25:38 +01:00
librustc_lsan
librustc_metadata
librustc_mir Rollup merge of #57351 - oli-obk:cheap_const_ops, r=RalfJung 2019-01-13 05:26:43 +01:00
librustc_msan
librustc_passes Consolidate equality constraints error message 2019-01-08 23:53:43 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Fix a hole in generic parameter import future-proofing 2019-01-12 16:18:55 +03:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #57412 - JohnTitor:improve-the-wording-1, r=varkor 2019-01-13 05:26:46 +01:00
librustdoc Rollup merge of #57417 - QuietMisdreavus:semi-revert-doctest-parsing, r=GuillaumeGomez 2019-01-12 10:55:02 +01:00
libserialize
libstd Rollup merge of #57511 - jethrogb:jb/fix-undef, r=cramertj 2019-01-12 10:55:20 +01:00
libsyntax Auto merge of #56759 - petrochenkov:prestabuni, r=nikomatsakis 2019-01-12 20:11:36 +00:00
libsyntax_ext don't unwrap unexpected tokens in format! 2019-01-11 13:00:44 -05:00
libsyntax_pos
libterm
libtest
libunwind
llvm@f4728ed8fa
llvm-emscripten@7f23313edf
rtstartup
rustc
rustllvm
stdsimd@269d0ba959 Update stdsimd submodule 2019-01-08 20:24:15 +01:00
test Rollup merge of #57412 - JohnTitor:improve-the-wording-1, r=varkor 2019-01-13 05:26:46 +01:00
tools Rollup merge of #57510 - nrc:manifest-profiles, r=alexcrichton 2019-01-12 10:55:19 +01: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: