about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-04-14Fix bug in `wrapping_div`Felix S. Klock II-1/+1
2015-04-14Auto merge of #24312 - rprichard:destabilize-format-args, r=alexcrichtonbors-29/+36
2015-04-14Remaining API additions for int overflow:Felix S. Klock II-0/+155
2015-04-14RebasedNick Cameron-1/+1
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-113/+113
2015-04-13Auto merge of #24323 - rprichard:panic-line-type, r=alexcrichtonbors-4/+4
2015-04-12Destabilize format_args! internals.Ryan Prichard-29/+36
2015-04-12Make Debug include the - in -0.0Robin Kruppe-114/+52
2015-04-13Rollup merge of #24347 - xamgore:master, r=huonwManish Goregaokar-2/+2
2015-04-12mod.rs documentary fixIgor Strebezhev-2/+2
2015-04-11Simplify iterator logic for FuseCorey Farwell-14/+6
2015-04-11Rollup merge of #24298 - White-Oak:master, r=alexcrichtonManish Goregaokar-11/+8
2015-04-11Rollup merge of #24291 - xamgore:patch-1, r=steveklabnikManish Goregaokar-6/+6
2015-04-11Rollup merge of #24274 - steveklabnik:fix_pow_docs, r=nikomatsakisManish Goregaokar-4/+3
2015-04-11Rollup merge of #24121 - steveklabnik:gh24107, r=steveklabnikManish Goregaokar-5/+51
2015-04-11Rollup merge of #24269 - benashford:formatting-fix, r=alexcrichtonManish Goregaokar-1/+1
2015-04-11Change the rt::unwind line argument type from usize to u32.Ryan Prichard-4/+4
2015-04-11Auto merge of #24254 - aturon:join-handle-debug, r=alexcrichtonbors-0/+10
2015-04-11Auto merge of #24186 - richo:pad-pointers, r=alexcrichtonbors-1/+24
2015-04-10Auto merge of #24270 - pnkfelix:use-disr-val-for-derive-ord, r=brsonbors-0/+7
2015-04-10std: Stabilize the Utf8Error typeAlex Crichton-22/+17
2015-04-10mod.rs docs fix - for floatsOak-5/+4
2015-04-10mod.rs docs fixOak-6/+4
2015-04-10Fix mistake in documentationIgor Strebezhev-6/+6
2015-04-10Add Default trait for AtomicBool, AtomicIsize and AtomicUsizeGuillaume Gomez-0/+20
2015-04-10Add examples for ConvertSteve Klabnik-5/+51
2015-04-10Auto merge of #24177 - alexcrichton:rustdoc, r=aturonbors-1/+5
2015-04-10Fix pow docs to not use IntSteve Klabnik-4/+3
2015-04-10Change `derive` expansions to use `discriminant_value` intrinsic.Felix S. Klock II-0/+1
2015-04-10Fix for #23150Ben Ashford-1/+1
2015-04-10Implement `discriminant_value` intrinsicJames Miller-0/+6
2015-04-10Auto merge of #24180 - huonw:optimise-max-etc, r=alexcrichtonbors-36/+57
2015-04-10Optimise Iterator::{max, max_by, min, min_by}.Huon Wilson-36/+57
2015-04-09fmt: Assume that we'll only ever see 32 or 64 bit pointersRicho Healey-2/+1
2015-04-09fmt: {:p#} formats pointers padded to native widthRicho Healey-1/+25
2015-04-09Ensure that .join().unwrap() worksAaron Turon-0/+10
2015-04-10Rollup merge of #24217 - aturon:iterator-fixes, r=alexcrichtonManish Goregaokar-20/+22
2015-04-10Rollup merge of #24215 - alexcrichton:stabilize-clone-from, r=aturonManish Goregaokar-2/+1
2015-04-09Improve bounds in Iterator APIAaron Turon-20/+22
2015-04-09Auto merge of #24168 - kballard:clone-for-extern-c-unsafe-fns, r=alexcrichtonbors-0/+21
2015-04-08std: Stabilize Clone::clone_fromAlex Crichton-2/+1
2015-04-08Auto merge of #24144 - richo:ptr-formatter, r=alexcrichtonbors-0/+8
2015-04-08Auto merge of #24120 - aturon:range-perf, r=alexcrichtonbors-24/+23
2015-04-07alloc: impl fmt::Pointer for Rc, Arc and BoxRicho Healey-0/+8
2015-04-07std: Hide facade extension traits in docsAlex Crichton-0/+4
2015-04-07std: Deny most warnings in doctestsAlex Crichton-1/+0
2015-04-07rustdoc: Add a primitive page for raw pointersAlex Crichton-0/+1
2015-04-08Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichtonbors-97/+62
2015-04-07Fix range performance regressionAaron Turon-24/+23
2015-04-08Make `sum` and `product` inherent methods on `Iterator`Tobias Bucher-153/+62