rust/src
Mark Rousskov 516a817dbd Move next_node_id to Resolver
This doesn't migrate the pretty-printing everybody loops, which will be
done in the next few commits.
2019-11-09 11:10:13 -05:00
..
bootstrap
build_helper
ci Attempt to fix *.yml confguration on Azure 2019-11-07 13:06:56 -08:00
doc Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomatsakis 2019-11-09 05:57:14 +00:00
etc
liballoc
libarena
libcore Auto merge of #66242 - Centril:rollup-h73ztr1, r=Centril 2019-11-09 09:33:13 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Move next_node_id to Resolver 2019-11-09 11:10:13 -05:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm rustc_target: inline abi::FloatTy into abi::Primitive. 2019-11-07 16:54:25 +02:00
librustc_codegen_ssa Rollup merge of #65884 - Centril:non-hardcoded-abis, r=petrochenkov 2019-11-07 08:51:55 +01:00
librustc_codegen_utils
librustc_data_structures
librustc_driver Move next_node_id to Resolver 2019-11-09 11:10:13 -05:00
librustc_errors move PResult to librustc_errors 2019-11-07 13:58:36 +01:00
librustc_fs_util
librustc_incremental
librustc_index
librustc_interface Move next_node_id to Resolver 2019-11-09 11:10:13 -05:00
librustc_lexer
librustc_lint Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk 2019-11-08 16:50:33 +01:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Stop returning promotables from `mir_const_qualif` 2019-11-08 14:52:22 -08:00
librustc_mir Clean up dead code in `qualify_consts` 2019-11-08 15:00:20 -08:00
librustc_msan
librustc_passes Rollup merge of #66188 - Centril:fnsig, r=davidtwco 2019-11-08 16:50:41 +01:00
librustc_plugin
librustc_privacy
librustc_resolve Move next_node_id to Resolver 2019-11-09 11:10:13 -05:00
librustc_save_analysis ast::ItemKind::Fn: use ast::FnSig 2019-11-08 09:32:20 +01:00
librustc_target Rollup merge of #66050 - smaeul:patch/powerpc-abi-2, r=eddyb 2019-11-09 07:18:31 +01:00
librustc_traits
librustc_tsan
librustc_typeck hir::MethodSig -> hir::FnSig 2019-11-08 09:32:20 +01:00
librustdoc hir::MethodSig -> hir::FnSig 2019-11-08 09:32:20 +01:00
libserialize
libstd Rollup merge of #66165 - Wind-River:master_xyz, r=alexcrichton 2019-11-08 13:42:22 +09:00
libsyntax Auto merge of #65879 - ohadravid:stabilize-re-rebalance-coherence, r=nikomatsakis 2019-11-09 05:57:14 +00:00
libsyntax_expand Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk 2019-11-08 16:50:33 +01:00
libsyntax_ext Rollup merge of #66134 - estebank:unknown-formatting-trait, r=nikomatsakis 2019-11-09 07:18:32 +01:00
libsyntax_pos Rollup merge of #65785 - Centril:compat-to-error-2, r=oli-obk 2019-11-08 16:50:33 +01:00
libterm
libtest
libunwind
llvm-project@14a3b12307
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Auto merge of #66242 - Centril:rollup-h73ztr1, r=Centril 2019-11-09 09:33:13 +00:00
tools
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.