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