about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2015-01-07Test fixes and rebase conflictsAlex Crichton-4/+4
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+1
2015-01-07rollup merge of #20657: alexcrichton/stabilize-macrosAlex Crichton-49/+32
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-127/+123
2015-01-07rollup merge of #20722: alexcrichton/audit-showAlex Crichton-2/+2
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-20/+59
2015-01-07rollup merge of #20680: nick29581/target-wordAlex Crichton-22/+41
2015-01-07rollup merge of #20663: brson/feature-stagingAlex Crichton-0/+1
2015-01-07rollup merge of #20654: alexcrichton/stabilize-hashAlex Crichton-276/+363
2015-01-07fix the `&mut _` patternsJorge Aparicio-3/+3
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+1
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07std: Tweak String implementationsAlex Crichton-2/+2
2015-01-07use slicing sugarJorge Aparicio-124/+120
2015-01-07register new snapshotsJorge Aparicio-13/+1
2015-01-07std: Stablize the macros moduleAlex Crichton-49/+32
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-276/+363
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-22/+41
2015-01-07Add isize, usize modules, deprecate int, uint modulesAaron Turon-6/+58
2015-01-07Register new snapshotsAlex Crichton-14/+1
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-5/+5