@@ -23,7 +23,7 @@ Language
2323* Digits of binary and octal literals are [ lexed more eagerly] [ lex ] to
2424 improve error messages and macro behavior. For example, ` 0b1234 ` is
2525 now lexed as ` 0b1234 ` instead of two tokens, ` 0b1 ` and ` 234 ` .
26- * Trait bounds [ are always invariant] [ inv ] , eleminating the need for
26+ * Trait bounds [ are always invariant] [ inv ] , eliminating the need for
2727 the ` PhantomFn ` and ` MarkerTrait ` lang items, which have been
2828 removed.
2929* [ "-" is no longer a valid character in crate names] [ cr ] , the `extern crate
162162
163163
164164Version 1.0.0-alpha.2 (February 2015)
165- -------------------------------------
165+ =====================================
166166
167167* ~ 1300 changes, numerous bugfixes
168168
@@ -260,8 +260,9 @@ Version 1.0.0-alpha.2 (February 2015)
260260[ ufcs-rfc ] : https://github.com/rust-lang/rfcs/blob/master/text/0132-ufcs.md
261261[ un ] : https://github.com/rust-lang/rust/pull/22256
262262
263+
263264Version 1.0.0-alpha (January 2015)
264- ----------------------------------
265+ ==================================
265266
266267 * ~ 2400 changes, numerous bugfixes
267268
@@ -446,8 +447,9 @@ Version 1.0.0-alpha (January 2015)
446447[ trpl ] : http://doc.rust-lang.org/book/index.html
447448[ rbe ] : http://rustbyexample.com/
448449
450+
449451Version 0.12.0 (October 2014)
450- -----------------------------
452+ =============================
451453
452454 * ~ 1900 changes, numerous bugfixes
453455
@@ -568,8 +570,9 @@ Version 0.12.0 (October 2014)
568570 * Official Rust binaries on Linux are more compatible with older
569571 kernels and distributions, built on CentOS 5.10.
570572
573+
571574Version 0.11.0 (July 2014)
572- -------------------------
575+ ==========================
573576
574577 * ~ 1700 changes, numerous bugfixes
575578
@@ -700,8 +703,9 @@ Version 0.11.0 (July 2014)
700703 * Error message related to non-exhaustive match expressions have been
701704 greatly improved.
702705
706+
703707Version 0.10 (April 2014)
704- -------------------------
708+ =========================
705709
706710 * ~ 1500 changes, numerous bugfixes
707711
@@ -866,8 +870,9 @@ Version 0.10 (April 2014)
866870 * search works across crates that have been rendered to the same output
867871 directory.
868872
873+
869874Version 0.9 (January 2014)
870- --------------------------
875+ ==========================
871876
872877 * ~ 1800 changes, numerous bugfixes
873878
@@ -1031,8 +1036,9 @@ Version 0.9 (January 2014)
10311036 * ` rustc ` adds a ` --dep-info ` flag for communicating dependencies to
10321037 build tools.
10331038
1039+
10341040Version 0.8 (September 2013)
1035- --------------------------
1041+ ============================
10361042
10371043 * ~ 2200 changes, numerous bugfixes
10381044
@@ -1186,8 +1192,9 @@ Version 0.8 (September 2013)
11861192 * A new documentation backend, rustdoc_ng, is available for use. It is
11871193 still invoked through the normal ` rustdoc ` command.
11881194
1195+
11891196Version 0.7 (July 2013)
1190- -----------------------
1197+ =======================
11911198
11921199 * ~ 2000 changes, numerous bugfixes
11931200
@@ -1302,8 +1309,9 @@ Version 0.7 (July 2013)
13021309 * Various improvements to rustdoc.
13031310 * Improvements to rustpkg (see the detailed release notes).
13041311
1312+
13051313Version 0.6 (April 2013)
1306- ------------------------
1314+ ========================
13071315
13081316 * ~ 2100 changes, numerous bugfixes
13091317
@@ -1404,8 +1412,9 @@ Version 0.6 (April 2013)
14041412 * Rust code may be embedded in foreign code under limited circumstances
14051413 * Inline assembler supported by new asm!() syntax extension.
14061414
1415+
14071416Version 0.5 (December 2012)
1408- ---------------------------
1417+ ===========================
14091418
14101419 * ~ 900 changes, numerous bugfixes
14111420
@@ -1460,8 +1469,9 @@ Version 0.5 (December 2012)
14601469 * Added a preliminary REPL, ` rusti `
14611470 * License changed from MIT to dual MIT/APL2
14621471
1472+
14631473Version 0.4 (October 2012)
1464- --------------------------
1474+ ==========================
14651475
14661476 * ~ 2000 changes, numerous bugfixes
14671477
@@ -1515,8 +1525,9 @@ Version 0.4 (October 2012)
15151525 Rust-based (visitor) code
15161526 * All hash functions and tables converted to secure, randomized SipHash
15171527
1528+
15181529Version 0.3 (July 2012)
1519- ------------------------
1530+ ========================
15201531
15211532 * ~ 1900 changes, numerous bugfixes
15221533
@@ -1573,8 +1584,9 @@ Version 0.3 (July 2012)
15731584 * Tool improvements
15741585 * Cargo automatically resolves dependencies
15751586
1587+
15761588Version 0.2 (March 2012)
1577- -------------------------
1589+ =========================
15781590
15791591 * > 1500 changes, numerous bugfixes
15801592
@@ -1613,8 +1625,9 @@ Version 0.2 (March 2012)
16131625 * Merged per-platform std::{os* , fs* } to core::{libc, os}
16141626 * Extensive cleanup, regularization in libstd, libcore
16151627
1628+
16161629Version 0.1 (January 20, 2012)
1617- -------------------------------
1630+ ===============================
16181631
16191632 * Most language features work, including:
16201633 * Unique pointers, unique closures, move semantics
0 commit comments