rust/src
bors 2b8fbe6b0b Auto merge of #82855 - jyn514:no-temporaries, r=GuillaumeGomez
Avoid temporary allocations in `render_assoc_item`

`render_assoc_item` came up as very hot in a profile of rustdoc on
`bevy`.  This avoids some temporary allocations just to calculate the
length of the header.

This should be a strict improvement, since all string formatting was
done twice before.

cc #82845
2021-03-22 06:45:33 +00:00
..
bootstrap Download a more recent LLVM version if src/version is modified 2021-03-21 12:10:34 -04:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Auto merge of #83201 - klensy:checkout-v2, r=pietroalbini 2021-03-19 21:08:41 +00:00
doc Update doc/reference submodule 2021-03-21 20:54:42 +01:00
etc Update HashSet natvis 2021-03-17 10:07:09 +01:00
librustdoc Auto merge of #82855 - jyn514:no-temporaries, r=GuillaumeGomez 2021-03-22 06:45:33 +00:00
llvm-project@c3a26cbf6e Update LLVM to bring in SIMD updates for WebAssembly 2021-03-18 16:04:39 -07:00
rustdoc-json-types x.py fmt 2021-03-06 15:50:29 -05:00
test Auto merge of #83360 - Dylan-DPC:rollup-17xulpv, r=Dylan-DPC 2021-03-22 04:03:53 +00:00
tools Rollup merge of #83289 - c410-f3r:tests-tests-tests, r=petrochenkov 2021-03-21 02:01:38 +01:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Update the bootstrap compiler 2021-02-20 17:19:30 -05:00
version Bump to 1.53.0 2021-03-20 12:19:30 -04:00

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.