@@ -102,51 +102,51 @@ Misc
102102* Fat pointers are now [ passed in pairs of immediate arguments] [ fat ] ,
103103 resulting in faster compile times and smaller code.
104104
105- [ `Extend` ] : http ://doc.rust-lang.org/nightly/std/iter/trait.Extend.html
105+ [ `Extend` ] : https ://doc.rust-lang.org/nightly/std/iter/trait.Extend.html
106106[ extend-rfc ] : https://github.com/rust-lang/rfcs/blob/master/text/0839-embrace-extend-extinguish.md
107- [ `iter::once` ] : http ://doc.rust-lang.org/nightly/std/iter/fn.once.html
108- [ `iter::empty` ] : http ://doc.rust-lang.org/nightly/std/iter/fn.empty.html
109- [ `matches` ] : http ://doc.rust-lang.org/nightly/std/primitive.str.html#method.matches
110- [ `rmatches` ] : http ://doc.rust-lang.org/nightly/std/primitive.str.html#method.rmatches
111- [ `Cell` ] : http ://doc.rust-lang.org/nightly/std/cell/struct.Cell.html
112- [ `RefCell` ] : http ://doc.rust-lang.org/nightly/std/cell/struct.RefCell.html
113- [ `wrapping_add` ] : http ://doc.rust-lang.org/nightly/std/primitive.i8.html#method.wrapping_add
114- [ `wrapping_sub` ] : http ://doc.rust-lang.org/nightly/std/primitive.i8.html#method.wrapping_sub
115- [ `wrapping_mul` ] : http ://doc.rust-lang.org/nightly/std/primitive.i8.html#method.wrapping_mul
116- [ `wrapping_div` ] : http ://doc.rust-lang.org/nightly/std/primitive.i8.html#method.wrapping_div
117- [ `wrapping_rem` ] : http ://doc.rust-lang.org/nightly/std/primitive.i8.html#method.wrapping_rem
118- [ `wrapping_neg` ] : http ://doc.rust-lang.org/nightly/std/primitive.i8.html#method.wrapping_neg
119- [ `wrapping_shl` ] : http ://doc.rust-lang.org/nightly/std/primitive.i8.html#method.wrapping_shl
120- [ `wrapping_shr` ] : http ://doc.rust-lang.org/nightly/std/primitive.i8.html#method.wrapping_shr
121- [ `Wrapping` ] : http ://doc.rust-lang.org/nightly/std/num/struct.Wrapping.html
122- [ `fmt::Formatter` ] : http ://doc.rust-lang.org/nightly/std/fmt/struct.Formatter.html
123- [ `fmt::Write` ] : http ://doc.rust-lang.org/nightly/std/fmt/trait.Write.html
124- [ `io::Write` ] : http ://doc.rust-lang.org/nightly/std/io/trait.Write.html
125- [ `debug_struct` ] : http ://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html#method.debug_struct
126- [ `debug_tuple` ] : http ://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html#method.debug_tuple
127- [ `debug_list` ] : http ://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html#method.debug_list
128- [ `debug_set` ] : http ://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html#method.debug_set
129- [ `debug_map` ] : http ://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html#method.debug_map
130- [ `Debug` ] : http ://doc.rust-lang.org/nightly/std/fmt/trait.Debug.html
131- [ strup ] : http ://doc.rust-lang.org/nightly/std/primitive.str.html#method.to_uppercase
132- [ strlow ] : http ://doc.rust-lang.org/nightly/std/primitive.str.html#method.to_lowercase
133- [ `to_uppercase` ] : http ://doc.rust-lang.org/nightly/std/primitive.char.html#method.to_uppercase
134- [ `to_lowercase` ] : http ://doc.rust-lang.org/nightly/std/primitive.char.html#method.to_lowercase
135- [ `PoisonError` ] : http ://doc.rust-lang.org/nightly/std/sync/struct.PoisonError.html
136- [ `RwLock` ] : http ://doc.rust-lang.org/nightly/std/sync/struct.RwLock.html
137- [ `Mutex` ] : http ://doc.rust-lang.org/nightly/std/sync/struct.Mutex.html
138- [ `FromRawFd` ] : http ://doc.rust-lang.org/nightly/std/os/unix/io/trait.FromRawFd.html
139- [ `AsRawFd` ] : http ://doc.rust-lang.org/nightly/std/os/unix/io/trait.AsRawFd.html
140- [ `Stdio` ] : http ://doc.rust-lang.org/nightly/std/process/struct.Stdio.html
141- [ `ChildStdin` ] : http ://doc.rust-lang.org/nightly/std/process/struct.ChildStdin.html
142- [ `ChildStdout` ] : http ://doc.rust-lang.org/nightly/std/process/struct.ChildStdout.html
143- [ `ChildStderr` ] : http ://doc.rust-lang.org/nightly/std/process/struct.ChildStderr.html
144- [ `io::ErrorKind` ] : http ://doc.rust-lang.org/nightly/std/io/enum.ErrorKind.html
107+ [ `iter::once` ] : https ://doc.rust-lang.org/nightly/std/iter/fn.once.html
108+ [ `iter::empty` ] : https ://doc.rust-lang.org/nightly/std/iter/fn.empty.html
109+ [ `matches` ] : https ://doc.rust-lang.org/nightly/std/primitive.str.html#method.matches
110+ [ `rmatches` ] : https ://doc.rust-lang.org/nightly/std/primitive.str.html#method.rmatches
111+ [ `Cell` ] : https ://doc.rust-lang.org/nightly/std/cell/struct.Cell.html
112+ [ `RefCell` ] : https ://doc.rust-lang.org/nightly/std/cell/struct.RefCell.html
113+ [ `wrapping_add` ] : https ://doc.rust-lang.org/nightly/std/primitive.i8.html#method.wrapping_add
114+ [ `wrapping_sub` ] : https ://doc.rust-lang.org/nightly/std/primitive.i8.html#method.wrapping_sub
115+ [ `wrapping_mul` ] : https ://doc.rust-lang.org/nightly/std/primitive.i8.html#method.wrapping_mul
116+ [ `wrapping_div` ] : https ://doc.rust-lang.org/nightly/std/primitive.i8.html#method.wrapping_div
117+ [ `wrapping_rem` ] : https ://doc.rust-lang.org/nightly/std/primitive.i8.html#method.wrapping_rem
118+ [ `wrapping_neg` ] : https ://doc.rust-lang.org/nightly/std/primitive.i8.html#method.wrapping_neg
119+ [ `wrapping_shl` ] : https ://doc.rust-lang.org/nightly/std/primitive.i8.html#method.wrapping_shl
120+ [ `wrapping_shr` ] : https ://doc.rust-lang.org/nightly/std/primitive.i8.html#method.wrapping_shr
121+ [ `Wrapping` ] : https ://doc.rust-lang.org/nightly/std/num/struct.Wrapping.html
122+ [ `fmt::Formatter` ] : https ://doc.rust-lang.org/nightly/std/fmt/struct.Formatter.html
123+ [ `fmt::Write` ] : https ://doc.rust-lang.org/nightly/std/fmt/trait.Write.html
124+ [ `io::Write` ] : https ://doc.rust-lang.org/nightly/std/io/trait.Write.html
125+ [ `debug_struct` ] : https ://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html#method.debug_struct
126+ [ `debug_tuple` ] : https ://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html#method.debug_tuple
127+ [ `debug_list` ] : https ://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html#method.debug_list
128+ [ `debug_set` ] : https ://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html#method.debug_set
129+ [ `debug_map` ] : https ://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html#method.debug_map
130+ [ `Debug` ] : https ://doc.rust-lang.org/nightly/std/fmt/trait.Debug.html
131+ [ strup ] : https ://doc.rust-lang.org/nightly/std/primitive.str.html#method.to_uppercase
132+ [ strlow ] : https ://doc.rust-lang.org/nightly/std/primitive.str.html#method.to_lowercase
133+ [ `to_uppercase` ] : https ://doc.rust-lang.org/nightly/std/primitive.char.html#method.to_uppercase
134+ [ `to_lowercase` ] : https ://doc.rust-lang.org/nightly/std/primitive.char.html#method.to_lowercase
135+ [ `PoisonError` ] : https ://doc.rust-lang.org/nightly/std/sync/struct.PoisonError.html
136+ [ `RwLock` ] : https ://doc.rust-lang.org/nightly/std/sync/struct.RwLock.html
137+ [ `Mutex` ] : https ://doc.rust-lang.org/nightly/std/sync/struct.Mutex.html
138+ [ `FromRawFd` ] : https ://doc.rust-lang.org/nightly/std/os/unix/io/trait.FromRawFd.html
139+ [ `AsRawFd` ] : https ://doc.rust-lang.org/nightly/std/os/unix/io/trait.AsRawFd.html
140+ [ `Stdio` ] : https ://doc.rust-lang.org/nightly/std/process/struct.Stdio.html
141+ [ `ChildStdin` ] : https ://doc.rust-lang.org/nightly/std/process/struct.ChildStdin.html
142+ [ `ChildStdout` ] : https ://doc.rust-lang.org/nightly/std/process/struct.ChildStdout.html
143+ [ `ChildStderr` ] : https ://doc.rust-lang.org/nightly/std/process/struct.ChildStderr.html
144+ [ `io::ErrorKind` ] : https ://doc.rust-lang.org/nightly/std/io/enum.ErrorKind.html
145145[ debugfmt ] : https://www.reddit.com/r/rust/comments/3ceaui/psa_produces_prettyprinted_debug_output/
146- [ `DerefMut` ] : http ://doc.rust-lang.org/nightly/std/ops/trait.DerefMut.html
147- [ `mem::align_of` ] : http ://doc.rust-lang.org/nightly/std/mem/fn.align_of.html
146+ [ `DerefMut` ] : https ://doc.rust-lang.org/nightly/std/ops/trait.DerefMut.html
147+ [ `mem::align_of` ] : https ://doc.rust-lang.org/nightly/std/mem/fn.align_of.html
148148[ align ] : https://github.com/rust-lang/rust/pull/25646
149- [ `mem::min_align_of` ] : http ://doc.rust-lang.org/nightly/std/mem/fn.min_align_of.html
149+ [ `mem::min_align_of` ] : https ://doc.rust-lang.org/nightly/std/mem/fn.min_align_of.html
150150[ typos ] : https://github.com/rust-lang/rust/pull/26087
151151[ nop ] : https://github.com/rust-lang/rust/pull/26336
152152[ fat ] : https://github.com/rust-lang/rust/pull/26411
@@ -237,14 +237,14 @@ Misc
237237* [ The ` drop_with_repr_extern ` lint warns about mixing ` repr(C) `
238238 with ` Drop ` ] [ drop ] .
239239
240- [ `str::split_whitespace` ] : http ://doc.rust-lang.org/nightly/std/primitive.str.html#method.split_whitespace
241- [ `FromRawFd` ] : http ://doc.rust-lang.org/nightly/std/os/unix/io/trait.FromRawFd.html
242- [ `AsRawFd` ] : http ://doc.rust-lang.org/nightly/std/os/unix/io/trait.AsRawFd.html
243- [ `std::os::unix::symlink` ] : http ://doc.rust-lang.org/nightly/std/os/unix/fs/fn.symlink.html
244- [ `IntoIterator` ] : http ://doc.rust-lang.org/nightly/std/iter/trait.IntoIterator.html
245- [ `From` ] : http ://doc.rust-lang.org/nightly/std/convert/trait.From.html
240+ [ `str::split_whitespace` ] : https ://doc.rust-lang.org/nightly/std/primitive.str.html#method.split_whitespace
241+ [ `FromRawFd` ] : https ://doc.rust-lang.org/nightly/std/os/unix/io/trait.FromRawFd.html
242+ [ `AsRawFd` ] : https ://doc.rust-lang.org/nightly/std/os/unix/io/trait.AsRawFd.html
243+ [ `std::os::unix::symlink` ] : https ://doc.rust-lang.org/nightly/std/os/unix/fs/fn.symlink.html
244+ [ `IntoIterator` ] : https ://doc.rust-lang.org/nightly/std/iter/trait.IntoIterator.html
245+ [ `From` ] : https ://doc.rust-lang.org/nightly/std/convert/trait.From.html
246246[ rf ] : https://github.com/rust-lang/rust/pull/24491
247- [ err-index ] : http ://doc.rust-lang.org/error-index.html
247+ [ err-index ] : https ://doc.rust-lang.org/error-index.html
248248[ sk ] : https://github.com/rust-lang/rust/pull/24615
249249[ pre ] : https://github.com/rust-lang/rust/pull/25323
250250[ file ] : https://github.com/rust-lang/rust/pull/24598
@@ -258,13 +258,13 @@ Misc
258258[ pie ] : https://github.com/rust-lang/rust/pull/24953
259259[ abs ] : https://github.com/rust-lang/rust/pull/25441
260260[ c ] : https://github.com/rust-lang/rust/pull/25496
261- [ `Cloned` ] : http ://doc.rust-lang.org/nightly/std/iter/struct.Cloned.html
262- [ `Incoming` ] : http ://doc.rust-lang.org/nightly/std/net/struct.Incoming.html
261+ [ `Cloned` ] : https ://doc.rust-lang.org/nightly/std/iter/struct.Cloned.html
262+ [ `Incoming` ] : https ://doc.rust-lang.org/nightly/std/net/struct.Incoming.html
263263[ inc ] : https://github.com/rust-lang/rust/pull/25522
264264[ bh ] : https://github.com/rust-lang/rust/pull/25856
265- [ `BinaryHeap` ] : http ://doc.rust-lang.org/nightly/std/collections/struct.BinaryHeap.html
265+ [ `BinaryHeap` ] : https ://doc.rust-lang.org/nightly/std/collections/struct.BinaryHeap.html
266266[ ll ] : https://github.com/rust-lang/rust/pull/26022
267- [ `split_off` ] : http ://doc.rust-lang.org/nightly/collections/linked_list/struct.LinkedList.html#method.split_off
267+ [ `split_off` ] : https ://doc.rust-lang.org/nightly/collections/linked_list/struct.LinkedList.html#method.split_off
268268[ drop ] : https://github.com/rust-lang/rust/pull/24935
269269
270270Version 1.0.0 (May 2015)
@@ -508,7 +508,7 @@ Version 1.0.0-alpha.2 (February 2015)
508508[ drop ] : https://github.com/rust-lang/rust/pull/21972
509509[ drop-rfc ] : https://github.com/rust-lang/rfcs/blob/master/text/0769-sound-generic-drop.md
510510[ feat ] : https://github.com/rust-lang/rust/pull/21248
511- [ feat-forum ] : http ://users.rust-lang.org/t/psa-important-info-about-rustcs-new-feature-staging/82/5
511+ [ feat-forum ] : https ://users.rust-lang.org/t/psa-important-info-about-rustcs-new-feature-staging/82/5
512512[ feat-rfc ] : https://github.com/rust-lang/rfcs/blob/master/text/0507-release-channels.md
513513[ fmt ] : https://github.com/rust-lang/rust/pull/21457
514514[ into ] : https://github.com/rust-lang/rust/pull/20790
@@ -709,7 +709,7 @@ Version 1.0.0-alpha (January 2015)
709709[ objsafe ] : https://github.com/rust-lang/rfcs/blob/master/text/0255-object-safety.md
710710[ assoc ] : https://github.com/rust-lang/rfcs/blob/master/text/0195-associated-items.md
711711[ ints ] : https://github.com/rust-lang/rfcs/pull/544#issuecomment-68760871
712- [ trpl ] : http ://doc.rust-lang.org/book/index.html
712+ [ trpl ] : https ://doc.rust-lang.org/book/index.html
713713[ rbe ] : http://rustbyexample.com/
714714
715715
0 commit comments