add a mailmap
This commit is contained in:
parent
843c390de0
commit
0610665a86
|
|
@ -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>
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue