rust/src
Jubilee 825b22fab2
Rollup merge of #130664 - GuillaumeGomez:generate-line-numbers-on-non-rust, r=notriddle
Generate line numbers for non-rust code examples as well

Currently, the "enable line numbers" setting only generated it for rust code examples. Found this limitation a bit strange so I decided to remove it.

You can test it [here](https://rustdoc.crud.net/imperio/generate-line-number-non-rust/doc/lib2/sub_mod/struct.Foo.html).

r? ``@notriddle``
2024-09-21 22:34:33 -07:00
..
bootstrap Rollup merge of #130648 - onur-ozkan:enzyme-linking, r=Kobzol 2024-09-21 22:34:32 -07:00
ci Add --enable-profiler to armhf dist 2024-09-20 22:48:36 -07:00
doc remove #[cmse_nonsecure_entry] 2024-09-21 13:05:21 +02:00
etc Remove unused option from x.py 2024-09-07 10:35:23 +05:30
gcc@fd3498bff0 Update GCC version 2024-09-06 16:01:46 +02:00
librustdoc Generate line numbers for non-rust code examples as well 2024-09-22 00:18:44 +02:00
llvm-project@4b8d29c585 Update LLVM to 19 327ca6c 2024-09-11 07:59:27 +08:00
rustdoc-json-types rustdoc: normalise type/field names in rustdoc-json-types/jsondoclint 2024-09-01 23:58:08 +03:00
tools Rollup merge of #127766 - folkertdev:c-cmse-nonsecure-entry, r=jackh726 2024-09-21 15:18:55 -04:00
README.md
stage0 bump stage0 2024-09-04 03:13:55 +01:00
version Bump to 1.83 2024-08-30 19:58:04 +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.