Dan Gohman

Results 1066 comments of Dan Gohman

> > But it's likely that not all users will have engines that support that. > > maybe ask feedback in the release notes explicitly so that we can reconsider...

I was in the middle of running the release process when this issue came in. I can hold off on doing the final publish until we figure out what we...

If you generate the documentation with `RUSTDOCFLAGS="--cfg document_experimental_runtime_api"`, it will include the docs for the `runtime` module. If you'd like something more than that, it would be helpful to say...

Thinking about this issue and https://github.com/sunfishcode/eyra/issues/51, I ended up finding it feasible to make origin support stable Rust. So origin 0.21.2 (just released) now works on stable Rust, if you'd...

I think we can close this. The path forward isn't to just publicly document rustix::runtime in its current form; it's to figure out which things in runtime make sense to...

#1313 has changed my mind; I'm going to close this, because I don't intend to communicate that we should simply document rustix::runtime in its current form.

I've now filed https://github.com/bytecodealliance/rustix/issues/1314 to ask for suggestions of functions that should be made public, and the use cases that motivate them.

I've also now posted a PR https://github.com/bytecodealliance/rustix/pull/1315 to add documentation for functions that rustix does not, or not yet, implement, to help people who might be searching for these functions.

> Now I see why [rust-lang/rust#101069](https://github.com/rust-lang/rust/pull/101069) is needed at all at such an early bring-up stage... this crate is being depended upon by Cargo. A lot have changed since I...