rust/src
bors d38cd229b7 Auto merge of #127096 - matthiaskrgr:rollup-kh7e0rh, r=matthiaskrgr
Rollup of 11 pull requests

Successful merges:

 - #123714 (Add test for fn pointer duplication.)
 - #124091 (Update AST validation module docs)
 - #127015 (Switch back `non_local_definitions` lint to allow-by-default)
 - #127016 (docs: check if the disambiguator matches its suffix)
 - #127029 (Fix Markdown tables in platform-support.md)
 - #127032 (Enable const casting for `f16` and `f128`)
 - #127055 (Mark Hasher::finish as #[must_use])
 - #127068 (Stall computing instance for drop shim until it has no unsubstituted const params)
 - #127070 (add () to the marker_impls macro for ConstParamTy)
 - #127071 (Remove (deprecated & unstable) {to,from}_bits pointer methods)
 - #127078 (Enable full tools and profiler for LoongArch Linux targets)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-06-29 05:00:11 +00:00
..
bootstrap Auto merge of #126701 - onur-ozkan:build-lld-if-enabled, r=Kobzol 2024-06-28 19:52:56 +00:00
ci Auto merge of #127096 - matthiaskrgr:rollup-kh7e0rh, r=matthiaskrgr 2024-06-29 05:00:11 +00:00
doc Rollup merge of #127029 - xen0n:fix-platform-support-table, r=lqd 2024-06-28 22:04:17 +02:00
etc Allow numbers in rustdoc tests commands 2024-06-24 11:10:18 +02:00
librustdoc docs: check if the disambiguator matches its suffix 2024-06-28 07:55:40 +08:00
llvm-project@5a5152f653 Update to LLVM 18.1.7 2024-06-06 08:37:27 +02:00
rustdoc-json-types Remove `Type` from rustdoc `Const` 2024-06-05 22:25:42 +01:00
tools Revert "Rollup merge of #126938 - RalfJung:link_section, r=compiler-errors" 2024-06-28 20:59:01 +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

README.md

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.