rust/src
Michael Howell e61be1bfae rustdoc-search: reuse empty map/array in function signatures
Map is implemented as a pointer to a mutable object.
Rustdoc never mutates function signatures after constructing them,
but the JS engine doesn't know that.

To save a bunch of memory, use a single immutable map
for every decoded type object with no bindings or generics.
2024-01-08 12:00:40 -07:00
..
bootstrap Auto merge of #119556 - onur-ozkan:optimized-compiler-builtins, r=onur-ozkan 2024-01-07 11:20:08 +00:00
ci Auto merge of #119556 - onur-ozkan:optimized-compiler-builtins, r=onur-ozkan 2024-01-07 11:20:08 +00:00
doc Rollup merge of #118781 - RalfJung:core-panic-feature, r=the8472 2024-01-06 16:07:46 +01:00
etc pass allow-{dirty,staged} to clippy 2024-01-01 09:41:39 +03:00
librustdoc rustdoc-search: reuse empty map/array in function signatures 2024-01-08 12:00:40 -07:00
llvm-project@606bc11367 Update LLVM submodule 2023-12-20 16:50:43 +03:00
rustdoc-json-types Add is_object_safe information for traits in JSON output 2023-12-23 11:43:31 +01:00
tools Rollup merge of #119711 - Nilstrieb:makewtf, r=WaffleLapkin 2024-01-08 00:38:36 +01:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json bump stage0 2023-12-22 11:04:31 +01:00
version bump version number to 1.77.0 2023-12-21 10:58:56 +01:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

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