rust/src
kadmin a9915581d7 Change slice::to_vec to not use extend_from_slice
This also required adding a loop guard in case clone panics

Add specialization for copy

There is a better version for copy, so I've added specialization for that function
and hopefully that should speed it up even more.

Switch FromIter<slice::Iter> to use `to_vec`

Test different unrolling version for to_vec

Revert to impl

From benchmarking, it appears this version is faster
2020-11-22 22:22:03 +00:00
..
bootstrap Auto merge of #79115 - cuviper:rust-description, r=Mark-Simulacrum 2020-11-21 15:43:09 +00:00
build_helper
ci
doc
etc
librustdoc Rollup merge of #79264 - jyn514:less-doctree, r=GuillaumeGomez 2020-11-21 19:44:18 +01:00
llvm-project@ee16174578
test Change slice::to_vec to not use extend_from_slice 2020-11-22 22:22:03 +00:00
tools update miri 2020-11-21 00:35:48 +01:00
README.md
stage0.txt
version

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.