rust/src
Mark Rousskov 7fc80b6bc6
Rollup merge of #61926 - scottmcm:vec-vecdeque, r=Mark-Simulacrum
Fix hyperlinks in From impls between Vec and VecDeque

I'd been trying to link them, but apparently actually just added brackets: <https://doc.rust-lang.org/nightly/std/collections/struct.VecDeque.html#impl-From%3CVec%3CT%3E%3E>

~~This reverts commit 5168f5d220d0b30d322f254f51142931a9054056.~~

~~(I'd previously tried to make relative links, but those failed linkcheck because the types are exported at different levels.  So just skip the links -- they're already linked in the function signature anyway.)~~

This makes the links now work.
2019-07-18 11:29:36 -04:00
..
bootstrap Update mdbook, cargo, books 2019-07-17 12:46:36 -07:00
build_helper Bump compiler-builtins to 0.1.15 2019-05-22 07:46:36 -07:00
ci Auto merge of #62592 - nikic:actually-update-llvm, r=alexcrichton 2019-07-16 23:05:06 +00:00
doc Update mdbook, cargo, books 2019-07-17 12:46:36 -07:00
etc Check for lldb existences 2019-07-14 04:19:39 +00:00
grammar
liballoc Rollup merge of #61926 - scottmcm:vec-vecdeque, r=Mark-Simulacrum 2019-07-18 11:29:36 -04:00
libarena rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
libcore Auto merge of #61339 - jridgewell:pointer-alignment, r=BurntSushi 2019-07-17 12:13:36 +00:00
libfmt_macros rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
libgraphviz rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
libpanic_abort
libpanic_unwind Make use of ptr::null(_mut) instead of casting zero 2019-06-17 10:52:46 +00:00
libproc_macro Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=dtolnay,Centril 2019-07-04 01:38:46 +02:00
libprofiler_builtins Compile new InstrProfilingPlatformWindows.c file 2019-07-15 19:14:59 +02:00
librustc Auto merge of #62322 - wesleywiser:promoted_query, r=oli-obk 2019-07-16 12:19:35 +00:00
librustc_allocator hygiene: Introduce a helper method for creating new expansions 2019-07-11 00:12:57 +03:00
librustc_apfloat rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_asan Update cmake, cc and compiler_builtins for VS 2019 support 2019-04-10 21:17:31 +02:00
librustc_ast_borrowck Move rustc_borrowck -> rustc_ast_borrowck 2019-07-11 18:54:02 +01:00
librustc_codegen_llvm Don't add extra passes into the function pass manager 2019-07-15 09:45:14 +02:00
librustc_codegen_ssa Auto merge of #62584 - eddyb:circular-math-is-hard, r=pnkfelix 2019-07-13 20:45:40 +00:00
librustc_codegen_utils normalize use of backticks for compiler messages in librustc_codegen 2019-07-08 00:54:38 +02:00
librustc_data_structures Rollup merge of #62651 - matthewjasper:rustc-macro-hygiene, r=petrochenkov 2019-07-13 16:18:41 +02:00
librustc_driver Move rustc_borrowck -> rustc_ast_borrowck 2019-07-11 18:54:02 +01:00
librustc_errors Emit dropped unemitted errors to aid in ICE debugging 2019-07-11 16:59:19 -07:00
librustc_fs_util rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_incremental rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_interface Move rustc_borrowck -> rustc_ast_borrowck 2019-07-11 18:54:02 +01:00
librustc_lint Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
librustc_llvm rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_lsan Update cmake, cc and compiler_builtins for VS 2019 support 2019-04-10 21:17:31 +02:00
librustc_macros Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk 2019-07-05 20:26:51 +02:00
librustc_metadata Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
librustc_mir Auto merge of #62322 - wesleywiser:promoted_query, r=oli-obk 2019-07-16 12:19:35 +00:00
librustc_msan Update cmake, cc and compiler_builtins for VS 2019 support 2019-04-10 21:17:31 +02:00
librustc_passes Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
librustc_plugin Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
librustc_privacy rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_resolve Suggest assoc type on type not found in trait method definition 2019-07-13 21:17:38 -07:00
librustc_save_analysis hygiene: Reuse MacroKind in ExpnKind 2019-07-11 00:12:08 +03:00
librustc_target Auto merge of #61946 - BaoshanPang:vxworks, r=alexcrichton 2019-07-16 19:26:53 +00:00
librustc_traits rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_tsan Update cmake, cc and compiler_builtins for VS 2019 support 2019-04-10 21:17:31 +02:00
librustc_typeck Add info about undefined behavior to as_ref suggestions 2019-07-14 23:05:03 -04:00
librustdoc Rollup merge of #62568 - lzutao:replace_may_dangle, r=matthewjasper 2019-07-12 22:46:44 +02:00
libserialize Rollup merge of #62042 - petrochenkov:macstab, r=matthewjasper 2019-07-07 17:00:17 +02:00
libstd Auto merge of #61946 - BaoshanPang:vxworks, r=alexcrichton 2019-07-16 19:26:53 +00:00
libsyntax Rollup merge of #62703 - fakenine:normalize_use_of_backticks_compiler_messages_p6, r=eddyb 2019-07-16 11:38:58 -04:00
libsyntax_ext normalize use of backticks in compiler messages for libsyntax_ext 2019-07-15 23:11:29 +02:00
libsyntax_pos Remove feature gate dropck_parametricity completely 2019-07-11 18:44:56 +00:00
libterm Remove use of mem::uninitialized in libterm crate 2019-07-06 03:27:05 +00:00
libtest Add supporting for vxWorks 2019-07-16 00:13:07 -07:00
libunwind Re-add bootstrap attribute to libunwind for llvm-libunwind feature 2019-07-07 15:45:04 -07:00
llvm-emscripten@7f23313edf
llvm-project@f6446fa8e9 Update LLVM submodule 2019-07-13 00:16:40 +02:00
rtstartup
rustc Remove leading newlines 2019-04-22 17:01:33 +01:00
rustllvm Don't add extra passes into the function pass manager 2019-07-15 09:45:14 +02:00
stdarch@b881a2d124 Update stdarch 2019-07-15 16:29:12 +02:00
test Auto merge of #62669 - estebank:suggest-assoc-type, r=cramertj 2019-07-18 05:07:36 +00:00
tools Update mdbook, cargo, books 2019-07-17 12:46:36 -07:00
.gitignore
README.md
stage0.txt Switch master to 1.38 2019-07-04 11:26:57 -04: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.

There is also useful content in the following READMEs, which are gradually being moved over to the guide: