Skip to content

Create 2021-01-19-changes-to-rustdoc-team.md #761

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 20, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions posts/inside-rust/2021-01-19-changes-to-rustdoc-team.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
layout: post
title: "Changes to the Rustdoc team"
author: Guillaume Gomez
description: "leadership and membership additions"
team: the rustdoc team <https://www.rust-lang.org/governance/teams/dev-tools#rustdoc>
---

Recently, there have been a lot of improvements in rustdoc. It was possible thanks to our new contributors. In light of these recent contributions, a few changes were made in the rustdoc team.

## Adding a new team leader

[Joshua](https://github.com/jyn514) has been helping me **a lot** on the leading parts by tagging issues and mentoring newcomers. But at the same time, he initiated great changes in the rustdoc codebase that led to huge performance improvements, he finished the "intra doc link" features which is now stable after years of instability (more information [here](https://doc.rust-lang.org/rustdoc/linking-to-items-by-name.html)). He also did multiple additional things but let's stop the listing here. :)

Overall, he's been an enormous help and making him co-lead is just making offical everything's he's been doing since he joined the rustdoc team (and even before!). I'm glad to have him on the team and as co-lead.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tiny typo

Suggested change
Overall, he's been an enormous help and making him co-lead is just making offical everything's he's been doing since he joined the rustdoc team (and even before!). I'm glad to have him on the team and as co-lead.
Overall, he's been an enormous help and making him co-lead is just making official everything's he's been doing since he joined the rustdoc team (and even before!). I'm glad to have him on the team and as co-lead.

Copy link
Member

@jyn514 jyn514 Jan 20, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I opened #765.


## Membership Changes

In addition to the new co-leadership nomination, we also have some new rustdoc team members to announce: [**@camelid**] and [**@Nemo157**].

[**@camelid**] did a huge number of contributions on rustdoc, helping on the cleanup and fixing bugs.

[**@Nemo157**] helped a lot on the "front-end" part of rustdoc (i.e. HTML/CSS/JS), not only reviewing but also fixing bugs and improving the current code.

Both of them have been contributing for a long time and we're really glad to (finally) have them on board.

## Conclusion

With all these great new onboardings, we're expecting rustdoc to improve at much faster rate. More to come soon!

[**@camelid**]: https://github.com/camelid
[**@Nemo157**]: https://github.com/Nemo157