rust/src
Matthew Jasper a74911662e Fix comment ordering 2019-12-18 20:30:00 +00:00
..
bootstrap Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton" 2019-12-17 16:28:33 -05:00
build_helper
ci Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton" 2019-12-17 16:28:33 -05:00
doc update reference 2019-12-14 15:41:36 -05:00
etc
liballoc Rollup merge of #65778 - bdonlan:stable_weak_count, r=dtolnay 2019-12-16 05:23:26 +01:00
libarena
libcore Rollup merge of #67349 - petertodd:2019-unsize-docs, r=Centril 2019-12-16 17:33:16 +01:00
libfmt_macros Rename to `then_some` and `then` 2019-12-06 12:24:54 +00:00
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Add Rvalue::AddressOf to MIR 2019-12-18 20:09:10 +00:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm Fix weird implicit dependency between rustllvm and rustc_codegen_llvm 2019-12-12 10:51:19 -05:00
librustc_codegen_ssa Add Rvalue::AddressOf to MIR 2019-12-18 20:09:10 +00:00
librustc_codegen_utils Revert "Stabilize the `never_type`, written `!`." 2019-12-14 09:01:09 -05:00
librustc_data_structures Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton" 2019-12-17 16:28:33 -05:00
librustc_driver Fix fallout from rebase 2019-12-11 09:50:12 -05:00
librustc_error_codes Add more tests for raw_ref_op 2019-12-18 20:30:00 +00:00
librustc_errors async/await: more improvements to non-send errors 2019-12-08 16:29:08 +00:00
librustc_feature Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obk 2019-12-15 01:28:28 +00:00
librustc_fs_util
librustc_incremental Added ExactSizeIterator bound to return types 2019-12-09 21:16:48 +01:00
librustc_index Added ExactSizeIterator bound to return types 2019-12-09 21:16:48 +01:00
librustc_interface rustc: Link LLVM directly into rustc again 2019-12-11 09:50:11 -05:00
librustc_lexer
librustc_lint Rollup merge of #66983 - weiznich:bugfix/issue_66295, r=estebank 2019-12-12 10:09:19 +09:00
librustc_llvm Fix weird implicit dependency between rustllvm and rustc_codegen_llvm 2019-12-12 10:51:19 -05:00
librustc_lsan
librustc_macros
librustc_metadata Require stable/unstable annotations for the constness of all stable functions with a `const` modifier 2019-12-13 11:27:02 +01:00
librustc_mir Make slice drop shims use AddressOf 2019-12-18 20:09:10 +00:00
librustc_msan
librustc_parse parser: recover on `&'lifetime mut $pat`. 2019-12-13 02:36:25 +01:00
librustc_passes Use better name for local containing required feature gates 2019-12-13 10:39:15 -08:00
librustc_plugin_impl
librustc_privacy
librustc_resolve resolve: Always resolve visibilities on impl items 2019-12-11 22:10:09 +03:00
librustc_save_analysis
librustc_session Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton" 2019-12-17 16:28:33 -05:00
librustc_target Rollup merge of #67255 - tuxillo:remove-i686-unknown-dragonfly, r=alexcrichton 2019-12-15 05:57:21 +01:00
librustc_traits
librustc_tsan
librustc_typeck Add Rvalue::AddressOf to MIR 2019-12-18 20:09:10 +00:00
librustdoc Rollup merge of #67336 - GuillaumeGomez:fix-js-error, r=Dylan-DPC 2019-12-16 17:33:13 +01:00
libserialize Revert "Stabilize the `never_type`, written `!`." 2019-12-14 09:01:09 -05:00
libstd Rollup merge of #67308 - dtolnay:fast_rebind, r=alexcrichton 2019-12-16 17:33:07 +01:00
libsyntax Fix comment ordering 2019-12-18 20:30:00 +00:00
libsyntax_expand Address review comments 2019-12-13 11:27:02 +01:00
libsyntax_ext Rename to `then_some` and `then` 2019-12-06 12:24:54 +00:00
libsyntax_pos Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obk 2019-12-15 01:28:28 +00:00
libterm
libtest Use `Instant::now` lazily 2019-12-06 12:24:54 +00:00
libunwind
llvm-project@2cb41005ed
rtstartup
rustc rustc: Link LLVM directly into rustc again 2019-12-11 09:50:11 -05:00
rustllvm Rollup merge of #67033 - cuviper:ValueName2, r=rkruppe 2019-12-07 00:10:02 +09:00
stdarch@e0ab2c165a
test Add more tests for raw_ref_op 2019-12-18 20:30:00 +00:00
tools Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=centril 2019-12-14 22:02:59 +00:00
README.md
stage0.txt

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.