about summary refs log tree commit diff
path: root/src/libstd/rt/args.rs
AgeCommit message (Expand)AuthorLines
2015-07-01Add netbsd amd64 supportAlex Newman-0/+1
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-2/+2
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-9/+5
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
2015-02-21Auto merge of #21959 - dhuseby:bitrig-support, r=brsonbors-0/+1
2015-02-18std: Implement CString-related RFCsAlex Crichton-4/+5
2015-02-11bitrig integrationDave Huseby-0/+1
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-02-01openbsd supportSébastien Marie-2/+3
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-05std: Redesign c_str and c_vecAlex Crichton-7/+4
2015-01-02std: Stabilize the prelude moduleAlex Crichton-2/+2
2014-12-30Fallout from stabilizationAaron Turon-2/+2
2014-12-21std: Don't parse argv as a StringAlex Crichton-5/+8
2014-12-18Fix compilation on linuxAlex Crichton-7/+7
2014-12-18Remove rt::{mutex, exclusive}Aaron Turon-2/+2
2014-12-18Allow args to work without rt initializationAaron Turon-13/+9
2014-12-18libs: merge librustrt into libstdAaron Turon-0/+167
2014-06-06std: Extract librustrt out of libstdAlex Crichton-172/+0
2014-05-25De-realstd os::argsKevin Ballard-34/+7
2014-05-23std: Move unstable::finally to std::finally. #1457Brian Anderson-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-19/+25
2014-05-11core: Remove the cast moduleAlex Crichton-6/+5
2014-05-08Handle fallout in osKevin Ballard-20/+23
2014-05-07core: Inherit possible string functionalityAlex Crichton-1/+0
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-3/+4
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-2/+2
2014-04-24Update libuvAlex Crichton-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-0/+1
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-3/+4
2014-03-24comm: Implement synchronous channelsAlex Crichton-0/+1
2014-03-23This commit cleans up a few test warningsSteven Stewart-Gallus-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-3/+3
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