about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-04-16Fix Debug impl for RangeFullUlrik Sverdrup-1/+1
2015-04-16Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichtonbors-13/+13
2015-04-15Rollup merge of #24465 - steveklabnik:intoiteratordocfix, r=alexcrichtonSteve Klabnik-1/+1
2015-04-15Rollup merge of #24440 - nham:improve_enumerate_doc, r=alexcrichtonSteve Klabnik-2/+3
2015-04-15Rollup merge of #24435 - killercup:patch-9, r=steveklabnikSteve Klabnik-3/+3
2015-04-15Describe the Iterator enumerate() method more clearly.Nick Hamann-2/+3
2015-04-15Fix link in intoiterator docsSteve Klabnik-1/+1
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-11/+11
2015-04-14Remove Incorrect Link from std::ptr::null DocsPascal Hertleif-3/+3
2015-04-14rollup merge of #24377: apasel422/docsAlex Crichton-113/+113
2015-04-14rollup merge of #24379: rkruppe/fmt-negative-zeroAlex Crichton-114/+52
2015-04-14rollup merge of #24329: GuillaumeGomez/atomicboolAlex Crichton-0/+20
2015-04-14rollup merge of #24310: alexcrichton/stabilize-utf8-errorAlex Crichton-22/+17
2015-04-14rollup merge of #24303: alexcrichton/remove-deprecatedAlex Crichton-70/+52
2015-04-14rollup merge of #24048: frewsxcv/patch-11Alex Crichton-1/+1
2015-04-14core: Update all Result docsAlex Crichton-70/+52
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