| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-11-26 | Add my work email to the mailmap | Waffle Maybe | -1/+2 | |
| 2023-10-23 | Update .mailmap to promote my livename | Amanda Stjerna | -0/+2 | |
| I had apparently forgotten to update the Rust mailmap file for my previous commits! | ||||
| 2023-10-19 | Rollup merge of #116883 - blyxyas:fix-mailmap, r=Nilstrieb | León Orell Valerian Liehr | -0/+1 | |
| Change my name in mailmap I changed some things about my distro (my GPG key, along with the git username). This PR sets my committer name as `blyxyas` for those commits so that it is the same as my reviewer name in `thanks`. | ||||
| 2023-10-18 | Change my name in mailmap | blyxyas | -0/+1 | |
| 2023-10-16 | Rollup merge of #116786 - Urgau:mailmap-update, r=Nilstrieb | Matthias Krüger | -1/+3 | |
| Update my mailmap entry | ||||
| 2023-10-15 | add 'Onur Özkan' to .mailmap | onur-ozkan | -0/+2 | |
| Signed-off-by: onur-ozkan <work@onurozkan.dev> | ||||
| 2023-10-13 | Update my mailmap entry | Urgau | -1/+3 | |
| 2023-09-30 | Add Oğuz Ağcayazı to .mailmap | ouz-a | -0/+2 | |
| 2023-09-18 | Add myself to .mailmap | Laurențiu Nicola | -1/+2 | |
| 2023-09-18 | Rollup merge of #115724 - tgross35:mailmap, r=Mark-Simulacrum | Matthias Krüger | -0/+2 | |
| Add myself to the mailmap | ||||
| 2023-09-09 | Add myself to the mailmap | Trevor Gross | -0/+2 | |
| 2023-09-09 | Update mailmap | Jonas Schievink | -0/+4 | |
| 2023-08-10 | Rollup merge of #114705 - spastorino:add-spastorino-mailmap, r=compiler-errors | Michael Goulet | -0/+2 | |
| Add spastorino to mailmap | ||||
| 2023-08-10 | Add spastorino to mailmap | Santiago Pastorino | -0/+2 | |
| 2023-08-10 | update my entry in the mailmap | Pietro Albini | -0/+1 | |
| 2023-08-02 | Add myself to mailmap | Samuel Tardieu | -0/+1 | |
| Some tool used `Samuel "Sam" Tardieu` as a full name in some of the commits imported along with clippy. | ||||
| 2023-07-15 | update mailmap for myself | jyn | -1/+5 | |
| 2023-04-03 | Add Chris Denton to `.mailmap` | Chris Denton | -0/+1 | |
| 2023-04-01 | Add Nilstrieb to mailmap | Nilstrieb | -0/+1 | |
| I saw that I'm on https://thanks.rust-lang.org/ twice (once as `Nilstrieb` and once as `nils`). This is because I've contributed as both `Nilstrieb` (locally) and `nils` (on github). So I've mailmapped them both to `Nilstrieb` (the less ambiguous of the two). | ||||
| 2023-03-19 | add myself to mailmap | Alona Enraght-Moony | -1/+2 | |
| 2023-02-28 | Make mailmap more correct | Albert Larsan | -1/+1 | |
| 2023-02-14 | Avoid using a dead email address as the main email address | Oli Scherer | -12/+12 | |
| 2023-02-06 | Add mailmap for commits made by xes@meta.com | Edward Shen | -0/+1 | |
| 2023-01-23 | Rollup merge of #107192 - fmease:mailmap-me-at-fmease-dev, r=albertlarsan68 | Dylan DPC | -0/+1 | |
| Add myself to the mailmap | ||||
| 2023-01-22 | add fmease to mailmap | León Orell Valerian Liehr | -0/+1 | |
| 2023-01-21 | Add myself to .mailmap | Albert Larsan | -0/+1 | |
| 2022-11-30 | Rollup merge of #105091 - tshepang:mailmap, r=compiler-errors | Matthias Krüger | -0/+1 | |
| add Tshepang Mbambo to .mailmap ... because my surname has changed ``` # before ❯ git shortlog --summary --email | rg Tshepang 326 Tshepang Lekhonkhobe <tshepang@gmail.com> 8 Tshepang Mbambo <tshepang@gmail.com> # after ❯ git shortlog --summary --email | rg Tshepang 334 Tshepang Mbambo <tshepang@gmail.com> | ||||
| 2022-11-30 | add Tshepang Mbambo to .mailmap | Tshepang Mbambo | -0/+1 | |
| 2022-11-30 | Add Nicholas Bishop to `.mailmap` | Nicholas Bishop | -0/+2 | |
| 2022-11-30 | Rollup merge of #105079 - nnethercote:bots-mailmap, r=jyn514 | Matthias Krüger | -0/+6 | |
| Add bots to `.mailmap` r? `@compiler-errors` | ||||
| 2022-11-30 | Add dependabot to `.mailmap`. | Nicholas Nethercote | -0/+4 | |
| Before: ``` $ git shortlog -se | grep "depend" 44 dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> 6 dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com> 4 dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 74 dependabot[bot] <dependabot[bot]@users.noreply.github.com> 93 dependabot[bot] <support@dependabot.com> ``` After: ``` $ git shortlog -se | grep "depend" 221 dependabot[bot] <dependabot[bot]@users.noreply.github.com> ``` | ||||
| 2022-11-30 | Add bors to `.mailmap`. | Nicholas Nethercote | -0/+2 | |
| Before: ``` $ git shortlog -se | grep "\<bors\>" 27755 bors <bors@rust-lang.org> 5729 bors[bot] <26634292+bors[bot]@users.noreply.github.com> 995 bors[bot] <bors[bot]@users.noreply.github.com> ``` After: ``` $ git shortlog -se | grep "\<bors\>" 34479 bors <bors@rust-lang.org> ``` | ||||
| 2022-11-30 | Add Nicholas Nethercote to `.mailmap`. | Nicholas Nethercote | -0/+2 | |
| Before: ``` $ git shortlog -se | grep Nethercote 517 Nicholas Nethercote <n.nethercote@gmail.com> 2 Nicholas Nethercote <nnethercote@apple.com> 560 Nicholas Nethercote <nnethercote@mozilla.com> ``` After ``` $ git shortlog -se | grep Nethercote 1079 Nicholas Nethercote <n.nethercote@gmail.com> ``` | ||||
| 2022-11-27 | Update my mailmap | Jakob Degen | -1/+1 | |
| 2022-11-09 | update mailmap | Ibraheem Ahmed | -1/+1 | |
| 2022-05-19 | Update .mailmap | Christian Poveda | -4/+7 | |
| 2022-04-03 | Mailmap update | David Tolnay | -4/+246 | |
| 2022-02-08 | deduplicate `lcnr` in mailmap | lcnr | -1/+1 | |
| 2022-01-14 | Add myself to .mailmap | James Hinshelwood | -0/+1 | |
| (to de-duplicate my identities in the contributors list) | ||||
| 2021-12-27 | Add myself to .mailmap | Wesley Wiser | -0/+1 | |
| 2021-12-20 | Add tmandry to .mailmap | Tyler Mandry | -0/+1 | |
| 2021-12-10 | Add pierwill to .mailmap | pierwill | -0/+1 | |
| 2021-10-24 | Add alias for guillaume.gomez@huawei.com | Guillaume Gomez | -0/+1 | |
| 2021-10-13 | Add davidtwco to the `.mailmap` | David Wood | -0/+1 | |
| Signed-off-by: David Wood <david.wood@huawei.com> | ||||
| 2021-08-21 | Rollup merge of #88179 - steffahn:mailmap, r=Mark-Simulacrum | Jack Huey | -0/+1 | |
| Mailmap entry for myself | ||||
| 2021-08-20 | Mailmap entry for myself | Frank Steffahn | -0/+1 | |
| 2021-08-19 | Update .mailmap | Hirochika Matsumoto | -0/+1 | |
| 2021-07-24 | Fix my email in .mailmap | Nika Layzell | -1/+1 | |
| 2021-07-21 | Update my name/email in .mailmap | Lily Ballard | -0/+1 | |
| 2021-07-08 | Rollup merge of #86971 - ijackson:mailmap, r=Mark-Simulacrum | Guillaume Gomez | -0/+3 | |
| mailmap: Add alternative addresses for myself At least one of these is already in-tree; it seems plausible that the others might appear too. | ||||
