rust/src
bors 1603a70f82 Auto merge of #100356 - matthiaskrgr:rollup-he0vkjc, r=matthiaskrgr
Rollup of 8 pull requests

Successful merges:

 - #99573 (Stabilize backtrace)
 - #100069 (Add error if link_ordinal used with unsupported link kind)
 - #100086 (Add more `// unit-test`s to MIR opt tests)
 - #100332 (Rename integer log* methods to ilog*)
 - #100334 (Suggest a missing semicolon before an array)
 - #100340 (Iterate generics_def_id_map in reverse order to fix P-critical issue)
 - #100345 (docs: remove repetition in `is_numeric` function docs)
 - #100352 (Update cargo)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-08-10 06:09:10 +00:00
..
bootstrap Rollup merge of #100181 - RalfJung:alloc-ref-mutability, r=jackh726 2022-08-09 17:34:52 +05:30
ci Auto merge of #99833 - andrewpollack:fuchsia-rust-ci-zircon-lib-improvement, r=Mark-Simulacrum 2022-08-07 15:58:30 +00:00
doc Rollup merge of #100072 - oToToT:patch-1, r=michaelwoerister 2022-08-10 00:00:27 +02:00
etc check_missing_items.py: Don't overwrite ty in loop 2022-07-30 20:13:40 +01:00
librustdoc Auto merge of #100346 - matthiaskrgr:rollup-6rljn4p, r=matthiaskrgr 2022-08-10 03:21:23 +00:00
llvm-project@8b6b5014fd Update llvm-project 2022-07-05 17:57:29 +02:00
rustdoc-json-types Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelid 2022-08-10 00:00:24 +02:00
test Auto merge of #100356 - matthiaskrgr:rollup-he0vkjc, r=matthiaskrgr 2022-08-10 06:09:10 +00:00
tools Update cargo 2022-08-10 04:07:57 -07:00
README.md
stage0.json Bump to latest beta 2022-07-21 01:36:08 +00:00
version Bump to 1.65.0 2022-08-05 11:32:46 -04:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

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