auto merge of #12748 : liigo/rust/rust-birthday, r=brson

Rust v0.1 was released on January 20, 2012:
https://mail.mozilla.org/pipermail/rust-dev/2012-January/001256.html
This commit is contained in:
bors 2014-03-07 19:21:51 -08:00
commit 4c90a7f018

View File

@ -745,8 +745,8 @@ Version 0.2 (March 2012)
* Merged per-platform std::{os*, fs*} to core::{libc, os}
* Extensive cleanup, regularization in libstd, libcore
Version 0.1 (January 2012)
---------------------------
Version 0.1 (January 20, 2012)
-------------------------------
* Most language features work, including:
* Unique pointers, unique closures, move semantics