rust/src
2019-11-30 02:34:18 +01: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 documentation-tests.md 2019-11-25 19:34:32 -05:00
etc Auto merge of #66597 - MaulingMonkey:pr-natvis-std-collections-hash, r=michaelwoerister 2019-11-23 07:27:17 +00:00
liballoc Rollup merge of #66798 - bwignall:typo, r=varkor 2019-11-27 15:28:53 -06:00
libarena bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
libcore Auto merge of #65013 - petertodd:2019-maybeuninit-debug, r=sfackler 2019-11-28 03:41:29 +00: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 introduce crate rustc_feature and move active, accepted, and removed to it 2019-11-30 00:25:40 +01:00
librustc_apfloat bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
librustc_asan
librustc_codegen_llvm Rollup merge of #66534 - immunant:multiple_global_decls, r=eddyb 2019-11-27 15:28:36 -06:00
librustc_codegen_ssa rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebugInfo. 2019-11-27 19:22:03 +02: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 builtin_attrs.rs -> rustc_feature 2019-11-30 02:34:18 +01:00
librustc_error_codes Rollup merge of #66798 - bwignall:typo, r=varkor 2019-11-27 15:28:53 -06:00
librustc_errors Move ErrorReported to rustc_errors 2019-11-26 14:57:07 -05:00
librustc_feature builtin_attrs.rs -> rustc_feature 2019-11-30 02:34:18 +01: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 builtin_attrs.rs -> rustc_feature 2019-11-30 02:34:18 +01:00
librustc_llvm
librustc_lsan
librustc_macros Rename StableHashingContextLike to HashStableContext. 2019-11-23 17:57:00 +01:00
librustc_metadata rustc_metadata: use a macro to deduplicate LazyPerDefTables and PerDefTableBuilders. 2019-11-27 15:16:25 +02:00
librustc_mir Auto merge of #66567 - estebank:suggest-copy, r=Centril 2019-11-29 00:23:23 +00:00
librustc_msan
librustc_parse builtin_attrs.rs -> rustc_feature 2019-11-30 02:34:18 +01:00
librustc_passes move is_builtin_attr to syntax::attr 2019-11-30 02:20:07 +01: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 builtin_attrs.rs -> rustc_feature 2019-11-30 02:34:18 +01:00
librustc_save_analysis ast: Keep extern qualifiers in functions more precisely 2019-11-16 21:21:37 +03:00
librustc_target Auto merge of #66645 - RalfJung:dereferenceable, r=pnkfelix 2019-11-29 11:35:03 +00:00
librustc_traits Retire BraceStructLiftImpl. 2019-11-18 08:41:28 +01:00
librustc_tsan
librustc_typeck Auto merge of #66246 - matthewjasper:simplify-mem-cat, r=pnkfelix 2019-11-28 10:36:56 +00:00
librustdoc introduce crate rustc_feature and move active, accepted, and removed to it 2019-11-30 00:25:40 +01:00
libserialize Stabilize the never_type, written !. 2019-11-21 14:55:32 +01:00
libstd Auto merge of #66547 - leo60228:procfs-fallback, r=dtolnay 2019-11-29 05:04:51 +00:00
libsyntax builtin_attrs.rs -> rustc_feature 2019-11-30 02:34:18 +01:00
libsyntax_expand move is_builtin_attr to syntax::attr 2019-11-30 02:20:07 +01:00
libsyntax_ext builtin_attrs.rs -> rustc_feature 2019-11-30 02:34:18 +01: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 Rollup merge of #66761 - yuyoyuppe:rust_llvm_minor_fix, r=alexcrichton 2019-11-27 15:28:45 -06:00
stdarch@e0ab2c165a
test Auto merge of #66645 - RalfJung:dereferenceable, r=pnkfelix 2019-11-29 11:35:03 +00:00
tools update Miri 2019-11-28 18:40:05 +01:00
README.md
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.