David Wood

Results 65 comments of David Wood

Re-opening after #39153 was visited in the wg-debugging triage. I've got a implementation at #99556. @rustbot second

Having a quick look, I think these are the relevant repositories: - [rust-lang/rust](https://github.com/rust-lang/rust) - [rust-lang/rustc-guide](https://github.com/rust-lang/rustc-guide) - [rust-lang/miri](https://github.com/rust-lang/miri) - [rust-lang/compiler-team](https://github.com/rust-lang/compiler-team) - [rust-lang/measureme](https://github.com/rust-lang/measureme) - [rust-lang/chalk](https://github.com/rust-lang/chalk) - [rust-lang/polonius](https://github.com/rust-lang/polonius) - [rust-lang/rustc-rayon](https://github.com/rust-lang/rustc-rayon) - [rust-lang/rustc-hash](https://github.com/rust-lang/rustc-hash) -...

We want to make sure that all compiler team maintained repositories match the out-of-tree crates policy, that means making sure that the [repositories on this list](https://github.com/rust-lang/compiler-team/issues/65#issuecomment-485239244) have the following: -...

I have no experience with Apple platforms so I'll reassign this. r? rust-lang/compiler

@romkatv @eins78 `git describe --all` appears to output what I'd expect to see.

Started in [initrd-ssh](https://github.com/davidtwco/veritas/tree/initrd-ssh).

Enabled in 98a0e92f but still not quite working.

> @davidtwco Updated commit history. Now it has 1 commit per rename, plus one with updates and fixes. Perfect! > 1. Are we ok with `TargetDataLayoutErrorsWrapper` in: > 1.1 `rustc_session/src/errors.rs:48`...

> > I'm not sure why this is necessary. I'd prefer we avoid the wrapper if we could. > > We need it because of Coherence/Orphan rule. It wasn't needed...