rust/src/libcore
kennytm 4a827188cc
Rollup merge of #47547 - varkor:infinite-iterators-warning-doc, r=frewsxcv
Document the behaviour of infinite iterators on potentially-computable methods

It’s not entirely clear from the current documentation what behaviour
calling a method such as `min` on an infinite iterator like `RangeFrom`
is. One might expect this to terminate, but in fact, for infinite
iterators, `min` is always nonterminating (at least in the standard
library). This adds a quick note about this behaviour for clarification.
2018-02-11 03:39:53 +08:00
..
benches
fmt Add filter to detect local crates for rustc_on_unimplemented 2018-02-01 15:06:21 -08:00
hash
iter Rollup merge of #47547 - varkor:infinite-iterators-warning-doc, r=frewsxcv 2018-02-11 03:39:53 +08:00
num Use constant for 180/π in to_degrees 2018-02-01 18:35:51 +00:00
ops fix typo: substract -> subtract. 2018-02-10 00:56:33 +01:00
prelude Reexport -> re-export in prose and documentation comments 2018-01-15 13:36:53 -05:00
slice Auto merge of #47772 - arthurprs:iter-position-bounds-check, r=dtolnay 2018-01-28 10:41:34 +00:00
str
sync Add fetch_nand. 2018-02-09 16:04:41 -07:00
tests Add fetch_nand. 2018-02-09 16:04:41 -07:00
any.rs Turn type_id into a constant intrinsic 2018-02-01 23:03:19 +01:00
array.rs Changed back inline markings. 2018-01-30 05:31:38 -07:00
borrow.rs
Cargo.toml
cell.rs
char_private.rs
char.rs derive PartialEq and Eq for ParseCharError 2018-01-26 18:52:27 -05:00
clone.rs
cmp.rs
convert.rs Fix info about generic impls in AsMut docs 2018-02-04 11:57:36 -08:00
default.rs
internal_macros.rs
intrinsics.rs copy_nonoverlapping example: Fixed typo 2018-02-02 22:44:14 +02:00
iter_private.rs
lib.rs Rollup merge of #47892 - Badel2:const_type_id_of, r=oli-obk 2018-02-05 01:27:36 +08:00
macros.rs fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}} 2018-02-10 12:22:57 +01:00
marker.rs Remove impl Foo for .. in favor of auto trait Foo 2018-01-13 18:48:00 +03:00
mem.rs Rollup merge of #46156 - SimonSapin:patch-14, r=withoutboats 2018-02-02 16:29:11 +08:00
nonzero.rs
option.rs Rollup merge of #47193 - cramertj:result-opts, r=TimNN 2018-01-20 22:32:42 +01:00
panicking.rs
ptr.rs Changed back inline markings. 2018-01-30 05:31:38 -07:00
raw.rs
result.rs Add transpose conversions for Option and Result 2018-01-10 17:42:47 -08:00
time.rs Move time::Duration to libcore 2018-01-29 18:16:43 -05:00
tuple.rs
unit.rs