about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-04-28Add intrinsics for unchecked division and moduloNicholas Mazzuca-0/+17
2015-04-28Register new snapshotsTamir Duberstein-132/+8
2015-04-29Auto merge of #24865 - bluss:range-size, r=alexcrichtonbors-4/+35
2015-04-28Clarify offset rules a bitSimonas Kazlauskas-6/+12
2015-04-27Auto merge of #24701 - Stebalien:slice, r=alexcrichtonbors-25/+79
2015-04-27core: Fix size_hint for signed integer Range<T> iteratorsUlrik Sverdrup-4/+35
2015-04-27Auto merge of #24869 - steveklabnik:rollup, r=steveklabnikbors-3/+1
2015-04-27Rollup merge of #24854 - frewsxcv:patch-19, r=alexcrichtonSteve Klabnik-3/+1
2015-04-27Auto merge of #24834 - shepmaster:default-atomic-ptr, r=alexcrichtonbors-0/+6
2015-04-27Auto merge of #24849 - gareins:master, r=steveklabnikbors-1/+1
2015-04-26Make From::from example more idiomatic / simplerCorey Farwell-3/+1
2015-04-26Indicate function call is code-like in doc-commentCorey Farwell-2/+2
2015-04-26IMO better borrow_mut() documentation on RefCellgareins-1/+1
2015-04-25Provide a Default implementation for AtomicPtrJake Goulding-0/+6
2015-04-25Add singlethreaded fence intrinsics.Peter Marheine-0/+15
2015-04-24Rollup merge of #24772 - steveklabnik:gh24712, r=alexcrichtonSteve Klabnik-1/+1
2015-04-24Deduplicate slice iter offset/transmute code.Steven Allen-45/+41
2015-04-24Remove reference to 'to'Steve Klabnik-1/+1
2015-04-22Address comments.Steven Allen-42/+46
2015-04-22Implement O(1) slice::Iter methods.Steven Allen-0/+54
2015-04-22Fix a tiny typo in core::rawRobin Kruppe-1/+1
2015-04-22Remove doc-comment default::Default importsCorey Farwell-9/+0
2015-04-21rollup merge of #24636: alexcrichton/remove-deprecatedAlex Crichton-2164/+400
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-43/+50
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-239/+175
2015-04-21rollup merge of #24661: SimonSapin/fmt-write-charAlex Crichton-0/+17
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-1849/+226
2015-04-21std: Remove deprecated AsOsStr/Str/AsSlice traitsAlex Crichton-84/+0
2015-04-21Pick a feature name for write_charSimon Sapin-1/+1
2015-04-21write_char is unlikely to make it for 1.0, it’ll be 1.1Simon Sapin-1/+1
2015-04-21Auto merge of #24620 - pczarn:model-lexer-issues, r=cmrbors-6/+0
2015-04-21Add a `write_char` method to `std::fmt::Write`Simon Sapin-0/+17
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-6/+0
2015-04-20Rollup merge of #24628 - steveklabnik:gh24173, r=alexcrichtonSteve Klabnik-21/+0
2015-04-20Rollup merge of #24627 - steveklabnik:gh24008, r=alexcrichtonSteve Klabnik-13/+13
2015-04-20Auto merge of #24606 - bombless:doc-result, r=alexcrichtonbors-2/+2
2015-04-20remove bad example from PartialEq docsSteve Klabnik-21/+0
2015-04-20Make iterator struct docs more consistent.Steve Klabnik-13/+13
2015-04-20Improve doc for `Result::unwrap()`York Xiang-2/+2
2015-04-18Indicate keywords are code-like in Fuse::reset_fuse doc commentCorey Farwell-2/+3
2015-04-18Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichtonbors-1/+1
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-43/+50
2015-04-17Auto merge of #24500 - pnkfelix:oflo-checked-neg, r=nikomatsakisbors-1/+5
2015-04-17Rollup merge of #24491 - bluss:rangefull-debug, r=huonwManish Goregaokar-1/+1
2015-04-17side-step potentially panic'ing negate in `fn abs`.Felix S. Klock II-1/+5
2015-04-17Auto merge of #24512 - steveklabnik:rollup, r=steveklabnikbors-9/+9
2015-04-16Fix broken links in the docsFlorian Hartwig-4/+4
2015-04-16Indicate None is code-like in doc commentsCorey Farwell-5/+5
2015-04-17Auto merge of #24420 - pnkfelix:oflo-api, r=alexcrichtonbors-1/+156
2015-04-16deprecate Unicode functions that will be moved to crates.iokwantam-1/+1