diff options
| author | jyn <github@jyn.dev> | 2023-12-17 12:12:18 -0500 |
|---|---|---|
| committer | Tshepang Mbambo <tshepang@gmail.com> | 2023-12-17 18:21:38 +0100 |
| commit | 70ad3a0b508cb5264048676962d7db562a44c26f (patch) | |
| tree | 72c33f95a1812e4d92b4f4ba56f447aad6d5f500 /src/doc/rustc-dev-guide | |
| parent | 3adee50e1ad9d737fa36bf4b9486ee8fba23cede (diff) | |
| download | rust-70ad3a0b508cb5264048676962d7db562a44c26f.tar.gz rust-70ad3a0b508cb5264048676962d7db562a44c26f.zip | |
add a mailmap
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/.mailmap | 5 | ||||
| -rw-r--r-- | src/doc/rustc-dev-guide/src/building/bootstrapping.md | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/.mailmap b/src/doc/rustc-dev-guide/.mailmap new file mode 100644 index 00000000000..1a1f6ffb608 --- /dev/null +++ b/src/doc/rustc-dev-guide/.mailmap @@ -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> diff --git a/src/doc/rustc-dev-guide/src/building/bootstrapping.md b/src/doc/rustc-dev-guide/src/building/bootstrapping.md index 936c75f3648..1f66f08f3b9 100644 --- a/src/doc/rustc-dev-guide/src/building/bootstrapping.md +++ b/src/doc/rustc-dev-guide/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. |
