the8472

Results 40 issues of the8472

Currently there's a suboptimal interaction between const asserts and const generics. A more general function that is valid for all N cannot call a function that asserts at compile time...

T-lang

# Proposal ## Problem statement It would be useful to have a version of `io::copy` that can use: - splice or sendfile, some of the existing optimizations have to be...

T-libs-api
api-change-proposal

I realize that given the `nsTArray` mentions in the documentation this is probably out of scope, so feel free to just close this, but here I go anyway: The conversion...

(copied from https://github.com/rust-lang/rust/pull/113730#issuecomment-1869013070) These lines seem questionable: https://github.com/rust-lang/jobserver-rs/blob/b4bc5db730a93d01cf8d0d868a2b6f553f535d2d/src/unix.rs#L152-L153 They lead the fds not being available to child processes by default (unless reverted by `Client::configure`) but [from_env_ext()](https://github.com/rust-lang/jobserver-rs/blob/b4bc5db730a93d01cf8d0d868a2b6f553f535d2d/src/lib.rs#L264-L296) does not remove the...

Currently on my desktop the dashboard charts look like this ![image](https://github.com/rust-lang/rustc-perf/assets/1065730/08fbf9e3-802a-41f0-b2ef-5642776d95f2) Due to the exponential downwards trend each incremental change becomes more more difficult to distinguish. Changing the aspect ratio...

#3690 was only applied to 0.2 To keep things on sync PRs [should be filed against both](https://github.com/rust-lang/libc/issues/3248#issuecomment-1951356943) 0.2 and main CC @tesuji

Dynamically linking against libstd and possibly other libraries can significantly reduce binary size (even though not overall size). This has of course the caveat that rust has no stable ABI...

help wanted

From #129014 and #10389 > If you instead want to argue that the lang team should change its mind, please open a new issue and gather arguments in favor of...

T-lang
C-discussion
I-lang-nominated

The 6.11 linux kernel added a [new ioctl interface](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c10cb9148e51) to the maps file that allows more efficient querying of the mapped memory ranges. Depending on how much time is spent...

enhancement
gimli
OS-linux
symbolizing

Resolves an old HACK /FIXME. Note that I haven't worked much with codegen so I'm not sure if I'm using the functions correctly and I was surprised seeing out-of-range values...

T-compiler
S-waiting-on-review