rust/src/libcore/ops
lukaramu f1cc7d6c14 Revised core::ops::range::* docs
Part of #29365.
* Strenghtened summary/explanation split, making phrasings more parallel
* Added links throughout
* Fixed some example formatting & removed extraneous `fn main()`s (or hid
  then when needed because of `#![features]`.
* Emphasized note on `RangeFrom`'s `Iterator` implementation
* Added summary sentences to (unstable) `contains` methods
2017-08-08 00:04:44 +02:00
..
arith.rs Revise documentation in core::ops::arith 2017-08-07 23:10:16 +02:00
bit.rs Revise documentation in core::ops::bit 2017-08-07 23:10:16 +02:00
deref.rs Expand docs on Deref and DerefMut 2017-08-07 23:10:16 +02:00
drop.rs Revise Drop docs 2017-08-07 23:10:16 +02:00
function.rs Revise Fn/FnMut/FnOnce documentation 2017-08-07 23:10:16 +02:00
index.rs Revise Index and IndexMut docs. 2017-08-07 23:10:16 +02:00
mod.rs Revert "Stabilize RangeArgument" 2017-06-30 08:34:53 -10:00
place.rs Removed as many "```ignore" as possible. 2017-06-23 15:31:53 +08:00
range.rs Revised core::ops::range::* docs 2017-08-08 00:04:44 +02:00
try.rs Use rustc_on_unimplemented's trait name argument in try 2017-07-27 19:18:22 -07:00
unsize.rs Move CoerceUnsized to module. 2017-06-09 19:07:27 -04:00