rust/src
2019-01-28 01:16:59 +01:00
..
bootstrap Create nvptx64-nvidia-cuda target specification 2019-01-27 16:04:09 +01:00
build_helper
ci NVPTX: by-default use target cpu "sm_30" 2019-01-28 01:16:32 +01:00
doc Change crate-visibility-modifier issue number in The Unstable Book 2019-01-26 15:50:05 +09:00
etc Auto merge of #57647 - cuviper:gdb-version, r=tromey 2019-01-22 16:14:42 +00:00
grammar
liballoc Rollup merge of #57456 - fintelia:patch-4, r=dtolnay 2019-01-15 12:42:07 +01:00
libarena Check the correct arena 2019-01-01 20:06:50 +01:00
libcore Remove lexical scope examples from std::mem::drop 2019-01-26 21:59:17 +00:00
libfmt_macros Rollup merge of #57764 - Xanewok:tiny-tweaks, r=nikomatsakis 2019-01-26 18:21:44 +01:00
libgraphviz
libpanic_abort Stabilize cfg_target_vendor, #29718 2019-01-14 14:33:04 +05:30
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Create nvptx64-nvidia-cuda target specification 2019-01-27 16:04:09 +01:00
librustc_allocator
librustc_apfloat Fix repeated word typos 2019-01-03 21:33:37 +01:00
librustc_asan
librustc_borrowck remove _with_applicability from suggestion fns 2019-01-26 23:07:55 -05:00
librustc_codegen_llvm Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelix 2019-01-26 07:08:18 +00:00
librustc_codegen_ssa Create nvptx64-nvidia-cuda target specification 2019-01-27 16:04:09 +01:00
librustc_codegen_utils SymbolPathBuffer shallow refactoring 2019-01-28 01:16:59 +01:00
librustc_cratesio_shim
librustc_data_structures Rollup merge of #57652 - mark-i-m:remove-old, r=nikomatsakis 2019-01-25 01:37:00 +01:00
librustc_driver Auto merge of #57726 - Zoxc:combine-early-lints, r=estebank 2019-01-26 12:21:03 +00:00
librustc_errors remove _with_applicability from suggestion fns 2019-01-26 23:07:55 -05:00
librustc_fs_util
librustc_incremental Clean up and optimize OpenTask / read_index 2018-12-31 16:24:22 +01:00
librustc_lint remove _with_applicability from suggestion fns 2019-01-26 23:07:55 -05:00
librustc_llvm librustc_llvm: default to libc++ for darwin 2019-01-25 15:39:54 -08:00
librustc_lsan
librustc_metadata Auto merge of #51285 - Mark-Simulacrum:remove-quote_apis, r=Manishearth 2019-01-24 15:48:46 +00:00
librustc_mir remove _with_applicability from suggestion fns 2019-01-26 23:07:55 -05:00
librustc_msan
librustc_passes remove _with_applicability from suggestion fns 2019-01-26 23:07:55 -05:00
librustc_plugin Auto merge of #57321 - petrochenkov:atokens, r=nikomatsakis 2019-01-16 15:01:20 +00:00
librustc_privacy Rollup merge of #57649 - petrochenkov:privexist, r=arielb1 2019-01-19 14:21:21 +01:00
librustc_resolve remove _with_applicability from suggestion fns 2019-01-26 23:07:55 -05:00
librustc_save_analysis Querify glob map usage (last use of CrateAnalysis) 2019-01-17 10:40:22 +01:00
librustc_target NVPTX: by-default use target cpu "sm_30" 2019-01-28 01:16:32 +01:00
librustc_traits Auto merge of #57714 - matthewjasper:wellformed-unreachable, r=pnkfelix 2019-01-25 14:25:37 +00:00
librustc_tsan
librustc_typeck remove _with_applicability from suggestion fns 2019-01-26 23:07:55 -05:00
librustdoc remove _with_applicability from suggestion fns 2019-01-26 23:07:55 -05:00
libserialize Cosmetic improvements 2019-01-13 19:47:02 +00:00
libstd Rollup merge of #57703 - m-ou-se:mutexguard-debug, r=cramertj 2019-01-26 18:21:42 +01:00
libsyntax remove _with_applicability from suggestion fns 2019-01-26 23:07:55 -05:00
libsyntax_ext remove _with_applicability from suggestion fns 2019-01-26 23:07:55 -05:00
libsyntax_pos Fix typo 2019-01-21 15:53:56 -08:00
libterm Implement basic input validation for built-in attributes 2019-01-13 14:17:19 +03:00
libtest Add missing #![feature(rustc_private)] annotation 2019-01-20 00:04:28 +01:00
libunwind Stabilize cfg_target_vendor, #29718 2019-01-14 14:33:04 +05:30
llvm-emscripten@7f23313edf
llvm-project@683d352269 [rust-lldb] Adapt to changes in LLDB APIs 2019-01-25 15:39:54 -08:00
rtstartup
rustc rustc: Fix regression where jemalloc isn't used 2019-01-03 13:52:36 -08:00
rustllvm Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelix 2019-01-26 07:08:18 +00:00
stdsimd@269d0ba959 Update stdsimd submodule 2019-01-08 20:24:15 +01:00
test NVPTX: by-default use target cpu "sm_30" 2019-01-28 01:16:32 +01:00
tools Auto merge of #57871 - Mark-Simulacrum:fix-compiletest-stamp, r=oli-obk 2019-01-27 00:07:53 +00:00
.gitignore
README.md remove link to removed readme 2019-01-15 19:48:37 -06:00
stage0.txt Revert "Auto merge of #57670 - rust-lang:beta-next, r=Mark-Simulacrum" 2019-01-17 10:48:10 +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: