rust/src
Michael Howell c547831fb7 rustdoc: clean up and fix ord violations in item sorting
Based on e3fdafc263 with a few
minor changes:

- The name sorting function is changed to follow the [version sort]
  from the style guide
- the `cmp` function is redesigned to more obviously make a
  partial order, by always return `cmp()` of the same variable as
  the `!=` above

[version sort]: https://doc.rust-lang.org/nightly/style-guide/index.html#sorting

Co-authored-by: Guillaume Gomez <guillaume1.gomez@gmail.com>
2024-07-24 20:38:30 -04:00
..
bootstrap Fix dry-run execution of pre-release 2024-07-21 10:25:48 -04:00
ci Switch channel to beta 2024-07-21 08:54:31 -04:00
doc Update extern linking documentation 2024-07-18 12:39:42 +02:00
etc Update jsondocck directives to follow ui_test-style 2024-07-19 16:54:16 +02:00
librustdoc rustdoc: clean up and fix ord violations in item sorting 2024-07-24 20:38:30 -04:00
llvm-project@c54cff0e6e Update LLVM submodule 2024-07-05 22:06:57 +08:00
rustdoc-json-types Add rustdoc-json support for use<> 2024-07-12 05:24:51 -04:00
tools Auto merge of #127663 - Oneirical:fuzzy-testure, r=jieyouxu 2024-07-20 19:49:49 +00:00
README.md
stage0 bump stage0 compiler 2024-06-11 15:10:03 +02:00
version set version number to 1.81.0 2024-06-07 10:37:34 +02: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.