Dylan MacKenzie

Results 36 comments of Dylan MacKenzie

Thanks for getting this moving with rust-lang/compiler-team#320! I would like to see the first two chapters reorganized so that they follow the typical order of a contribution to `rustc`. The...

My impression of the guide/forge split is that the forge is specifically targeted at org members while the guide is targeted at everyone who wants to contribute. I envisioned that...

I implemented a basic version of this in #1984 and am using it locally. I'm curious how my version compares to what others had in mind. For example, I think...

@jhugman It seems like using fully qualified names in the templates for builtin types (e.g. `kotlin.Exception`) would solve this relatively easily. Is there something I'm missing? I'm hitting the same...

This works as-is but I'm not happy with the way configuration is handled currently. Initially I wanted to use `EXTRA_DTC_OVERLAY_FILE` to enable/disable the `exit-after` property of the `kscan-mock` driver, but...

I'm using this locally, but haven't written tests or documentation yet. When that's done, I'll mark this as ready for review. Ultimately I want to allow arbitrary behaviors in the...

This PR is now feature complete, so I've marked it as ready for review. It would be nice to allow custom momentary layer lock behaviors to accept an arbitrary arguments,...

Maybe someone can help me out? I get `Failed to build` errors with no logs when running `west test tests/momentary-layer-lock`. Attempting to compile manually with the `west build` invocation from...

Thanks @caksoylar. The rebased version seems to be working fine (I've been running it since last night). I've been using this for a few months now and still find it...

`const_if_match` and `const_loop` stabilization PR merged (rust-lang/rust#72437). On track for stabilization in 1.46.