rust/src
bors 86c28325ff Auto merge of #66072 - Mark-Simulacrum:next-node-id, r=nikomatsakis
Move next node ID to Resolver

This moves the `next_node_id` method(s) and related tracking information to the resolver. By doing so, we also remove the OneThread and Cell on next_node_id in Session in this move, which means that the new code is simpler and less "interesting" as it doesn't tie itself to a single thread.

This required moving some of the pretty-printing logic around, but this was just copying the code without any semantic changes, so it's just a second commit instead of a separate PR; I can polish it up a bit more if desired.
2019-11-10 07:46:58 +00:00
..
bootstrap Auto merge of #65911 - mati865:static-libstdcxx-mingw, r=alexcrichton 2019-11-05 00:30:58 +00:00
build_helper show up some extra info when t!() fails 2019-10-17 17:01:49 +08:00
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 also adjust ignore in generated tests 2019-11-02 23:20:28 +01:00
liballoc Rollup merge of #66117 - olegnn:fixed_linked_list_marker, r=RalfJung 2019-11-07 09:20:44 +09:00
libarena bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
libcore Rollup merge of #66217 - RalfJung:diagnostic-items, r=Centril 2019-11-10 09:27:19 +09:00
libfmt_macros Fix libfmt_macros tests 2019-11-06 12:49:20 -08:00
libgraphviz
libpanic_abort improper_ctypes: extern "C" fns 2019-11-05 12:44:02 +00:00
libpanic_unwind improper_ctypes: extern "C" fns 2019-11-05 12:44:02 +00:00
libproc_macro proc_macro: don't use Rust ABI fn pointers in a C ABI fn signature. 2019-10-28 20:34:59 +02:00
libprofiler_builtins
librustc Auto merge of #66072 - Mark-Simulacrum:next-node-id, r=nikomatsakis 2019-11-10 07:46:58 +00:00
librustc_apfloat bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
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 #66235 - eddyb:coff-syrup, r=nagisa 2019-11-10 09:27:20 +09:00
librustc_codegen_utils Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=estebank 2019-11-06 07:03:01 +01:00
librustc_data_structures bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
librustc_driver Move pretty parsing into Session options 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 Simplify various Symbol use points. 2019-11-02 09:01:02 +11:00
librustc_index bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
librustc_interface Move pretty parsing into Session options 2019-11-09 11:10:13 -05:00
librustc_lexer librustc_lexer: Make nth_char method private 2019-11-04 06:27:25 +03:00
librustc_lint Rollup merge of #66217 - RalfJung:diagnostic-items, r=Centril 2019-11-10 09:27:19 +09:00
librustc_llvm Statically link libstdc++ on windows-gnu 2019-10-30 23:18:57 +01:00
librustc_lsan
librustc_macros
librustc_metadata Rollup merge of #66235 - eddyb:coff-syrup, r=nagisa 2019-11-10 09:27:20 +09:00
librustc_mir Auto merge of #66259 - JohnTitor:rollup-x9nk1e2, r=JohnTitor 2019-11-10 02:15:28 +00:00
librustc_msan
librustc_passes Rollup merge of #66188 - Centril:fnsig, r=davidtwco 2019-11-08 16:50:41 +01:00
librustc_plugin rustc_metadata: Move some code around 2019-10-24 20:51:33 +03:00
librustc_privacy Rollup merge of #65252 - petrochenkov:deriveholders2, r=matthewjasper 2019-10-19 07:10:04 +02:00
librustc_resolve Inline reserve_node_ids 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 Rollup merge of #66086 - RalfJung:smallvec, r=nagisa 2019-11-06 07:03:08 +01:00
librustc_tsan
librustc_typeck Rollup merge of #65831 - matthewjasper:array-ptr-cast, r=oli-obk 2019-11-10 09:27:12 +09:00
librustdoc hir::MethodSig -> hir::FnSig 2019-11-08 09:32:20 +01:00
libserialize bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
libstd Rollup merge of #66058 - mjptree:patch-2, r=kennytm 2019-11-10 09:27:15 +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 #66217 - RalfJung:diagnostic-items, r=Centril 2019-11-10 09:27:19 +09:00
libterm
libtest Replace array.into_iter() with iter() in libtest/tests.rs 2019-11-06 14:43:52 +01:00
libunwind Allow foreign exceptions to unwind through Rust code 2019-11-03 14:03:21 +00:00
llvm-project@14a3b12307
rtstartup
rustc
rustllvm Rollup merge of #66062 - smaeul:patch/pic-level, r=estebank 2019-11-06 07:03:06 +01:00
stdarch@e0ab2c165a
test Auto merge of #66259 - JohnTitor:rollup-x9nk1e2, r=JohnTitor 2019-11-10 02:15:28 +00:00
tools update miri 2019-11-09 09:20:13 +01:00
README.md remove the last remaining READMEs 2019-10-24 13:32:54 -05:00
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.