rust/src
2019-07-14 04:19:39 +00:00
..
bootstrap rustbuild: Improve assert about building tools once 2019-07-12 13:51:56 -07:00
build_helper
ci cfg: linkcheck only on x86-64 linux 2019-07-06 11:05:22 -03:00
doc hygiene: Fix wording of desugaring descriptions 2019-07-11 00:12:57 +03:00
etc Check for lldb existences 2019-07-14 04:19:39 +00:00
grammar
liballoc Auto merge of #61953 - Centril:shared-from-iter, r=RalfJung 2019-07-13 06:49:02 +00:00
libarena rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
libcore Rollup merge of #62599 - RalfJung:uninit, r=cramertj 2019-07-12 22:46:49 +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
libproc_macro
libprofiler_builtins
librustc Rollup merge of #62651 - matthewjasper:rustc-macro-hygiene, r=petrochenkov 2019-07-13 16:18:41 +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_ast_borrowck Move rustc_borrowck -> rustc_ast_borrowck 2019-07-11 18:54:02 +01:00
librustc_codegen_llvm Rollup merge of #62474 - nikic:update-llvm, r=alexcrichton 2019-07-10 05:14:10 +02:00
librustc_codegen_ssa Auto merge of #62584 - eddyb:circular-math-is-hard, r=pnkfelix 2019-07-13 20:45:40 +00: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 Rollup merge of #62651 - matthewjasper:rustc-macro-hygiene, r=petrochenkov 2019-07-13 16:18:41 +02:00
librustc_driver Move rustc_borrowck -> rustc_ast_borrowck 2019-07-11 18:54:02 +01:00
librustc_errors Emit dropped unemitted errors to aid in ICE debugging 2019-07-11 16:59:19 -07: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 Move rustc_borrowck -> rustc_ast_borrowck 2019-07-11 18:54:02 +01:00
librustc_lint Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
librustc_llvm rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_lsan
librustc_macros
librustc_metadata Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
librustc_mir Auto merge of #62659 - Centril:rollup-90oz643, r=Centril 2019-07-13 17:11:36 +00:00
librustc_msan
librustc_passes Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
librustc_plugin Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
librustc_privacy rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_resolve Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
librustc_save_analysis hygiene: Reuse MacroKind in ExpnKind 2019-07-11 00:12:08 +03:00
librustc_target Make newtype_index hygienic and use allow_internal_unstable 2019-07-13 10:25:57 +01:00
librustc_traits rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_tsan
librustc_typeck Rollup merge of #62585 - pnkfelix:issue-60431-make-struct-tail-normalize-when-possible, r=eddyb 2019-07-13 16:18:37 +02:00
librustdoc Rollup merge of #62568 - lzutao:replace_may_dangle, r=matthewjasper 2019-07-12 22:46:44 +02:00
libserialize Rollup merge of #62042 - petrochenkov:macstab, r=matthewjasper 2019-07-07 17:00:17 +02:00
libstd document that crate refers to the project root 2019-07-11 14:25:53 -04:00
libsyntax Rollup merge of #62651 - matthewjasper:rustc-macro-hygiene, r=petrochenkov 2019-07-13 16:18:41 +02:00
libsyntax_ext Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
libsyntax_pos Remove feature gate dropck_parametricity completely 2019-07-11 18:44:56 +00:00
libterm
libtest
libunwind Re-add bootstrap attribute to libunwind for llvm-libunwind feature 2019-07-07 15:45:04 -07:00
llvm-emscripten@7f23313edf
llvm-project@6c1a545b26 Update LLVM: apply patch necessary for ThinLTO on RISC-V 2019-07-07 15:32:09 +03:00
rtstartup
rustc
rustllvm Pass type to byval attributes 2019-07-09 21:55:29 +02:00
stdsimd@4bf456c35e
test Auto merge of #62584 - eddyb:circular-math-is-hard, r=pnkfelix 2019-07-13 20:45:40 +00:00
tools submodules: Update clippy from 316da7eb to b0290424 2019-07-12 09:30:07 +00: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: