about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorMark Mansi <markm@cs.wisc.edu>2019-06-26 10:58:05 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-07-10 22:14:10 -0500
commitcfc17deefba7e96b6bc89783812920c638e4f886 (patch)
tree07a199a3816cf61800e8d4af796e4e2bc7db18ff /src/doc/rustc-dev-guide
parent67c81f16f54ad5d602c0dbd3c5011d04b902a981 (diff)
downloadrust-cfc17deefba7e96b6bc89783812920c638e4f886.tar.gz
rust-cfc17deefba7e96b6bc89783812920c638e4f886.zip
add humor appendix; closes #163
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/SUMMARY.md5
-rw-r--r--src/doc/rustc-dev-guide/src/appendix/humorust.md10
2 files changed, 15 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/SUMMARY.md b/src/doc/rustc-dev-guide/src/SUMMARY.md
index 8c8890b7993..e321f6633a3 100644
--- a/src/doc/rustc-dev-guide/src/SUMMARY.md
+++ b/src/doc/rustc-dev-guide/src/SUMMARY.md
@@ -99,6 +99,11 @@
 [Appendix C: Glossary](./appendix/glossary.md)
 [Appendix D: Code Index](./appendix/code-index.md)
 [Appendix E: Bibliography](./appendix/bibliography.md)
+
+[Appendix Z HumorRust](./appendix/humorust.md)
+
+---
+
 [](./important-links.md)
 
 [pau]: ./borrow_check/region_inference/placeholders_and_universes.md
diff --git a/src/doc/rustc-dev-guide/src/appendix/humorust.md b/src/doc/rustc-dev-guide/src/appendix/humorust.md
new file mode 100644
index 00000000000..e217ab65fe0
--- /dev/null
+++ b/src/doc/rustc-dev-guide/src/appendix/humorust.md
@@ -0,0 +1,10 @@
+# Humor in Rust
+
+What's a project without a sense of humor? And frankly some of these are
+enlightening?
+
+- [Weird exprs test](https://github.com/rust-lang/rust/blob/master/src/test/run-pass/weird-exprs.rs)
+- [Ferris Rap](http://fitzgeraldnick.com/2018/12/13/rust-raps.html)
+- [The Genesis of Generic Germination](https://github.com/rust-lang/rust/pull/53645#issue-210543221)
+- [The Bastion of the Turbofish test](https://github.com/rust-lang/rust/blob/79d8a0fcefa5134db2a94739b1d18daa01fc6e9f/src/test/ui/bastion-of-the-turbofish.rs)
+- [Rust Koans](https://users.rust-lang.org/t/rust-koans/2408/4)