about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2015-01-06More test fixesAlex Crichton-71/+70
2015-01-06Fix misspelled comments.Joseph Crail-5/+5
2015-01-06Test fixes and rebase conflictsAlex Crichton-4/+8
2015-01-06rollup merge of #20563: cmr/macro-input-future-proofingAlex Crichton-18/+26
2015-01-06Minor fallout/update FOLLOW setsCorey Richardson-4/+12
2015-01-06rollup merge of #20650: klutzy/omg-windows-error-modeAlex Crichton-0/+7
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-165/+237
2015-01-06rollup merge of #19430: pczarn/interp_tt-cleanupAlex Crichton-9/+11
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-40/+42