@@ -23,7 +23,7 @@ Language
23
23
* Digits of binary and octal literals are [ lexed more eagerly] [ lex ] to
24
24
improve error messages and macro behavior. For example, ` 0b1234 ` is
25
25
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
27
27
the ` PhantomFn ` and ` MarkerTrait ` lang items, which have been
28
28
removed.
29
29
* [ "-" is no longer a valid character in crate names] [ cr ] , the `extern crate
162
162
163
163
164
164
Version 1.0.0-alpha.2 (February 2015)
165
- -------------------------------------
165
+ =====================================
166
166
167
167
* ~ 1300 changes, numerous bugfixes
168
168
@@ -260,8 +260,9 @@ Version 1.0.0-alpha.2 (February 2015)
260
260
[ ufcs-rfc ] : https://github.com/rust-lang/rfcs/blob/master/text/0132-ufcs.md
261
261
[ un ] : https://github.com/rust-lang/rust/pull/22256
262
262
263
+
263
264
Version 1.0.0-alpha (January 2015)
264
- ----------------------------------
265
+ ==================================
265
266
266
267
* ~ 2400 changes, numerous bugfixes
267
268
@@ -446,8 +447,9 @@ Version 1.0.0-alpha (January 2015)
446
447
[ trpl ] : http://doc.rust-lang.org/book/index.html
447
448
[ rbe ] : http://rustbyexample.com/
448
449
450
+
449
451
Version 0.12.0 (October 2014)
450
- -----------------------------
452
+ =============================
451
453
452
454
* ~ 1900 changes, numerous bugfixes
453
455
@@ -568,8 +570,9 @@ Version 0.12.0 (October 2014)
568
570
* Official Rust binaries on Linux are more compatible with older
569
571
kernels and distributions, built on CentOS 5.10.
570
572
573
+
571
574
Version 0.11.0 (July 2014)
572
- -------------------------
575
+ ==========================
573
576
574
577
* ~ 1700 changes, numerous bugfixes
575
578
@@ -700,8 +703,9 @@ Version 0.11.0 (July 2014)
700
703
* Error message related to non-exhaustive match expressions have been
701
704
greatly improved.
702
705
706
+
703
707
Version 0.10 (April 2014)
704
- -------------------------
708
+ =========================
705
709
706
710
* ~ 1500 changes, numerous bugfixes
707
711
@@ -866,8 +870,9 @@ Version 0.10 (April 2014)
866
870
* search works across crates that have been rendered to the same output
867
871
directory.
868
872
873
+
869
874
Version 0.9 (January 2014)
870
- --------------------------
875
+ ==========================
871
876
872
877
* ~ 1800 changes, numerous bugfixes
873
878
@@ -1031,8 +1036,9 @@ Version 0.9 (January 2014)
1031
1036
* ` rustc ` adds a ` --dep-info ` flag for communicating dependencies to
1032
1037
build tools.
1033
1038
1039
+
1034
1040
Version 0.8 (September 2013)
1035
- --------------------------
1041
+ ============================
1036
1042
1037
1043
* ~ 2200 changes, numerous bugfixes
1038
1044
@@ -1186,8 +1192,9 @@ Version 0.8 (September 2013)
1186
1192
* A new documentation backend, rustdoc_ng, is available for use. It is
1187
1193
still invoked through the normal ` rustdoc ` command.
1188
1194
1195
+
1189
1196
Version 0.7 (July 2013)
1190
- -----------------------
1197
+ =======================
1191
1198
1192
1199
* ~ 2000 changes, numerous bugfixes
1193
1200
@@ -1302,8 +1309,9 @@ Version 0.7 (July 2013)
1302
1309
* Various improvements to rustdoc.
1303
1310
* Improvements to rustpkg (see the detailed release notes).
1304
1311
1312
+
1305
1313
Version 0.6 (April 2013)
1306
- ------------------------
1314
+ ========================
1307
1315
1308
1316
* ~ 2100 changes, numerous bugfixes
1309
1317
@@ -1404,8 +1412,9 @@ Version 0.6 (April 2013)
1404
1412
* Rust code may be embedded in foreign code under limited circumstances
1405
1413
* Inline assembler supported by new asm!() syntax extension.
1406
1414
1415
+
1407
1416
Version 0.5 (December 2012)
1408
- ---------------------------
1417
+ ===========================
1409
1418
1410
1419
* ~ 900 changes, numerous bugfixes
1411
1420
@@ -1460,8 +1469,9 @@ Version 0.5 (December 2012)
1460
1469
* Added a preliminary REPL, ` rusti `
1461
1470
* License changed from MIT to dual MIT/APL2
1462
1471
1472
+
1463
1473
Version 0.4 (October 2012)
1464
- --------------------------
1474
+ ==========================
1465
1475
1466
1476
* ~ 2000 changes, numerous bugfixes
1467
1477
@@ -1515,8 +1525,9 @@ Version 0.4 (October 2012)
1515
1525
Rust-based (visitor) code
1516
1526
* All hash functions and tables converted to secure, randomized SipHash
1517
1527
1528
+
1518
1529
Version 0.3 (July 2012)
1519
- ------------------------
1530
+ ========================
1520
1531
1521
1532
* ~ 1900 changes, numerous bugfixes
1522
1533
@@ -1573,8 +1584,9 @@ Version 0.3 (July 2012)
1573
1584
* Tool improvements
1574
1585
* Cargo automatically resolves dependencies
1575
1586
1587
+
1576
1588
Version 0.2 (March 2012)
1577
- -------------------------
1589
+ =========================
1578
1590
1579
1591
* > 1500 changes, numerous bugfixes
1580
1592
@@ -1613,8 +1625,9 @@ Version 0.2 (March 2012)
1613
1625
* Merged per-platform std::{os* , fs* } to core::{libc, os}
1614
1626
* Extensive cleanup, regularization in libstd, libcore
1615
1627
1628
+
1616
1629
Version 0.1 (January 20, 2012)
1617
- -------------------------------
1630
+ ===============================
1618
1631
1619
1632
* Most language features work, including:
1620
1633
* Unique pointers, unique closures, move semantics
0 commit comments