@@ -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.
@@ -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 [ ` FrowRawFd ` ] and [ ` AsRawFd ` ] , on Windows ` FromRawHandle `
30
+ traits are [ ` FromRawFd ` ] 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
- [ `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
82
+ [ `str::split_whitespace` ] : http://doc.rust-lang.org/nightly/std/primitive.str.html#method.split_whitespace
84
83
[ `FromRawFd` ] : http://doc.rust-lang.org/nightly/std/os/unix/io/trait.FromRawFd.html
85
84
[ `AsRawFd` ] : http://doc.rust-lang.org/nightly/std/os/unix/io/trait.AsRawFd.html
86
85
[ `std::os::unix::symlink` ] : http://doc.rust-lang.org/nightly/std/os/unix/fs/fn.symlink.html
250
249
[ sw ] : https://github.com/rust-lang/rfcs/blob/master/text/1054-str-words.md
251
250
[ th ] : https://github.com/rust-lang/rfcs/blob/master/text/0909-move-thread-local-to-std-thread.md
252
251
[ 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
254
252
[ moar-ufcs ] : https://github.com/rust-lang/rust/pull/22172
255
253
[ prim-inherent ] : https://github.com/rust-lang/rust/pull/23104
256
254
[ overflow ] : https://github.com/rust-lang/rfcs/blob/master/text/0560-integer-overflow.md
@@ -260,12 +258,10 @@ Misc
260
258
[ string-pattern ] : https://github.com/rust-lang/rust/pull/22466
261
259
[ oibit-final ] : https://github.com/rust-lang/rust/pull/21689
262
260
[ 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
264
261
[ conversion ] : https://github.com/rust-lang/rfcs/pull/529
265
262
[ num-traits ] : https://github.com/rust-lang/rust/pull/23549
266
263
[ index-value ] : https://github.com/rust-lang/rust/pull/23601
267
264
[ dropck ] : https://github.com/rust-lang/rfcs/pull/769
268
- [ fundamental ] : https://github.com/rust-lang/rfcs/pull/1023
269
265
[ ci-compare ] : https://gist.github.com/brson/a30a77836fbec057cbee
270
266
[ fn-inherit ] : https://github.com/rust-lang/rust/pull/23282
271
267
[ fn-blanket ] : https://github.com/rust-lang/rust/pull/23895
@@ -368,7 +364,6 @@ Version 1.0.0-alpha.2 (February 2015)
368
364
[ osstr ] : https://github.com/rust-lang/rust/pull/21488
369
365
[ osstr-rfc ] : https://github.com/rust-lang/rfcs/blob/master/text/0517-io-os-reform.md
370
366
[ Self ] : https://github.com/rust-lang/rust/pull/22158
371
- [ ufcs ] : https://github.com/rust-lang/rust/pull/21077
372
367
[ ufcs-rfc ] : https://github.com/rust-lang/rfcs/blob/master/text/0132-ufcs.md
373
368
[ un ] : https://github.com/rust-lang/rust/pull/22256
374
369
0 commit comments