rust/src
Nicholas Nethercote 7d550445e2 Move functions around.
In particular, it has bugged me for some time that `process_cycles` is
currently located before `mark_still_waiting_nodes` despite being called
afterwards.
2019-12-13 08:36:25 +11:00
..
bootstrap Move CI to new builtin check-toolstate 2019-12-10 09:30:09 -05:00
build_helper
ci Make it executable 2019-12-11 05:26:40 +09:00
doc Update rustc-guide 2019-12-06 11:26:18 -06:00
etc Make dec2flt_table compatible with rustfmt 2019-11-29 20:17:09 -08:00
liballoc Rollup merge of #67238 - llogiq:moo-and-improved, r=Dylan-DPC 2019-12-12 10:09:28 +09:00
libarena Fix TypedArena. 2019-12-03 23:35:40 +01:00
libcore Rollup merge of #67237 - llogiq:improve-str, r=Dylan-DPC 2019-12-12 10:09:26 +09:00
libfmt_macros Rename to then_some and then 2019-12-06 12:24:54 +00:00
libgraphviz
libpanic_abort
libpanic_unwind libunwind_panic: adjust miri panic hack 2019-11-30 10:13:25 +01:00
libproc_macro
libprofiler_builtins
librustc Auto merge of #67079 - nnethercote:optimize-shallow_resolve_changed, r=nikomatsakis 2019-12-12 11:51:26 +00:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm Rollup merge of #66841 - SimonSapin:float_round_unchecked_to, r=rkruppe 2019-12-06 23:26:55 +01:00
librustc_codegen_ssa Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelix 2019-12-11 23:00:38 +00:00
librustc_codegen_utils
librustc_data_structures Move functions around. 2019-12-13 08:36:25 +11:00
librustc_driver Move early lint declarations to librustc_session 2019-12-03 12:19:14 -05:00
librustc_error_codes Update E0478.md 2019-12-09 12:17:38 +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 #65881 - anp:implicit-caller-location, r=eddyb,oli-obk 2019-12-07 21:14:39 +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 Rollup merge of #67074 - ehuss:extern-options, r=petrochenkov 2019-12-11 10:10:44 +01: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
librustc_lsan
librustc_macros Rename StableHashingContextLike to HashStableContext. 2019-11-23 17:57:00 +01:00
librustc_metadata Rollup merge of #67074 - ehuss:extern-options, r=petrochenkov 2019-12-11 10:10:44 +01:00
librustc_mir fix imports after rebase 2019-12-11 21:35:51 -06:00
librustc_msan
librustc_parse Make ForeignItem an alias of Item. 2019-12-07 06:05:25 +01:00
librustc_passes Simplify check_decl_no_pat. 2019-12-07 06:13:08 +01: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 resolve: Always resolve visibilities on impl items 2019-12-11 22:10:09 +03:00
librustc_save_analysis syntax: Remove redundant span from ast::Mac 2019-12-02 21:56:34 +03:00
librustc_session Rollup merge of #67215 - nnethercote:fix-Zprint-type-size-zero-sized-fields, r=pnkfelix 2019-12-12 10:09:21 +09:00
librustc_target Rollup merge of #67015 - osa1:issue66971, r=wesleywiser 2019-12-11 10:10:42 +01:00
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obk 2019-12-07 21:14:39 +00:00
librustdoc Rollup merge of #67074 - ehuss:extern-options, r=petrochenkov 2019-12-11 10:10:44 +01:00
libserialize
libstd Rollup merge of #67230 - chansuke:remove-irrelevant-passage, r=Dylan-DPC 2019-12-12 10:09:23 +09:00
libsyntax Rollup merge of #67113 - Centril:enum-vis-pretty-fix, r=davidtwco 2019-12-09 14:33:03 -08:00
libsyntax_expand Make ForeignItem an alias of Item. 2019-12-07 06:05:25 +01:00
libsyntax_ext Rename to then_some and then 2019-12-06 12:24:54 +00:00
libsyntax_pos async/await: more improvements to non-send errors 2019-12-08 16:29:08 +00:00
libterm
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
rustllvm Rollup merge of #67033 - cuviper:ValueName2, r=rkruppe 2019-12-07 00:10:02 +09:00
stdarch@e0ab2c165a
test Auto merge of #67246 - JohnTitor:rollup-nfa7skn, r=JohnTitor 2019-12-12 02:11:31 +00:00
tools Rollup merge of #67074 - ehuss:extern-options, r=petrochenkov 2019-12-11 10:10:44 +01:00
README.md
stage0.txt

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.