rust/src
Daniel Silverstone c24a099e8b
rustdoc: Resolve module-level doc references more locally
Module level docs should resolve intra-doc links as locally as
possible.  As such, this commit alters the heuristic for finding
intra-doc links such that we attempt to resolve names mentioned
in *inner* documentation comments within the (sub-)module rather
that from the context of its parent.

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2019-10-31 07:49:54 +00:00
..
bootstrap Rollup merge of #65920 - smaeul:patch/workspace-hack, r=alexcrichton 2019-10-29 12:01:46 -07:00
build_helper show up some extra info when t!() fails 2019-10-17 17:01:49 +08:00
ci Rollup merge of #65843 - xen0n:mips64-musl-targets-with-ci, r=alexcrichton 2019-10-29 12:01:40 -07:00
doc Update cargo, books. 2019-10-29 10:45:55 -07:00
etc
liballoc Rollup merge of #65887 - lzutao:doc-vec-get, r=rkruppe 2019-10-28 21:36:06 +01:00
libarena
libcore doc: use new feature gate for c_void type 2019-10-29 13:01:54 +00:00
libfmt_macros
libgraphviz
libpanic_abort redesign of the interface to the unikernel HermitCore 2019-10-06 15:26:14 +00:00
libpanic_unwind Merge branch 'master' into rusty-hermit, resolve conflicts 2019-10-25 09:09:55 +02: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 Make error apply only to impl/trait mismatch 2019-10-29 10:19:59 -07:00
librustc_apfloat Update bitflags 2019-10-25 23:26:27 +01:00
librustc_asan
librustc_codegen_llvm Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichton 2019-10-29 12:01:38 -07:00
librustc_codegen_ssa Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichton 2019-10-29 12:01:38 -07:00
librustc_codegen_utils rustc: Add a convenience alias for dyn MetadataLoader + Sync 2019-10-24 20:51:33 +03:00
librustc_data_structures Rollup merge of #65648 - nnethercote:rm-intersect_opt, r=nikomatsakis 2019-10-23 22:19:17 +02:00
librustc_driver Remove lint callback from driver 2019-10-25 19:27:57 -04:00
librustc_errors review comment: deduplicate logic 2019-10-24 15:44:43 -07:00
librustc_fs_util
librustc_incremental remove the last remaining READMEs 2019-10-24 13:32:54 -05:00
librustc_index doc: make BitSet intro more short 2019-10-18 01:16:30 +02:00
librustc_interface rustc, rustc_passes: don't depend on syntax_expand. 2019-10-27 17:05:57 +01:00
librustc_lexer librustc_lexer: Enhance documentation 2019-10-27 20:08:08 +03:00
librustc_lint Rollup merge of #65294 - varkor:lint-inline-prototype, r=matthewjasper 2019-10-29 04:08:18 +01:00
librustc_llvm
librustc_lsan
librustc_macros Rollup merge of #65176 - nnethercote:rm-query-macros, r=michaelwoerister 2019-10-08 15:45:32 +02:00
librustc_metadata Rollup merge of #65792 - Centril:split-syntax-2, r=petrochenkov 2019-10-28 04:53:07 +01:00
librustc_mir suggest const_in_array_repeat_expression flag 2019-10-28 18:37:49 +00:00
librustc_msan
librustc_passes Rollup merge of #65792 - Centril:split-syntax-2, r=petrochenkov 2019-10-28 04:53:07 +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 Rollup merge of #65539 - traxys:fix_62334, r=petrochenkov 2019-10-29 12:01:33 -07:00
librustc_save_analysis save-analysis: Account for async desugaring in async fn return types 2019-10-29 16:25:37 +01:00
librustc_target Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichton 2019-10-29 12:01:38 -07:00
librustc_traits Rename ConstValue::Infer(InferConst::Canonical(..)) to ConstValue::Bound(..) 2019-10-21 20:50:41 +01:00
librustc_tsan
librustc_typeck Rollup merge of #65562 - Patryk27:master, r=estebank 2019-10-29 04:08:21 +01:00
librustdoc rustdoc: Resolve module-level doc references more locally 2019-10-31 07:49:54 +00:00
libserialize Remove unnecessary Hash bounds from various types. 2019-10-21 13:48:20 +11:00
libstd doc: use new feature gate for c_void type 2019-10-29 13:01:54 +00:00
libsyntax Rollup merge of #65809 - roblabla:eficall-abi, r=nagisa 2019-10-29 04:08:23 +01:00
libsyntax_expand rustc, rustc_passes: don't depend on syntax_expand. 2019-10-27 17:05:57 +01:00
libsyntax_ext rustc, rustc_passes: don't depend on syntax_expand. 2019-10-27 17:05:57 +01:00
libsyntax_pos Rollup merge of #65809 - roblabla:eficall-abi, r=nagisa 2019-10-29 04:08:23 +01:00
libterm
libtest Rollup merge of #65898 - hermitcore:rusty-hermit, r=kennytm 2019-10-29 12:01:41 -07:00
libunwind reduce version number to the smallest required version 2019-10-19 08:34:54 +02:00
llvm-project@14a3b12307 Update LLVM for Emscripten exception handling support 2019-10-08 13:07:27 -07:00
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test rustdoc: Resolve module-level doc references more locally 2019-10-31 07:49:54 +00:00
tools Auto merge of #65941 - ehuss:update-cargo-books, r=alexcrichton 2019-10-30 13:34:57 +00: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.