rust/src
2019-12-21 23:20:09 +01:00
..
bootstrap Remove newline from commit in toolstate 2019-12-19 22:32:07 -05:00
build_helper
ci Set release channel on non-dist builders 2019-12-18 22:44:42 -05:00
doc Update cargo, books 2019-12-14 17:33:08 -08:00
etc Make dec2flt_table compatible with rustfmt 2019-11-29 20:17:09 -08:00
liballoc Rollup merge of #66755 - mark-i-m:const-vec-new, r=ecstatic-morse 2019-12-20 12:17:18 +01:00
libarena Fix TypedArena. 2019-12-03 23:35:40 +01:00
libcore Rollup merge of #67478 - brunobell:master, r=Centril 2019-12-21 15:29:50 +01:00
libfmt_macros Rename to then_some and then 2019-12-06 12:24:54 +00: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 Handle Attributes in arena. 2019-12-21 23:20:09 +01:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm Handle Attributes in arena. 2019-12-21 23:20:09 +01:00
librustc_codegen_ssa 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. 2019-12-20 22:22:44 +01:00
librustc_codegen_utils Use Arena inside hir::Item. 2019-12-21 23:17:29 +01: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 Use Arena inside hir::Crate. 2019-12-21 23:12:44 +01:00
librustc_error_codes Rollup merge of #67422 - GuillaumeGomez:cleanup-err-codes, r=Dylan-DPC 2019-12-21 15:29:45 +01: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 Use Arena inside hir::Item. 2019-12-21 23:17:29 +01:00
librustc_index Added ExactSizeIterator bound to return types 2019-12-09 21:16:48 +01:00
librustc_interface Use Arena inside hir::Item. 2019-12-21 23:17:29 +01:00
librustc_lexer
librustc_lint Use Arena inside hir::Item. 2019-12-21 23:17:29 +01: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 Rename StableHashingContextLike to HashStableContext. 2019-11-23 17:57:00 +01:00
librustc_metadata Handle Attributes in arena. 2019-12-21 23:20:09 +01:00
librustc_mir Use Arena inside hir::Item. 2019-12-21 23:17:29 +01:00
librustc_msan
librustc_parse Rollup merge of #67355 - Centril:merge-mut, r=oli-obk 2019-12-21 15:29:42 +01:00
librustc_passes Handle Attributes in arena. 2019-12-21 23:20:09 +01:00
librustc_plugin_impl Use Arena inside hir::Item. 2019-12-21 23:17:29 +01:00
librustc_privacy Handle Attributes in arena. 2019-12-21 23:20:09 +01:00
librustc_resolve 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. 2019-12-20 22:22:44 +01:00
librustc_save_analysis Use Arena inside hir::Item. 2019-12-21 23:17:29 +01:00
librustc_session Remove rarely used -Zdisable_instrumentation_preinliner flag. 2019-12-20 17:08:46 +01:00
librustc_target Rollup merge of #67255 - tuxillo:remove-i686-unknown-dragonfly, r=alexcrichton 2019-12-15 05:57:21 +01:00
librustc_traits Use Arena inside hir::Item. 2019-12-21 23:17:29 +01:00
librustc_tsan
librustc_typeck Handle Attributes in arena. 2019-12-21 23:20:09 +01:00
librustdoc Use Arena inside hir::Item. 2019-12-21 23:17:29 +01:00
libserialize Revert "Stabilize the never_type, written !." 2019-12-14 09:01:09 -05:00
libstd Rollup merge of #67442 - reitermarkus:dummy-variable, r=kennytm 2019-12-20 12:17:27 +01:00
libsyntax Rollup merge of #67355 - Centril:merge-mut, r=oli-obk 2019-12-21 15:29:42 +01:00
libsyntax_expand Rollup merge of #67355 - Centril:merge-mut, r=oli-obk 2019-12-21 15:29:42 +01:00
libsyntax_ext Rollup merge of #67355 - Centril:merge-mut, r=oli-obk 2019-12-21 15:29:42 +01:00
libsyntax_pos recover on 'mut', 'var', 'auto' 2019-12-20 22:53:40 +01:00
libterm make use of Result::map_or 2019-12-02 06:26:48 +00:00
libtest Use Instant::now lazily 2019-12-06 12:24:54 +00:00
libunwind
llvm-project@2cb41005ed Update LLVM submodule 2019-11-30 01:34:31 +01:00
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 Rollup merge of #67467 - matthewjasper:test-slice-patterns, r=oli-obk 2019-12-21 15:29:49 +01:00
tools Auto merge of #67206 - ehuss:update-cargo-books, r=dtolnay 2019-12-21 17:52:47 +00:00
README.md
stage0.txt Bump stage0 2019-12-18 11:51:31 -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.