@@ -6,7 +6,7 @@ Version 1.1.0 (June 2015)
6
6
Highlights
7
7
----------
8
8
9
- * The [ ` std::fs ` module has been expanded] [ fs ] to expand the set of
9
+ * The [ ` std::fs ` module has been expanded] [ fs-expand ] to expand the set of
10
10
functionality exposed:
11
11
* ` DirEntry ` now supports optimizations like ` file_type ` and ` metadata ` which
12
12
don't incur a syscall on some platforms.
@@ -23,11 +23,11 @@ Highlights
23
23
Libraries
24
24
---------
25
25
26
- * The [ ` str::split_whitespace ` ] method splits a string on unicode
26
+ * The ` str::split_whitespace ` method splits a string on unicode
27
27
whitespace boundaries.
28
28
* On both Windows and Unix, new extension traits provide conversion of
29
29
I/O types to and from the underlying system handles. On Unix, these
30
- traits are [ ` FromRawFd ` ] and [ ` AsRawFd ` ] , on Windows ` FromRawHandle `
30
+ traits are [ ` FrowRawFd ` ] and [ ` AsRawFd ` ] , on Windows ` FromRawHandle `
31
31
and ` AsRawHandle ` . These are implemented for ` File ` , ` TcpStream ` ,
32
32
` TcpListener ` , and ` UpdSocket ` . Further implementations for
33
33
` std::process ` will be stabilized later.
79
79
* [ The ` drop_with_repr_extern ` lint warns about mixing ` repr(C) `
80
80
with ` Drop ` ] [ drop ] .
81
81
82
- [ `str::split_whitespace` ] : http://doc.rust-lang.org/nightly/std/primitive.str.html#method.split_whitespace
82
+ [ `split_whitespace` ] : http://doc.rust-lang.org/nightly/std/primitive.str.html#method.split_whitespace
83
+ [ `Iterator::cloned` ] : http://doc.rust-lang.org/nightly/core/iter/trait.Iterator.html#method.cloned
83
84
[ `FromRawFd` ] : http://doc.rust-lang.org/nightly/std/os/unix/io/trait.FromRawFd.html
84
85
[ `AsRawFd` ] : http://doc.rust-lang.org/nightly/std/os/unix/io/trait.AsRawFd.html
85
86
[ `std::os::unix::symlink` ] : http://doc.rust-lang.org/nightly/std/os/unix/fs/fn.symlink.html
249
250
[ sw ] : https://github.com/rust-lang/rfcs/blob/master/text/1054-str-words.md
250
251
[ th ] : https://github.com/rust-lang/rfcs/blob/master/text/0909-move-thread-local-to-std-thread.md
251
252
[ send-rfc ] : https://github.com/rust-lang/rfcs/blob/master/text/0458-send-improvements.md
253
+ [ scoped ] : http://static.rust-lang.org/doc/master/std/thread/fn.scoped.html
252
254
[ moar-ufcs ] : https://github.com/rust-lang/rust/pull/22172
253
255
[ prim-inherent ] : https://github.com/rust-lang/rust/pull/23104
254
256
[ overflow ] : https://github.com/rust-lang/rfcs/blob/master/text/0560-integer-overflow.md
@@ -258,10 +260,12 @@ Misc
258
260
[ string-pattern ] : https://github.com/rust-lang/rust/pull/22466
259
261
[ oibit-final ] : https://github.com/rust-lang/rust/pull/21689
260
262
[ reflect ] : https://github.com/rust-lang/rust/pull/23712
263
+ [ debug-builder ] : https://github.com/rust-lang/rfcs/blob/master/text/0640-debug-improvements.md
261
264
[ conversion ] : https://github.com/rust-lang/rfcs/pull/529
262
265
[ num-traits ] : https://github.com/rust-lang/rust/pull/23549
263
266
[ index-value ] : https://github.com/rust-lang/rust/pull/23601
264
267
[ dropck ] : https://github.com/rust-lang/rfcs/pull/769
268
+ [ fundamental ] : https://github.com/rust-lang/rfcs/pull/1023
265
269
[ ci-compare ] : https://gist.github.com/brson/a30a77836fbec057cbee
266
270
[ fn-inherit ] : https://github.com/rust-lang/rust/pull/23282
267
271
[ fn-blanket ] : https://github.com/rust-lang/rust/pull/23895
@@ -364,6 +368,7 @@ Version 1.0.0-alpha.2 (February 2015)
364
368
[ osstr ] : https://github.com/rust-lang/rust/pull/21488
365
369
[ osstr-rfc ] : https://github.com/rust-lang/rfcs/blob/master/text/0517-io-os-reform.md
366
370
[ Self ] : https://github.com/rust-lang/rust/pull/22158
371
+ [ ufcs ] : https://github.com/rust-lang/rust/pull/21077
367
372
[ ufcs-rfc ] : https://github.com/rust-lang/rfcs/blob/master/text/0132-ufcs.md
368
373
[ un ] : https://github.com/rust-lang/rust/pull/22256
369
374
0 commit comments