rust/src
Mazdak Farrokhzad da182a0fe7
Rollup merge of #57795 - estebank:did-you-mean, r=zackmdavis
Use structured suggestion in stead of notes
2019-01-24 00:19:55 +01:00
..
bootstrap Auto merge of #57708 - nbigaouette:pr-53774-fix-missing-rust-gdbui-install, r=Mark-Simulacrum 2019-01-21 03:12:26 +00:00
build_helper
ci make sure to accept all android licenses 2019-01-23 11:21:24 +01:00
doc Auto merge of #55045 - kleimkuhler:add-std-is_sorted, r=KodrAus 2019-01-21 13:55:45 +00:00
etc Auto merge of #57647 - cuviper:gdb-version, r=tromey 2019-01-22 16:14:42 +00:00
grammar
liballoc
libarena
libcore Rollup merge of #57604 - alercah:str-index, r=sfackler 2019-01-22 12:20:28 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #57798 - hellow554:master, r=davidtwco 2019-01-22 12:20:33 +01:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm
librustc_codegen_ssa
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint
librustc_llvm
librustc_lsan
librustc_metadata
librustc_mir Rollup merge of #57813 - RalfJung:validation-range-printing, r=oli-obk 2019-01-22 12:20:36 +01:00
librustc_msan
librustc_passes Rollup merge of #57730 - Zoxc:combined-ast-validator, r=cramertj 2019-01-24 00:19:52 +01:00
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target Add powerpc64-unknown-freebsd 2019-01-21 18:50:54 +01:00
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #57795 - estebank:did-you-mean, r=zackmdavis 2019-01-24 00:19:55 +01:00
librustdoc Rollup merge of #57552 - GuillaumeGomez:default-images, r=QuietMisdreavus 2019-01-22 12:20:27 +01:00
libserialize
libstd Rollup merge of #57179 - Xaeroxe:patch-1, r=QuietMisdreavus 2019-01-24 00:19:50 +01:00
libsyntax Rollup merge of #57795 - estebank:did-you-mean, r=zackmdavis 2019-01-24 00:19:55 +01:00
libsyntax_ext Rollup merge of #57537 - sinkuu:fmt_perf, r=alexcrichton 2019-01-22 12:20:23 +01:00
libsyntax_pos Fix typo 2019-01-21 15:53:56 -08:00
libterm
libtest
libunwind
llvm@f4728ed8fa
llvm-emscripten@7f23313edf
rtstartup
rustc
rustllvm
stdsimd@269d0ba959
test Rollup merge of #57795 - estebank:did-you-mean, r=zackmdavis 2019-01-24 00:19:55 +01:00
tools submodules: update clippy from 1838bfe5 to 280069dd 2019-01-22 18:03:52 +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: