rust/src
bors 1cbc45942d Auto merge of #104673 - matthiaskrgr:rollup-85f65ov, r=matthiaskrgr
Rollup of 9 pull requests

Successful merges:

 - #104420 (Fix doc example for `wrapping_abs`)
 - #104499 (rustdoc JSON: Use `Function` everywhere and remove `Method`)
 - #104500 (`rustc_ast`: remove `ref` patterns)
 - #104511 (Mark functions created for `raw-dylib` on x86 with DllImport storage class)
 - #104595 (Add `PolyExistentialPredicate` type alias)
 - #104605 (deduplicate constant evaluation in cranelift backend)
 - #104628 (Revert "Update CI to use Android NDK r25b")
 - #104662 (Streamline deriving on packed structs.)
 - #104667 (Revert formatting changes of a test)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-11-21 15:22:54 +00:00
..
bootstrap Rollup merge of #104628 - alex-pinkus:revert-android-ndk-upgrade, r=pietroalbini 2022-11-21 14:11:12 +01:00
ci Revert "Update CI to use Android NDK r25b" 2022-11-19 18:48:26 -08:00
doc
etc
librustdoc Rollup merge of #104499 - Enselic:no-method-in-rustdoc-json, r=GuillaumeGomez 2022-11-21 14:11:09 +01:00
llvm-project@a1232c451f
rustdoc-json-types rustdoc JSON: Clarify that Function is also used for methods 2022-11-20 13:48:49 +01:00
test Auto merge of #104673 - matthiaskrgr:rollup-85f65ov, r=matthiaskrgr 2022-11-21 15:22:54 +00:00
tools Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr 2022-11-21 14:11:11 +01:00
README.md
stage0.json
version

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

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

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