Xavier Denis

Results 79 issues of Xavier Denis

Instead of tying operators to traits that come with laws / etc... the idea would be to create a single-purpose trait for each operator that it would desugar to. This...

Oil from the Rust team has made the `ui_test` crate, which is an extracted version of Rustc's `compiletest` crate, it makes it easy to set up and diff ui tests...

Currently, assume that a function with no `#[open]` annotation has opacity `#[open(self)]`, despite this, there are over a 190 specific usages of `#[open(self)]`. These should be investigated and a mechanism...

The following code: ``` let (left, remn) = self.split(i); let (_, right) = remn.split(len); ``` generates something like the following: ``` res

Due to increased strictness in the checks performed by `rustc` in trait resolution, we had to specialize the `extern_spec` for `Option`. Otherwise, we would have an issue where the `ParamEnv`...

I've noticed what I consider to be an unfortunate decision in rustfmt: the moment a single doc-comment is added in an `enum`, the whole `enum` is laid out with a...

p-low
feature-request