Skip to content

Commit 4132c37

Browse files
Merge pull request #772 from wesleywiser/add_davidtwco_jackhuey
[Inside-Rust] Welcome David Wood to compiler team & Jack Huey to contributors
2 parents f850d46 + 1959bb9 commit 4132c37

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: post
3+
title: "Welcoming David Wood to compiler team and Jack Huey to compiler-contributors"
4+
author: Wesley Wiser
5+
description: "Please welcome David Wood to the compiler team and Jack Huey to compiler-contributors"
6+
team: the compiler team <https://www.rust-lang.org/governance/teams/compiler>
7+
---
8+
9+
Please welcome [David Wood] to the compiler team and [Jack Huey] to the [compiler-contributors] group!
10+
11+
David Wood ([@davidtwco]) has been a frequent contributor to Rust in many different parts of the compiler.
12+
Much of David's recent work has been focused on [polymorphisation] which allows rustc to reduce the number of duplicated generic functions in certain situations and on adding [split DWARF] support to the LLVM backend.
13+
Previously, David has worked on numerous diagnostic improvements, internal compiler error fixes and the [non-lexical lifetimes] initiative.
14+
15+
Jack Huey ([@jackh726]) has been a major contributor to the [Chalk] project which is a re-implementation of the Rust trait system using logical-programming constructs with the eventual goal of replacing the current system.
16+
In addition to Chalk, Jack has also worked on various refactorings to make the rustc trait code more like Chalk.
17+
Jack is also the co-lead of the [traits working group] which is coordinating this effort.
18+
19+
Congratulations [David Wood] and [Jack Huey] and thanks!
20+
21+
[David Wood]: https://github.com/davidtwco
22+
[@davidtwco]: https://github.com/davidtwco
23+
[polymorphisation]: https://davidtw.co/media/masters_dissertation.pdf
24+
[split DWARF]: https://github.com/rust-lang/rust/pull/77117
25+
[non-lexical lifetimes]: https://doc.rust-lang.org/edition-guide/rust-2018/ownership-and-lifetimes/non-lexical-lifetimes.html
26+
[Jack Huey]: https://github.com/jackh726
27+
[@jackh726]: https://github.com/jackh726
28+
[Chalk]: https://github.com/rust-lang/chalk
29+
[traits working group]: https://rust-lang.github.io/compiler-team/working-groups/traits/
30+
[compiler-contributors]: https://rust-lang.github.io/rfcs/2689-compiler-team-contributors.html

0 commit comments

Comments
 (0)