Chris Wailes

Results 8 issues of Chris Wailes

Updating the Android NDK in accordance with new platform support policy.

This commit updates the compiler detection logic for the Android platform to work with NDK r25. This code is largely identical to the corresponding code in rustc/src/bootstrap/cc_detect.rs.

O-android

This RFC is largely the work of @rylev. I've worked with him to update some of the language and then added some additional context from Android. This is my first...

T-lang
T-cargo
proposed-final-comment-period
disposition-postpone

This PR adds support for enabling/disabling self-contained sanitizer runtimes. This is an alternative to https://github.com/rust-lang/rust/pull/121207. r? @michaelwoerister

T-compiler
S-waiting-on-review

The code generation library, used to interact with LLVM, will be moved to its own project. This will allow developers to upgrade RLTK and the LLVM bindings independently, easing the...

Here are all of the changes put into individual commits. The issue with the protected method in execution_engine.rb was an unfortunate side effect of me learning git. I thought I...

The [attached patch file](https://github.com/user-attachments/files/18044390/rustc-0069-Mark-several-functions-as-unavailable-on-aarch64-MUS.patch.txt) does not properly apply to [this](https://github.com/rust-lang/rust/blob/1.82.0/library/std/src/f128.rs) file. Specifically, one of the changes is applied [here](https://github.com/rust-lang/rust/blob/1.82.0/library/std/src/f128.rs#L670). The following arguments were provided to `patch`: `-p1 -l -i`. This...

# Description This change adds constants that can be passed to BIONIC's implementation of `mallopt` # Sources Constant definitions in BIONIC source: https://cs.android.com/android/platform/superproject/main/+/main:bionic/libc/include/malloc.h;l=215 # Checklist - [X] Relevant tests in...

S-waiting-on-author
O-unix
O-android
stable-nominated