Skip to content

update my name #1279

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
Mar 22, 2024
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Jynn Nelson <[email protected]> <[email protected]>
2 changes: 1 addition & 1 deletion posts/2020-03-15-docs-rs-opt-into-fewer-targets.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: "docs.rs now allows you to choose your build targets"
author: Joshua Nelson
author: Jynn Nelson
team: the docs.rs team <https://www.rust-lang.org/governance/teams/dev-tools#docs-rs>
---

Expand Down
2 changes: 1 addition & 1 deletion posts/2020-11-27-Rustup-1.23.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Thanks to all the contributors who made rustup 1.23.0 possible!
- Jake Goulding
- Jens Reidel
- Joshua M. Clulow
- Joshua Nelson
- Jynn Nelson
- Jubilee Young
- Leigh McCulloch
- Lzu Tao
Expand Down
2 changes: 1 addition & 1 deletion posts/2021-04-27-Rustup-1.24.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Thanks to all the contributors who made rustup 1.24.0 possible!
- Gareth Hubball
- Gurkenglas
- Jakub Stasiak
- Joshua Nelson
- Jynn Nelson
- Jubilee (workingjubilee)
- kellda
- Michael Cooper
Expand Down
2 changes: 1 addition & 1 deletion posts/2021-04-29-Rustup-1.24.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Thanks again to all the contributors who made rustup 1.24.0 and 1.24.1 possible!
- Gareth Hubball
- Gurkenglas
- Jakub Stasiak
- Joshua Nelson
- Jynn Nelson
- Jubilee (workingjubilee)
- kellda
- Michael Cooper
Expand Down
2 changes: 1 addition & 1 deletion posts/2021-05-17-Rustup-1.24.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Thanks again to all the contributors who made rustup 1.24.2 possible!
- Daniel Silverstone
- João Marcos Bezerra
- Josh Rotenberg
- Joshua Nelson
- Jynn Nelson
- Martijn Gribnau
- pierwill
- Robert Collins
Expand Down
2 changes: 1 addition & 1 deletion posts/2022-07-11-Rustup-1.25.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Thanks again to all the contributors who made rustup 1.25.0 possible!
- Robert Collins (rbtcollins)
- Alan Somers (asomers)
- Brennan Vincent (umanwizard)
- Joshua Nelson (jyn514)
- Jynn Nelson (jyn514)
- Eric Huss (ehuss)
- Will Bush (willbush)
- Thad Guidry (thadguidry)
Expand Down
2 changes: 1 addition & 1 deletion posts/2022-07-12-Rustup-1.25.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ Thanks again to all the contributors who made rustup 1.25.1 possible!

- Daniel Silverstone (kinnison)
- Robert Collins (rbtcollins)
- Joshua Nelson (jyn514)
- Jynn Nelson (jyn514)
- Pietro Albini (pietroalbini)
2 changes: 1 addition & 1 deletion posts/2023-04-25-Rustup-1.26.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Thanks again to all the contributors who made rustup 1.26.0 possible!
- Alexander (Alovchin91)
- Daniel Brotsky (brotskydotcom)
- zohnannor (zohnannor)
- Joshua Nelson (jyn514)
- Jynn Nelson (jyn514)
- Prikshit Gautam (gautamprikshit1)
- Dylan Thacker-Smith (dylanahsmith)
- Jan David (jdno)
Expand Down
2 changes: 1 addition & 1 deletion posts/inside-rust/2020-08-30-changes-to-x-py-defaults.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: "Changes to x.py defaults"
author: Joshua Nelson
author: Jynn Nelson
team: the compiler team <https://www.rust-lang.org/governance/teams/compiler>
---

Expand Down
6 changes: 3 additions & 3 deletions posts/inside-rust/2020-09-17-stabilizing-intra-doc-links.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
layout: post
title: "Intra-doc links close to stabilization"
author: Manish Goregaokar and Joshua Nelson
author: Manish Goregaokar and Jynn Nelson
team: the rustdoc team <https://www.rust-lang.org/governance/teams/dev-tools#rustdoc>
---

Expand Down Expand Up @@ -48,7 +48,7 @@ At the time, persisting local scope information so that `rustdoc` invocations on

## What changed?

Early in June, I (Joshua) got tired of not being able to use intra-doc links. I started investigating the issue to see if there was a fix. It was marked as [`E-hard`], so I wasn't expecting miracles, but I thought I might at least make a start on it.
Early in June, I (Jynn) got tired of not being able to use intra-doc links. I started investigating the issue to see if there was a fix. It was marked as [`E-hard`], so I wasn't expecting miracles, but I thought I might at least make a start on it.

It turns out there was a simple problem with the implementation - it assumed
all items were in the current crate! Clearly, that's not always the case. [The fix][resolve-cross-crate] turned out to be easy enough that I could implement it as my first contribution to rustdoc.
Expand All @@ -66,7 +66,7 @@ fn main() {
}
```
```
thread 'rustc' panicked at 'called `Option::unwrap()` on a `None` value', /home/joshua/src/rust/src/librustc_hir/definitions.rs:358:9
thread 'rustc' panicked at 'called `Option::unwrap()` on a `None` value', /home/jyn/src/rust/src/librustc_hir/definitions.rs:358:9
```

## HirIds and DefIds and trees, oh my!
Expand Down
4 changes: 2 additions & 2 deletions posts/inside-rust/2020-11-15-Using-rustc_codegen_cranelift.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: "Using rustc_codegen_cranelift for debug builds"
author: Joshua Nelson
author: Jynn Nelson
team: The Compiler Team <https://www.rust-lang.org/governance/teams/compiler>
---

Expand Down Expand Up @@ -80,7 +80,7 @@ EOF
$ ../rustc_codegen_cranelift/build/cargo.sh build
Finished dev [unoptimized + debuginfo] target(s) in 7.98s
$ cargo +nightly-2020-10-31 build
Compiling cargo v0.50.0 (/home/joshua/cargo)
Compiling cargo v0.50.0 (/home/jyn/cargo)
Finished dev [unoptimized + debuginfo] target(s) in 5.48s
```

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: "Rustdoc performance improvements"
author: Joshua Nelson and Guillaume Gomez
author: Jynn Nelson and Guillaume Gomez
team: The Rustdoc Team <https://www.rust-lang.org/governance/teams/dev-tools#rustdoc>
---

Expand Down
4 changes: 2 additions & 2 deletions posts/inside-rust/2021-01-19-changes-to-rustdoc-team.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Recently, there have been a lot of improvements in rustdoc. It was possible than

## 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/write-documentation/linking-to-items-by-name.html)). He also did multiple additional things but let's stop the listing here. :)
[Jynn](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, they initiated great changes in the rustdoc codebase that led to huge performance improvements, they finished the "intra doc link" features which is now stable after years of instability (more information [here](https://doc.rust-lang.org/rustdoc/write-documentation/linking-to-items-by-name.html)). They 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 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.
Overall, they've been an enormous help and making them co-lead is just making official everything's they've been doing since they joined the rustdoc team (and even before!). I'm glad to have them on the team and as co-lead.

## Membership Changes

Expand Down