rust/src
2019-02-01 18:55:38 -07:00
..
bootstrap Auto merge of #57514 - michaelwoerister:xlto-tests, r=alexcrichton 2019-01-31 11:07:41 +00:00
build_helper Workaround presence of LLVM library in stage0/lib 2019-01-26 08:02:08 -07:00
ci Auto merge of #57914 - jethrogb:jb/sgx-unwind-version, r=alexcrichton 2019-01-31 16:21:39 +00:00
doc Add link to the edition guide. 2019-01-29 17:30:49 -05:00
etc fix gdb debug printing 2019-01-28 17:33:29 +01:00
grammar
liballoc Auto merge of #56696 - jonas-schievink:weak-counts, r=alexcrichton 2019-01-31 19:20:14 +00:00
libarena
libcore Simplify the overflowing_neg expression 2019-02-01 18:43:32 -07:00
libfmt_macros Rollup merge of #57764 - Xanewok:tiny-tweaks, r=nikomatsakis 2019-01-26 18:21:44 +01:00
libgraphviz
libpanic_abort Bump bootstrap compiler to 1.33 beta 2019-01-26 08:02:08 -07:00
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #58002 - oli-obk:deprecated_sugg, r=zackmdavis 2019-02-01 01:06:15 +00:00
librustc_allocator
librustc_apfloat
librustc_asan Workaround presence of LLVM library in stage0/lib 2019-01-26 08:02:08 -07:00
librustc_borrowck remove _with_applicability from suggestion fns 2019-01-26 23:07:55 -05:00
librustc_codegen_llvm Auto merge of #58003 - nikic:saturating-add, r=nagisa 2019-01-31 13:40:11 +00:00
librustc_codegen_ssa Auto merge of #55704 - Nemo157:pinned-generators, r=Zoxc 2019-01-28 14:12:15 +00:00
librustc_codegen_utils Remove quote_*! macros and associated APIs 2019-01-24 07:37:34 -07:00
librustc_cratesio_shim
librustc_data_structures Use multiple threads by default. Limits tests to one thread. Do some renaming. 2019-01-28 16:24:33 +01:00
librustc_driver Use multiple threads by default. Limits tests to one thread. Do some renaming. 2019-01-28 16:24:33 +01:00
librustc_errors remove _with_applicability from suggestion fns 2019-01-26 23:07:55 -05:00
librustc_fs_util
librustc_incremental
librustc_lint remove _with_applicability from suggestion fns 2019-01-26 23:07:55 -05:00
librustc_llvm Workaround presence of LLVM library in stage0/lib 2019-01-26 08:02:08 -07:00
librustc_lsan Workaround presence of LLVM library in stage0/lib 2019-01-26 08:02:08 -07:00
librustc_metadata Auto merge of #51285 - Mark-Simulacrum:remove-quote_apis, r=Manishearth 2019-01-24 15:48:46 +00:00
librustc_mir Rollup merge of #58008 - matthewjasper:places-conflict-args, r=oli-obk 2019-01-31 02:10:53 +01:00
librustc_msan Workaround presence of LLVM library in stage0/lib 2019-01-26 08:02:08 -07:00
librustc_passes Conditionally skip two passes if their related attributes were not found 2019-01-28 05:46:53 +01:00
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #57915 - petrochenkov:notto-disu, r=zackmdavis 2019-01-28 22:25:48 +01:00
librustc_save_analysis
librustc_target Auto merge of #57925 - fintelia:riscv-cas, r=nagisa 2019-01-27 03:57:54 +00:00
librustc_traits Auto merge of #57714 - matthewjasper:wellformed-unreachable, r=pnkfelix 2019-01-25 14:25:37 +00:00
librustc_tsan Workaround presence of LLVM library in stage0/lib 2019-01-26 08:02:08 -07:00
librustc_typeck Auto merge of #58003 - nikic:saturating-add, r=nagisa 2019-01-31 13:40:11 +00:00
librustdoc Rollup merge of #57859 - GuillaumeGomez:fix-background, r=QuietMisdreavus 2019-01-28 22:25:45 +01:00
libserialize
libstd Rollup merge of #57971 - jethrogb:jb/sgx-panic, r=alexcrichton 2019-01-31 02:10:45 +01:00
libsyntax Auto merge of #58002 - oli-obk:deprecated_sugg, r=zackmdavis 2019-02-01 01:06:15 +00:00
libsyntax_ext Conditionally skip two passes if their related attributes were not found 2019-01-28 05:46:53 +01:00
libsyntax_pos Use multiple threads by default. Limits tests to one thread. Do some renaming. 2019-01-28 16:24:33 +01:00
libterm
libtest Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichton 2019-01-27 18:18:17 +00:00
libunwind Bump bootstrap compiler to 1.33 beta 2019-01-26 08:02:08 -07:00
llvm-emscripten@7f23313edf
llvm-project@683d352269 [rust-lldb] Adapt to changes in LLDB APIs 2019-01-25 15:39:54 -08:00
rtstartup
rustc
rustllvm Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelix 2019-01-26 07:08:18 +00:00
stdsimd@b23541340b Update stdsimd 2019-01-29 10:48:54 +01:00
test const-int-wrapping.rs += wrapping_neg 2019-02-01 18:55:38 -07:00
tools Auto merge of #57514 - michaelwoerister:xlto-tests, r=alexcrichton 2019-01-31 11:07:41 +00:00
.gitignore
README.md
stage0.txt Bump bootstrap compiler to 1.33 beta 2019-01-26 08:02:08 -07: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: