about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-02-18Spellcheck library docs.Huon Wilson-7/+6
2014-02-16Allow configuration of uid/gid/detach on processesAlex Crichton-31/+138
2014-02-16auto merge of #12313 : bjz/rust/tuple, r=huonwbors-289/+179
2014-02-17Remove CloneableTuple and ImmutableTuple traitsBrendan Zabarauskas-81/+5
2014-02-17Improve naming of tuple getters, and add mutable tuple getterBrendan Zabarauskas-125/+128
2014-02-16Merge ImmutableTuple* traits into their respective Tuple* traitBrendan Zabarauskas-38/+16
2014-02-16Delegate ToStr implementation to Show for tuplesBrendan Zabarauskas-48/+7
2014-02-16Implement Show for 1-12 element tuplesBrendan Zabarauskas-0/+26
2014-02-15auto merge of #12302 : alexcrichton/rust/issue-12295, r=brsonbors-10/+28
2014-02-15auto merge of #12299 : sfackler/rust/limit-return, r=alexcrichtonbors-2/+24
2014-02-15auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfacklerbors-52/+80
2014-02-15Correctly reset steals when hitting MAX_STEALSAlex Crichton-7/+28
2014-02-15Silence some unused import warningsAlex Crichton-3/+0
2014-02-15auto merge of #12235 : huonw/rust/raii-lock, r=alexcrichtonbors-146/+276
2014-02-16Convert some unnecessary StaticNativeMutexes to NativeMutexes.Huon Wilson-4/+3
2014-02-16std::unstable::mutex: streamline & clarify documentation.Huon Wilson-26/+37
2014-02-16std: add a NativeMutex type as a wrapper to destroy StaticNativeMutex.Huon Wilson-65/+107
2014-02-16std: Rename unstable::mutex::Mutex to StaticNativeMutex.Huon Wilson-45/+49
2014-02-16std: add tests for the _noguard lock/signal/wait methods on Mutex.Huon Wilson-2/+28
2014-02-16std: add an RAII unlocker to Mutex.Huon Wilson-57/+105
2014-02-15Add a method to LimitReader to return the limitSteven Fackler-2/+24
2014-02-15auto merge of #12272 : alexcrichton/rust/snapshot, r=kballardbors-28/+10
2014-02-15auto merge of #12282 : cmr/rust/cleanup-ptr, r=huonwbors-142/+108
2014-02-15impl fmt::Pointer for &T and &mut TCorey Richardson-1/+11
2014-02-15std: clean up ptr a bitCorey Richardson-141/+97
2014-02-15auto merge of #12283 : kballard/rust/env-args-bytes, r=ericktbors-42/+148
2014-02-14Fix all code examplesAlex Crichton-52/+80
2014-02-14extern mod => extern crateAlex Crichton-6/+6
2014-02-14Register new snapshotsAlex Crichton-22/+4
2014-02-15Update LimitReader to take the Reader to wrap by valuePalmer Cox-7/+8
2014-02-15Create RefReader and RefWriter adaptor structsPalmer Cox-0/+33
2014-02-14Use str::from_utf8_lossy() for os::env() and friendsKevin Ballard-11/+60
2014-02-14Use str::from_utf8_lossy() in os::args(), add os::args_as_bytes()Kevin Ballard-25/+50
2014-02-14Add c_str::CString.as_bytes_no_nul()Kevin Ballard-6/+38
2014-02-14auto merge of #12276 : alexcrichton/rust/issue-8449, r=kballardbors-5/+1
2014-02-14Enable 64-bit checked multiplication on 32-bitAlex Crichton-5/+1
2014-02-14auto merge of #12267 : alexcrichton/rust/rollup, r=alexcrichtonbors-21/+30
2014-02-14Invoke gcc with -nodefaultlibsAlex Crichton-1/+13
2014-02-14extra: Capture stdout/stderr of tests by defaultAlex Crichton-0/+6
2014-02-14return value/use extra::test::black_box in benchmarkslpy-21/+24
2014-02-14auto merge of #12186 : alexcrichton/rust/no-sleep-2, r=brsonbors-0/+1
2014-02-13auto merge of #12172 : alexcrichton/rust/green-improvements, r=brsonbors-11/+26
2014-02-13Remove two allocations from spawning a green taskAlex Crichton-0/+6
2014-02-13Don't require an allocation for on_exit messagesAlex Crichton-4/+12
2014-02-13Don't allocate in LocalHeap::new()Alex Crichton-7/+8
2014-02-13Removed num::OrderableMichael Darakananda-215/+10
2014-02-13Rebase conflicts from this giant stack of patchesAlex Crichton-3/+3
2014-02-13Lift $dst outside the closure in write!Alex Crichton-6/+8
2014-02-13remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...JeremyLetang-82/+59
2014-02-13Register new snapshotsAlex Crichton-186/+1