Adolfo Ochagavía

Results 25 issues of Adolfo Ochagavía

In a `.torrent` file, the hashes of the pieces are saved as a string. However, this string does not match Rust's `String` type, because it contains incorrect UTF8. What we...

I just opened a PR to fix the build on Windows. It would be great to setup AppVeyor to ensure future PRs are built correctly on Windows as well.

enhancement

### Replace `Vec` usage by iterators The issues below lead people to collect iterators into a `Vec`, instead of returning them. Blocking issues: - Lack of a `yield` keyword. This...

enhancement
blocked-rustc

e.g. when implementing a trait that is not in the prelude nor in the use list, you could right-click on the trait name and select refactor->add use

It looks like Coil [no longer exists](https://www.coil.com/), but it's still mentioned as one of Zig's sponsors on https://ziglang.org/

From [this article](https://kobzol.github.io/rust/rustc/2023/09/23/rustc-runtime-benchmarks.html): > Valgrind has support for [client requests](https://valgrind.org/docs/manual/manual-core-adv.html#manual-core-adv.clientreq), which allow the profiled program (amongst other things) to selectively enable and disable instrumentation for parts of the program. They...

The configuration option has been renamed to `timeout`, but it looks like the change wasn't reflected in this part of the docs. Could someone add the `skip news` label to...