@@ -19,7 +19,6 @@ Language
19
19
Compiler
20
20
--------
21
21
22
- - [ LLVM backend upgraded to 4.0] [ 40123 ]
23
22
- [ rustc can now emit mir with ` --emit mir ` ] [ 39891 ]
24
23
- [ Improved LLVM IR for trivial functions] [ 40367 ]
25
24
- [ Added explanation for E0090(Wrong number of lifetimes are supplied)] [ 40723 ]
64
63
You can now create new cargo projects with Pijul using ` cargo new --vcs pijul `
65
64
- [ Now always emits build script warnings for crates that fail to build] [ cargo/3847 ]
66
65
- [ Added Android build support] [ cargo/3885 ]
67
- - [ Added ` --all-$KIND ` flags] [ cargo/3901 ] now you can build all programs
68
- of a certain type, for example ` cargo build --all- bins ` will build all
66
+ - [ Added ` --bins ` and ` --tests ` flags] [ cargo/3901 ] now you can build all programs
67
+ of a certain type, for example ` cargo build --bins ` will build all
69
68
binaries.
70
- - [ Test files are now allowed be named ` test.rs ` ] [ cargo/3947 ]
71
69
- [ Added support for haiku] [ cargo/3952 ]
72
70
73
71
Misc
@@ -96,7 +94,6 @@ Compatibility Notes
96
94
[ 39891 ] : https://github.com/rust-lang/rust/pull/39891
97
95
[ 39983 ] : https://github.com/rust-lang/rust/pull/39983
98
96
[ 40043 ] : https://github.com/rust-lang/rust/pull/40043
99
- [ 40123 ] : https://github.com/rust-lang/rust/pull/40123
100
97
[ 40241 ] : https://github.com/rust-lang/rust/pull/40241
101
98
[ 40338 ] : https://github.com/rust-lang/rust/pull/40338
102
99
[ 40367 ] : https://github.com/rust-lang/rust/pull/40367
@@ -122,7 +119,6 @@ Compatibility Notes
122
119
[ cargo/3847 ] : https://github.com/rust-lang/cargo/pull/3847
123
120
[ cargo/3885 ] : https://github.com/rust-lang/cargo/pull/3885
124
121
[ cargo/3901 ] : https://github.com/rust-lang/cargo/pull/3901
125
- [ cargo/3947 ] : https://github.com/rust-lang/cargo/pull/3947
126
122
[ cargo/3952 ] : https://github.com/rust-lang/cargo/pull/3952
127
123
[ `TryFrom` ] : https://doc.rust-lang.org/std/convert/trait.TryFrom.html
128
124
[ `TryInto` ] : https://doc.rust-lang.org/std/convert/trait.TryInto.html
0 commit comments