about summary refs log tree commit diff
path: root/src/libstd/rt/args.rs
AgeCommit message (Expand)AuthorLines
2014-02-16std: Rename unstable::mutex::Mutex to StaticNativeMutex.Huon Wilson-2/+2
2014-02-16std: add an RAII unlocker to Mutex.Huon Wilson-11/+4
2014-02-14Use str::from_utf8_lossy() in os::args(), add os::args_as_bytes()Kevin Ballard-21/+23
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-2/+2
2014-01-07Fixup the rest of the tests in the compilerAlex Crichton-1/+1
2014-01-07Fix remaining cases of leaking importsAlex Crichton-0/+2
2013-12-20std: silence warnings when compiling test.Huon Wilson-5/+8
2013-11-26Clean up statically initialized data on shutdownAlex Crichton-4/+5
2013-11-26librustc: Fix merge fallout.Patrick Walton-3/+3
2013-11-26libstd: Fix Win32 and other bustage.Patrick Walton-5/+5
2013-11-19libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstdPatrick Walton-2/+1
2013-11-18Move runtime files to C instead of C++Alex Crichton-0/+1
2013-11-18Remove the C++ lock_and_signal typeAlex Crichton-22/+31
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-3/+5
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-3/+3
2013-10-09option: rewrite the API to use compositionDaniel Micay-2/+2
2013-09-30std: Remove usage of fmt!Alex Crichton-3/+3
2013-09-18Register new snapshotsAlex Crichton-12/+0
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-1/+1
2013-08-29rt: use sugary functions rather than manual range loops.Huon Wilson-5/+4
2013-08-21std/extra: changing XXX to FIXME; cleanupTim Chevalier-2/+2
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-4/+14
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-02replace `range` with an external iteratorDaniel Micay-4/+3
2013-07-30implement pointer arithmetic with GEPDaniel Micay-1/+1
2013-07-24fix compilation on macos/windowsDaniel Micay-1/+2
2013-07-24std:rt: args module is not used by win/mac. #7951Brian Anderson-69/+123
2013-06-21std::rt: Support os::argsBrian Anderson-0/+125