rust/src
Mark Rousskov c761ec1ac9 Introduce rustc_session crate 2019-12-03 12:18:32 -05:00
..
bootstrap rustbuild: don't clobber RUSTFLAGS, append to it 2019-12-01 00:53:25 +00:00
build_helper
ci Revert "DO NOT MERGE: enable windows try builder" 2019-11-26 08:06:13 -05:00
doc Rollup merge of #66245 - tmiasko:cfg-sanitize, r=oli-obk 2019-12-02 09:34:09 +01:00
etc Make dec2flt_table compatible with rustfmt 2019-11-29 20:17:09 -08:00
liballoc Auto merge of #66256 - CAD97:patch-2, r=RalfJung 2019-12-03 01:50:33 +00:00
libarena bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
libcore Rollup merge of #66941 - CAD97:nord, r=Dylan-DPC 2019-12-03 11:07:07 +01:00
libfmt_macros Allow any identifier as format arg name 2019-11-28 11:24:51 -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 libunwind_panic: adjust miri panic hack 2019-11-30 10:13:25 +01:00
libproc_macro Snap cfgs 2019-11-12 16:36:57 -05:00
libprofiler_builtins
librustc Introduce rustc_session crate 2019-12-03 12:18:32 -05:00
librustc_apfloat bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
librustc_asan
librustc_codegen_llvm Rollup merge of #66918 - makotokato:aarch32-crc-crypto, r=petrochenkov 2019-12-02 04:09:06 +01:00
librustc_codegen_ssa Decouple CguReuseTracker from Session 2019-12-03 12:18:32 -05:00
librustc_codegen_utils Stabilize the `never_type`, written `!`. 2019-11-21 14:55:32 +01:00
librustc_data_structures Undo minor changes that weren't needed, fix one lifetime typo 2019-12-02 08:38:16 -05:00
librustc_driver Rollup merge of #66896 - RalfJung:queries, r=Zoxc 2019-12-01 04:49:32 +01:00
librustc_error_codes Rollup merge of #66880 - aDotInTheVoid:add-E0203-long, r=GuillaumeGomez 2019-12-01 04:49:29 +01:00
librustc_errors Draw vertical lines in compiler error messages with multiline annotations correctly when non-1space unicode characters are to the left 2019-11-27 20:02:20 +01:00
librustc_feature Rollup merge of #66245 - tmiasko:cfg-sanitize, r=oli-obk 2019-12-02 09:34:09 +01:00
librustc_fs_util
librustc_incremental
librustc_index bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
librustc_interface rustc_plugin: Some further cleanup 2019-12-01 20:53:25 +03:00
librustc_lexer move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
librustc_lint syntax: Use `ast::MacArgs` for macro definitions 2019-12-02 21:56:34 +03:00
librustc_llvm
librustc_lsan
librustc_macros Rename StableHashingContextLike to HashStableContext. 2019-11-23 17:57:00 +01:00
librustc_metadata syntax: Use `ast::MacArgs` for macro definitions 2019-12-02 21:56:34 +03:00
librustc_mir Rollup merge of #66967 - Nadrieril:remove-or-pat-hack, r=varkor 2019-12-03 11:07:08 +01:00
librustc_msan
librustc_parse Address review comments 2019-12-02 22:13:13 +03:00
librustc_passes syntax: Remove redundant span from `ast::Mac` 2019-12-02 21:56:34 +03:00
librustc_plugin_impl rustc_plugin: Some further cleanup 2019-12-01 20:53:25 +03:00
librustc_privacy allow customising ty::TraitRef's printing behavior 2019-11-29 17:30:21 +03:00
librustc_resolve Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk 2019-11-30 16:56:58 +01:00
librustc_save_analysis syntax: Remove redundant span from `ast::Mac` 2019-12-02 21:56:34 +03:00
librustc_session Introduce rustc_session crate 2019-12-03 12:18:32 -05: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 Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk 2019-11-30 16:56:58 +01:00
librustdoc syntax: Use `ast::MacArgs` for macro definitions 2019-12-02 21:56:34 +03:00
libserialize Stabilize the `never_type`, written `!`. 2019-11-21 14:55:32 +01:00
libstd Rollup merge of #66904 - DevinR528:keyword-doc, r=Dylan-DPC 2019-12-03 11:07:04 +01:00
libsyntax Address review comments 2019-12-02 22:13:13 +03:00
libsyntax_expand syntax: Use `ast::MacArgs` for macro definitions 2019-12-02 21:56:34 +03:00
libsyntax_ext syntax: Use `ast::MacArgs` for attributes 2019-12-02 21:56:34 +03:00
libsyntax_pos Rollup merge of #66651 - Areredify:on-unimplemented-scope, r=davidtwco 2019-12-03 11:07:01 +01:00
libterm
libtest Simplify if else as suggested in PR feedback 2019-11-19 21:44:45 +01:00
libunwind
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 Use LLVMAddAnalysisPasses instead of Rust's wrapper 2019-11-29 14:31:09 +11:00
stdarch@e0ab2c165a
test Rollup merge of #66967 - Nadrieril:remove-or-pat-hack, r=varkor 2019-12-03 11:07:08 +01:00
tools submodules: update clippy from 7b8e8293 to 7a943a9d 2019-12-02 23:26:50 +01:00
README.md
stage0.txt Bump version to 1.41 2019-11-12 16:36:57 -05:00

README.md

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.