From 1d61e25120a05d24d75ab0f23c25497bc522397d Mon Sep 17 00:00:00 2001 From: jyn Date: Sun, 17 Dec 2023 12:12:18 -0500 Subject: [PATCH] add a mailmap --- .mailmap | 5 +++++ src/building/bootstrapping.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 000000000..1a1f6ffb6 --- /dev/null +++ b/.mailmap @@ -0,0 +1,5 @@ +Jynn Nelson +Jynn Nelson +Jynn Nelson +Jynn Nelson +Jynn Nelson diff --git a/src/building/bootstrapping.md b/src/building/bootstrapping.md index 936c75f36..1f66f08f3 100644 --- a/src/building/bootstrapping.md +++ b/src/building/bootstrapping.md @@ -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.