about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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-15add a section on performance to collection docsAlexis-2/+52
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
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-59/+59
2015-01-11std: Remove fortune cookies from fatal runtime errorsBrian Anderson-50/+0
2015-01-11Give mmap a page-aligned stack start addressClifford Caoile-1/+13
2015-01-10Add ExactSizeIterator impls for Hash{Map, Set, Table}Chase Southwood-30/+98
2015-01-10Implement Show for types in std::io::{buffered,util}Steven Fackler-10/+46
2015-01-11Fix dead link (s/task/thread/)Nathaniel Theis-1/+1
2015-01-09auto merge of #20776 : kmcallister/rust/macro-cleanup, r=alexcrichtonbors-179/+2
2015-01-09Re-reduce libstd macro duplicationKeegan McAllister-179/+2
2015-01-09Merge pull request #20699 from vhbit/ios-archsbors-11/+27
2015-01-09iOS: preliminary 64-bit archs supportValerii Hiora-3/+6
2015-01-09iOS: fixed test buildValerii Hiora-8/+21
2015-01-09Merge pull request #20741 from mneumann/dragonfly-pthread-mutexbors-0/+37
2015-01-08Merge pull request #20735 from squidpickles/masterbors-1/+1
2015-01-08Fix destroy assertions in mutex/rwlock/condvarMichael Neumann-0/+37
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-4/+5
2015-01-08Remove warning from the libraries.Huon Wilson-4/+5
2015-01-08Improvements to feature stagingBrian Anderson-80/+80
2015-01-07Spelling fix compatibel -> compatibleKevin Rauwolf-1/+1
2015-01-07More test fixes and rebase conflictsAlex Crichton-1/+1