add a mailmap

This commit is contained in:
jyn 2023-12-17 12:12:18 -05:00 committed by Tshepang Mbambo
parent 843c390de0
commit 0610665a86
2 changed files with 6 additions and 1 deletions

5
.mailmap Normal file
View File

@ -0,0 +1,5 @@
Jynn Nelson <github@jyn.dev> <jyn514@gmail.com>
Jynn Nelson <github@jyn.dev> <joshua@yottadb.com>
Jynn Nelson <github@jyn.dev> <jyn.nelson@redjack.com>
Jynn Nelson <github@jyn.dev> <jnelson@cloudflare.com>
Jynn Nelson <github@jyn.dev>

View File

@ -29,7 +29,7 @@ Note that this documentation mostly covers user-facing information. See
- Stage 2: the truly current compiler
- Stage 3: the same-result test
Compiling `rustc` is done in stages. Here's a diagram, adapted from Joshua Nelson's
Compiling `rustc` is done in stages. Here's a diagram, adapted from Jynn Nelson's
[talk on bootstrapping][rustconf22-talk] at RustConf 2022, with detailed explanations below.
The `A`, `B`, `C`, and `D` show the ordering of the stages of bootstrapping.