Oli Scherer

Results 110 issues of Oli Scherer

fixes #10885 This one is fairly annoying to test, as it happens *before* the usual cargo logic (which is also the reason it was forgotten to get wrapped).

S-waiting-on-author

# Proposal Rewrite compiletest from scratch as a stable crate on crates.io. Miri is already using the MVP rewrite called `ui_test` (it currently lives in the miri repo, but will...

T-compiler
major-change
to-announce

# Proposal [Chalk](https://github.com/rust-lang/chalk/blob/e0ade19d139bc784384acc6736cd960c91dd55a1/chalk-ir/src/lib.rs#L2576) and [a-mir-formality](https://github.com/nikomatsakis/a-mir-formality/blob/6f55038b43584467d2174d877e49e1661e57dfa1/src/logic/grammar.rkt#L84) have the concept of `Goal` and `Clause` that wrap certain subsets of what currently is `Predicate` to differentiate between things that need to be proven...

T-compiler
final-comment-period
major-change

it says > Finding a "second" suffices for internal changes. If however you are proposing a new public-facing feature, such as a `-C flag`, then full team check-off is required....

**Current proposal/summary: https://github.com/rust-lang/const-eval/issues/20#issuecomment-468657992** # Motivation In order to totally outdo any other constant evaluators out there, it is desirable to allow things like using serde to deserialize e.g. json or...

There are multiple thousand intrinsics for various platforms which users might want to use to speed up their code. It is unrealistic to implement all of these (although a certain...

Spawned off https://github.com/rust-lang/rust/pull/55009#issuecomment-433211317 (a PR making raw pointer to usize casts unsafe and making raw pointer operations unsafe. These `unconst` operations are explained in https://github.com/rust-rfcs/const-eval/blob/master/const_safety.md There is the question of...

While is very important to not have `static` or `const` items of such types, during the evaluation of a `static` or `const` item we might want to work with intermediate...

* [ ] Send/Sync missing on windows