rust/src
2019-07-15 09:45:14 +02:00
..
bootstrap Rollup merge of #62417 - alexreg:fix-self-in-type-alias, r=pnkfelix 2019-07-09 21:01:48 +02:00
build_helper Bump compiler-builtins to 0.1.15 2019-05-22 07:46:36 -07:00
ci Disable building of LLDB 2019-07-15 09:45:14 +02:00
doc hygiene: Fix wording of desugaring descriptions 2019-07-11 00:12:57 +03:00
etc Rollup merge of #62337 - Mark-Simulacrum:fix-cpu-usage-script, r=alexcrichton 2019-07-04 01:38:59 +02:00
grammar
liballoc Rollup merge of #62403 - SimonSapin:concat, r=alexcrichton 2019-07-09 04:52:38 +02:00
libarena rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
libcore Rollup merge of #62557 - taiki-e:typo, r=Centril 2019-07-11 04:33:20 +02:00
libfmt_macros rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
libgraphviz rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
libpanic_abort
libpanic_unwind Make use of ptr::null(_mut) instead of casting zero 2019-06-17 10:52:46 +00:00
libproc_macro Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=dtolnay,Centril 2019-07-04 01:38:46 +02:00
libprofiler_builtins Ship profiler with windows-gnu 2019-05-23 13:32:30 +02:00
librustc Rollup merge of #62476 - petrochenkov:expref, r=matthewjasper 2019-07-11 04:33:17 +02:00
librustc_allocator hygiene: Introduce a helper method for creating new expansions 2019-07-11 00:12:57 +03:00
librustc_apfloat rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_asan
librustc_borrowck Rollup merge of #62476 - petrochenkov:expref, r=matthewjasper 2019-07-11 04:33:17 +02:00
librustc_codegen_llvm Rollup merge of #62474 - nikic:update-llvm, r=alexcrichton 2019-07-10 05:14:10 +02:00
librustc_codegen_ssa Rollup merge of #62474 - nikic:update-llvm, r=alexcrichton 2019-07-10 05:14:10 +02:00
librustc_codegen_utils normalize use of backticks for compiler messages in librustc_codegen 2019-07-08 00:54:38 +02:00
librustc_data_structures rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_driver Move pp::Printer helpers to direct impl 2019-07-10 07:13:20 -04:00
librustc_errors syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpanMacroExpansion 2019-07-11 00:12:07 +03:00
librustc_fs_util rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_incremental rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_interface Remove unused dependencies 2019-07-09 00:17:42 +09:00
librustc_lint Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-check, r=nikomatsakis 2019-07-10 12:26:44 +00:00
librustc_llvm rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_lsan
librustc_macros Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk 2019-07-05 20:26:51 +02:00
librustc_metadata Don't re-collect tokenstream twice to pretty print 2019-07-10 07:11:29 -04:00
librustc_mir Rollup merge of #62476 - petrochenkov:expref, r=matthewjasper 2019-07-11 04:33:17 +02:00
librustc_msan
librustc_passes rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_plugin Rollup merge of #62042 - petrochenkov:macstab, r=matthewjasper 2019-07-07 17:00:17 +02:00
librustc_privacy rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_resolve expand: Move "derive containers" into a separate InvocationKind variant 2019-07-11 00:12:57 +03:00
librustc_save_analysis hygiene: Reuse MacroKind in ExpnKind 2019-07-11 00:12:08 +03:00
librustc_target Rollup merge of #62474 - nikic:update-llvm, r=alexcrichton 2019-07-10 05:14:10 +02:00
librustc_traits rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_tsan
librustc_typeck Rename some things in syntax_pos/hygiene 2019-07-11 00:12:07 +03:00
librustdoc resolve: Divide macro path resolution into speculative and error reporting parts 2019-07-11 00:12:08 +03:00
libserialize Rollup merge of #62042 - petrochenkov:macstab, r=matthewjasper 2019-07-07 17:00:17 +02:00
libstd Rollup merge of #62425 - cyphar:linux-cloexec-use-fcntl, r=alexcrichton 2019-07-11 04:33:16 +02:00
libsyntax Address review comments 2019-07-11 12:34:57 +03:00
libsyntax_ext hygiene: Introduce a helper method for creating new expansions 2019-07-11 00:12:57 +03:00
libsyntax_pos hygiene: Make sure each Mark has an associated expansion info 2019-07-11 00:12:57 +03:00
libterm Remove use of mem::uninitialized in libterm crate 2019-07-06 03:27:05 +00:00
libtest Separate libtest module 2019-06-16 14:17:01 +03:00
libunwind Re-add bootstrap attribute to libunwind for llvm-libunwind feature 2019-07-07 15:45:04 -07:00
llvm-emscripten@7f23313edf
llvm-project@f6446fa8e9 Update LLVM submodule 2019-07-13 00:16:40 +02:00
rtstartup
rustc Remove leading newlines 2019-04-22 17:01:33 +01:00
rustllvm Update CPU printing for SubtargetSubTypeKV 2019-07-13 00:16:40 +02:00
stdsimd@4bf456c35e
test Update transparent aggregate codegen test for byval changes 2019-07-15 09:45:14 +02:00
tools Auto merge of #62548 - ehuss:update-cargo, r=alexcrichton 2019-07-10 01:53:04 +00:00
.gitignore
README.md
stage0.txt Switch master to 1.38 2019-07-04 11:26:57 -04: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: