rust/src
bors 3a2aa5854c Auto merge of #119020 - onur-ozkan:remove-hex, r=albertlarsan68
remove `hex` dependency in bootstrap

First commit removes the `hex` dependency, as we can achieve the same output with the added function, which is very small and simple.

Second commit creates a test module for the helpers util and adds unit tests for multiple helper functions, including `hex_encode`.
2023-12-17 14:26:54 +00:00
..
bootstrap Auto merge of #119020 - onur-ozkan:remove-hex, r=albertlarsan68 2023-12-17 14:26:54 +00:00
ci test x clippy --stage 0 in ci 2023-12-16 15:24:59 -05:00
doc Auto merge of #118417 - anforowicz:default-hidden-visibility, r=TaKO8Ki 2023-12-14 09:16:15 +00:00
etc update auto completions 2023-12-11 14:26:11 +03:00
librustdoc Auto merge of #119001 - notriddle:notriddle/searchwords, r=GuillaumeGomez 2023-12-17 06:20:49 +00:00
llvm-project@2c4de6c249 Include an additional cherry-pick 2023-12-14 16:05:39 +01:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Auto merge of #119039 - RalfJung:miri, r=RalfJung 2023-12-17 10:18:25 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Update stage0.json 2023-12-16 15:24:59 -05:00
version Bump nightly version 2023-11-11 11:29:33 -05: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.