diff options
| author | Graydon Hoare <[email protected]> | 2011-03-07 08:19:28 -0800 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-03-07 08:19:28 -0800 |
| commit | e621f1ef9e9d1488078513398bce7479d509edeb (patch) | |
| tree | 6241897d5791402dc2f3347c80c1c8b6e2c46d22 | |
| parent | use a precedence table for operator parsing (diff) | |
| download | rust-e621f1ef9e9d1488078513398bce7479d509edeb.tar.xz rust-e621f1ef9e9d1488078513398bce7479d509edeb.zip | |
Add Marijn to AUTHORS.txt.
| -rw-r--r-- | AUTHORS.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt index ceaa0f82..a6e9935d 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -15,6 +15,7 @@ Jason Orendorff <[email protected]> Jeff Balogh <[email protected]> Jeff Mulzelaar <[email protected]> Jeffrey Yasskin <[email protected]> +Marijn Haverbeke <[email protected]> Matt Brubeck <[email protected]> Michael Bebenita <[email protected]> Or Brostovski <[email protected]> |