rust/src
bors 2e57d647b0 Auto merge of - vita-rust:vita, r=workingjubilee
Updated libc and doc for Vita target

Doc changes:

- Updated Vita target readme. The recommended approach to build artifacts for the platform now is [cargo-vita](https://crates.io/crates/cargo-vita) which wraps all the convoluted steps previously described in a yaml for `cargo-make`
- Updated maintainer list for Vita target. (`@ZetaNumbers` `@pheki` please agree to be added to the list, `@amg98` please let us know if you're still planning on actively maintaining target support)

Code changes:
- ~Updated libc for rust-lang/libc#3284 and rust-lang/libc#3366~ (Already merged in )
- In dupfd changed the flag same as for esp target, there is no CLOEXEC on Vita
- Enabled `new_pair` since we've implemented `socketpair` in Vita newlib
2023-10-17 10:22:14 +00:00
..
bootstrap bootstrap: fix warnings 2023-10-17 10:07:12 +03:00
ci Build GCC with support for BOLT 2023-10-09 21:46:14 +02:00
doc Auto merge of - vita-rust:vita, r=workingjubilee 2023-10-17 10:22:14 +00:00
etc generate zsh autocompletion for x 2023-10-15 09:05:55 +03:00
librustdoc Auto merge of - matthiaskrgr:rollup-m2qm8ul, r=matthiaskrgr 2023-10-16 18:57:44 +00:00
llvm-project@d404cba4e3 Update LLVM submodule 2023-09-28 13:41:02 +02:00
rustdoc-json-types
tools Auto merge of - nnethercote:tidy-alpha-deps, r=wesleywiser 2023-10-17 02:48:03 +00:00
README.md
stage0.json Bump to latest beta 2023-10-08 19:57:43 -04:00
version Bump to 1.75.0 2023-09-30 19:09:22 -04: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.