@@ -13,15 +13,16 @@ Language
13
13
Example:
14
14
``` rust
15
15
fn main () {
16
- let x : & 'static u32 = 0 ;
16
+ let x : & 'static u32 = & 0 ;
17
17
}
18
18
```
19
19
20
20
Compiler
21
21
--------
22
22
- [ Upgraded jemalloc to 4.5.0] [ 43911 ]
23
23
- [ Enabled unwinding panics on Redox] [ 43917 ]
24
- - [ Now emits a warning when you have an unused ` extern crate ` ] [ 42588 ]
24
+ - [ Now runs LLVM in parallel during translation phase.] [ 43506 ]
25
+ This should reduce peak memory usage.
25
26
26
27
Libraries
27
28
---------
@@ -34,6 +35,8 @@ Libraries
34
35
Stabilized APIs
35
36
---------------
36
37
38
+ [ ` std::mem::discriminant ` ]
39
+
37
40
Cargo
38
41
-----
39
42
- [ You can now call ` cargo install ` with multiple package names] [ cargo/4216 ]
56
59
at [ doc.rust-lang.org/rustdoc] ( https://doc.rust-lang.org/rustdoc )
57
60
- [ Added a preview of RLS has been made available through rustup] [ 44204 ]
58
61
Install with ` rustup component add rls-preview `
62
+ - [ ` std::os ` documentation for Unix, Linux, and Windows now appears on doc.rust-lang.org] [ 43348 ]
63
+ Previously only showed ` std::os::unix ` .
59
64
60
65
Compatibility Notes
61
66
-------------------
@@ -67,9 +72,10 @@ Compatibility Notes
67
72
- [ ` unused_results ` lint no longer ignores booleans] [ 43728 ]
68
73
69
74
[ 42565 ] : https://github.com/rust-lang/rust/pull/42565
70
- [ 42588 ] : https://github.com/rust-lang/rust/pull/42588
71
75
[ 42973 ] : https://github.com/rust-lang/rust/pull/42973
76
+ [ 43348 ] : https://github.com/rust-lang/rust/pull/43348
72
77
[ 43459 ] : https://github.com/rust-lang/rust/pull/43459
78
+ [ 43506 ] : https://github.com/rust-lang/rust/pull/43506
73
79
[ 43540 ] : https://github.com/rust-lang/rust/pull/43540
74
80
[ 43690 ] : https://github.com/rust-lang/rust/pull/43690
75
81
[ 43728 ] : https://github.com/rust-lang/rust/pull/43728
@@ -88,6 +94,7 @@ Compatibility Notes
88
94
[ cargo/4400 ] : https://github.com/rust-lang/cargo/pull/4400
89
95
[ RFC 1969 ] : https://github.com/rust-lang/rfcs/pull/1969
90
96
[ info/43880 ] : https://github.com/rust-lang/rust/issues/44224#issuecomment-330058902
97
+ [ `std::mem::discriminant` ] : https://doc.rust-lang.org/std/mem/fn.discriminant.html
91
98
92
99
Version 1.20.0 (2017-08-31)
93
100
===========================
0 commit comments