about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-01-21Rollup merge of #21387 - retep998:hmodule, r=alexcrichtonBarosl LEE-1/+1
2015-01-21Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichtonBarosl LEE-15/+12
2015-01-21Rollup merge of #21359 - WiSaGaN:bugfix/fix_marker, r=alexcrichtonBarosl LEE-1/+1
2015-01-21Rollup merge of #21331 - michaelsproul:sync-error-impls, r=alexcrichtonBarosl LEE-6/+23
2015-01-21Rollup merge of #21312 - michaelsproul:remove-error-send-bound, r=aturonBarosl LEE-8/+8
2015-01-21Rollup merge of #21302 - gutworth:rm-find-equiv-test, r=brsonBarosl LEE-17/+0
2015-01-21Rollup merge of #20998 - estsauver:20984, r=steveklabnikBarosl LEE-1/+1
2015-01-19Auto merge of #20082 - pczarn:btree-bounded-iter, r=Gankrobors-0/+1
2015-01-19Implement range and range_mut for BTreePiotr Czarnecki-0/+1
2015-01-19Fix HMODULEPeter Atashian-1/+1
2015-01-19std::dynamic_lib: Fix Windows error handlingklutzy-43/+105
2015-01-18Fix std::marker.Wangshan Lu-1/+1
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+2
2015-01-17Register new snapshots.Eduard Burtescu-38/+22
2015-01-17Implement the error trait for errors in std::sync.Michael Sproul-6/+23
2015-01-17Remove Send bound from Error trait.Michael Sproul-8/+8
2015-01-17s/deriving/derives in Comments/DocsEarl St Sauver-1/+1
2015-01-17fix rollupSteve Klabnik-0/+2
2015-01-17remove test_find_equiv, since find_equiv doesn't exist anymoreBenjamin Peterson-17/+0
2015-01-17std: Move the bitflags! macro to a gated crateAlex Crichton-479/+3
2015-01-17Evaluate # fn in docsSteve Klabnik-50/+36
2015-01-17Remove unnecessary explicit conversions to *const Twe-15/+12
2015-01-17auto merge of #21132 : sfackler/rust/wait_timeout, r=alexcrichtonbors-97/+343
2015-01-16Rewrite Condvar::wait_timeout and make it publicSteven Fackler-97/+343
2015-01-16auto merge of #20972 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakisbors-0/+163
2015-01-16Don't use NoSend/NoSync in libstdFlavio Percoco-0/+163
2015-01-16Merge pull request #21211 from fenhl/patch-1bors-1/+1
2015-01-15Fix sync::condvar::Condvar::notify_one docsFenhl-1/+1
2015-01-15rollup merge of #21161: japaric/ufcs-hashAlex Crichton-0/+2
2015-01-15rollup merge of #21059: steveklabnik/gh16072Alex Crichton-1/+26
2015-01-15auto merge of #20980 : richo/rust/final-power, r=alexcrichtonbors-10/+46
2015-01-14use UFCS in `#[deriving(Hash)]`Jorge Aparicio-0/+2
2015-01-14auto merge of #21076 : sfackler/rust/bufferedreader-undef, r=Gankrobors-11/+10
2015-01-14auto merge of #21061 : japaric/rust/range, r=nick29581bors-44/+44
2015-01-13auto merge of #20367 : retep998/rust/master, r=alexcrichtonbors-83/+49
2015-01-12Initialize memory for BufferedReader bufferSteven Fackler-11/+10
2015-01-12Change Mutex to use SRWLock on Windows.Peter Atashian-83/+49
2015-01-13auto merge of #20944 : brson/rust/weve-met-with-a-terrible-fate-havent-we, r=...bors-50/+0
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-44/+44
2015-01-12Add note about TLS lookups in random()Steve Klabnik-1/+26
2015-01-12auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichtonbors-59/+59
2015-01-11powerpc: pthread supportRicho Healey-3/+6
2015-01-11powerpc: Fixup more stack workRicho Healey-0/+1
2015-01-11powerpc: add cdefs for linuxRicho Healey-3/+9
2015-01-11powerpc: Janky segmented stack supportRicho Healey-0/+12
2015-01-11powerpc: Add unwinder size REVISITRicho Healey-0/+3
2015-01-11powerpc: Add libstd utilsRicho Healey-4/+15
2015-01-12Merge pull request #20920 from piyo/issue-20853bors-1/+13
2015-01-12Merge pull request #20915 from csouth3/hash-itersbors-30/+98
2015-01-12Merge pull request #20903 from XMPPwocky/deadlink1bors-1/+1