Miguel Ojeda

Results 72 comments of Miguel Ojeda

Yeah, I have piled up a few things for `bindgen` that I want to take a look at and submit -- I should have some time in a week or...

Out of the given alternatives, it seems to me the one proposed by the RFC is the simplest (only new methods are added, no new compiler features needed, etc.) and...

@BurntSushi It is too early to say how we will end up using `alloc` medium/long-term. It is true that we added similar APIs, so if they were there, we would...

> But at least in the meetings I attended long ago, it was discussed marking vendor with a "this is vendored, don't change it willy-nilly, we need to sync with...

@BurntSushi You're welcome! > who is this RFC for? What specific work is being unblocked? For Rust for Linux, while we cannot promise it would get us off the fork,...

Not all kernel modules/code are intended for normal usage, loaded by default and/or built in the usual production kernels shipped with distributions. This kind of feature could go into the...

It is definitely not critical, but it allows a project to call the compiler with a global `-Funsafe_op_in_unsafe_fn` flag, for instance. Moreover, considering that the language is evolving towards not...

Thanks for this @pvdrz!

> cc @ojeda Thanks! Cc'ing @wedsonaf since he will like it :)

> floats require the FPU to be around so are an absolute no-no in kernel space Nit: floats can be used where available, but it is still good to be...