Skip to content

Commit f2c25c8

Browse files
authored
Merge pull request #895 from apiraino/update-working-areas
Update compiler working areas
2 parents 6bd97ba + ea3b52b commit f2c25c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/compiler/working-areas.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Parallel-rustc | Making parallel compilation the default for
1212
Polonius | Exploring the integration of the "NLL 2.0"-like ["Polonius analysis"][Polonius] into rustc | [borrow check][borrowck], [rust-lang/polonius][P], [rust-lang/datafrog][DF] | [#t-types/polonius][polonius_stream]
1313
RLS 2.0 | Experimenting with a new compiler architecture tailored for IDEs | [rust-analyzer][ra-repo] | [#t-compiler/rust-analyzer][rls20_stream]
1414
Rustc Dev Guide | Make the compiler easier to learn by ensuring that rustc-dev-guide is "complete" | [rustc], [rustc-dev-guide][rustc-dev-guide-repo] | [#t-compiler/rustc-dev-guide][rustc-dev-guide_stream]
15+
Enzyme | Expose experimental LLVM features for GPU offloading | [Project Goal][enzyme-project-goal] | [#wg-autodiff]
1516

1617
For historical record here's a list of Working Groups that are not active anymore (either because they reached their goals or because work stalled):
1718

@@ -59,3 +60,5 @@ Traits | Improving the trait-system design + implement
5960
[rustc_errors]: https://github.com/rust-lang/rust/tree/master/compiler/rustc_errors
6061
[rustc_lint]: https://github.com/rust-lang/rust/tree/master/compiler/rustc_lint
6162
[annotate-snippets]: https://crates.io/crates/annotate-snippets
63+
[#wg-autodiff]: https://rust-lang.zulipchat.com/#narrow/channel/390790-wg-autodiff
64+
[enzyme-project-goal]: https://github.com/rust-lang/rust-project-goals/issues/109

0 commit comments

Comments
 (0)