about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-05-04Auto merge of #25067 - koute:master, r=alexcrichtonbors-0/+1
2015-05-03Auto merge of #25070 - dotdash:inline_hash, r=alexcrichtonbors-0/+3
2015-05-03Auto merge of #24737 - P1start:dst-cell, r=alexcrichtonbors-30/+35
2015-05-03Restore HashMap performance by allowing some functions to be inlinedBjörn Steinbrink-0/+3
2015-05-03Add #[inline(always)] to str::from_utf8_uncheckedJan Bujak-0/+1
2015-05-02Auto merge of #24792 - alexcrichton:issue-24748, r=alexcrichtonbors-12/+16
2015-05-01std: Don't use a wrapper for the float error typeAlex Crichton-12/+16
2015-05-01Auto merge of #25006 - alexcrichton:unstable-indexing, r=aturonbors-119/+4
2015-05-02Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTsP1start-30/+35
2015-05-01Auto merge of #24778 - nagisa:managed-removal, r=huonwbors-13/+0
2015-05-01std: Remove index notation on slice iteratorsAlex Crichton-119/+4
2015-05-01Auto merge of #24720 - critiqjo:stepby-sizehint, r=alexcrichtonbors-15/+41
2015-05-01Rollup merge of #25010 - huonw:inline-int-extremes, r=alexcrichtonManish Goregaokar-0/+2
2015-05-01iterator: Add `StepBy::size_hint` methodcritiqjo-15/+41
2015-05-01Remove ManagedSimonas Kazlauskas-13/+0
2015-04-30Add downcasting to std::error::ErrorAaron Turon-4/+4
2015-05-01Mark the {min,max}_value functions on integers #[inline].Huon Wilson-0/+2
2015-04-29rollup merge of #24886: GBGamer/masterAlex Crichton-0/+17
2015-04-29rollup merge of #24846: dotdash/fast_cttz8Alex Crichton-1/+14
2015-04-29rollup merge of #24833: tari/rfc888Alex Crichton-0/+15
2015-04-29rollup merge of #24610: nagisa/offset-docsAlex Crichton-6/+12
2015-04-29Update SNAPs to latest snapshot.Peter Marheine-4/+4
2015-04-29Currently, LLVM lowers a cttz8 on x86_64 to these instructions:Björn Steinbrink-1/+14
2015-04-29Auto merge of #24888 - tamird:snapshot, r=alexcrichtonbors-132/+8
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