rust/src
2019-11-26 22:19:54 -05:00
..
bootstrap Fix spelling typos 2019-11-26 22:19:54 -05:00
build_helper
ci Revert "DO NOT MERGE: enable windows try builder" 2019-11-26 08:06:13 -05:00
doc Update cargo, rls, books. 2019-11-25 08:14:07 -08:00
etc Auto merge of #66597 - MaulingMonkey:pr-natvis-std-collections-hash, r=michaelwoerister 2019-11-23 07:27:17 +00:00
liballoc Fix spelling typos 2019-11-26 22:19:54 -05:00
libarena bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
libcore Fix spelling typos 2019-11-26 22:19:54 -05:00
libfmt_macros Fix libfmt_macros tests 2019-11-06 12:49:20 -08:00
libgraphviz
libpanic_abort Revert "Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-extern-C-fn, r=rkruppe" 2019-11-13 17:00:47 +01:00
libpanic_unwind Fix spelling typos 2019-11-26 22:19:54 -05:00
libproc_macro Snap cfgs 2019-11-12 16:36:57 -05:00
libprofiler_builtins
librustc Fix spelling typos 2019-11-26 22:19:54 -05:00
librustc_apfloat bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
librustc_asan
librustc_codegen_llvm Create sanitizer passes in a separate function 2019-11-22 19:32:45 +01:00
librustc_codegen_ssa Auto merge of #66522 - tmiasko:sanitize-flags, r=alexcrichton 2019-11-26 01:54:53 +00:00
librustc_codegen_utils Stabilize the never_type, written !. 2019-11-21 14:55:32 +01:00
librustc_data_structures Fix spelling typos 2019-11-26 22:19:54 -05:00
librustc_driver rustc_plugin: Remove support for syntactic plugins 2019-11-24 12:05:10 +03:00
librustc_error_codes Fix spelling typos 2019-11-26 22:19:54 -05:00
librustc_errors review comments: remove unnecessary &str to String conversions 2019-11-23 18:45:18 -08:00
librustc_fs_util
librustc_incremental Simplify various Symbol use points. 2019-11-02 09:01:02 +11:00
librustc_index bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
librustc_interface rustc_plugin: Remove support for syntactic plugins 2019-11-24 12:05:10 +03:00
librustc_lexer move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
librustc_lint rustc_plugin: Remove Registry::register_attribute 2019-11-16 18:50:23 +03:00
librustc_llvm Statically link libstdc++ on windows-gnu 2019-10-30 23:18:57 +01:00
librustc_lsan
librustc_macros Rename StableHashingContextLike to HashStableContext. 2019-11-23 17:57:00 +01:00
librustc_metadata Rollup merge of #66496 - petrochenkov:metapriv2, r=eddyb 2019-11-20 18:32:09 +01:00
librustc_mir Fix spelling typos 2019-11-26 22:19:54 -05:00
librustc_msan
librustc_parse Fix spelling typos 2019-11-26 22:19:54 -05:00
librustc_passes Add raw address of expressions to the AST and HIR 2019-11-24 18:06:13 +00:00
librustc_plugin_impl rustc_plugin: Remove support for syntactic plugins 2019-11-24 12:05:10 +03:00
librustc_privacy Remove unused error_codes.rs files 2019-11-14 13:05:56 +01:00
librustc_resolve Auto merge of #66669 - petrochenkov:tup2attr, r=matthewjasper 2019-11-25 05:41:27 +00:00
librustc_save_analysis ast: Keep extern qualifiers in functions more precisely 2019-11-16 21:21:37 +03:00
librustc_target Fix spelling typos 2019-11-26 22:19:54 -05:00
librustc_traits Retire BraceStructLiftImpl. 2019-11-18 08:41:28 +01:00
librustc_tsan
librustc_typeck Fix spelling typos 2019-11-26 22:19:54 -05:00
librustdoc Rollup merge of #65613 - Mark-Simulacrum:rustdoc-preserve-ws, r=GuillaumeGomez 2019-11-25 15:05:11 +01:00
libserialize Stabilize the never_type, written !. 2019-11-21 14:55:32 +01:00
libstd Fix spelling typos 2019-11-26 22:19:54 -05:00
libsyntax Auto merge of #66279 - cjgillot:hashstable, r=Zoxc 2019-11-25 09:28:59 +00:00
libsyntax_expand Fix spelling typos 2019-11-26 22:19:54 -05:00
libsyntax_ext rustc_plugin: Remove support for syntactic plugins 2019-11-24 12:05:10 +03:00
libsyntax_pos Auto merge of #66279 - cjgillot:hashstable, r=Zoxc 2019-11-25 09:28:59 +00:00
libterm
libtest Add --force-run-in-process unstable libtest option 2019-11-15 05:52:06 -08:00
libunwind Allow foreign exceptions to unwind through Rust code 2019-11-03 14:03:21 +00:00
llvm-project@de1a7dbf6c Update src/llvm-project to include rust-lang/llvm-project#27. 2019-11-15 22:56:40 +02:00
rtstartup
rustc
rustllvm Retain compatibility with LLVM 6, 7, 8 and 9 2019-11-22 19:32:45 +01:00
stdarch@e0ab2c165a
test Fix spelling typos 2019-11-26 22:19:54 -05:00
tools Auto merge of #66739 - pietroalbini:rollup-2t2pd4a, r=pietroalbini 2019-11-25 19:37:54 +00:00
README.md remove the last remaining READMEs 2019-10-24 13:32:54 -05:00
stage0.txt Bump version to 1.41 2019-11-12 16:36:57 -05: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.