index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
rt
/
args.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-16
std: Rename unstable::mutex::Mutex to StaticNativeMutex.
Huon Wilson
-2
/
+2
2014-02-16
std: add an RAII unlocker to Mutex.
Huon Wilson
-11
/
+4
2014-02-14
Use str::from_utf8_lossy() in os::args(), add os::args_as_bytes()
Kevin Ballard
-21
/
+23
2014-02-11
Move replace and swap to std::mem. Get rid of std::util
Edward Wang
-2
/
+2
2014-01-07
Fixup the rest of the tests in the compiler
Alex Crichton
-1
/
+1
2014-01-07
Fix remaining cases of leaking imports
Alex Crichton
-0
/
+2
2013-12-20
std: silence warnings when compiling test.
Huon Wilson
-5
/
+8
2013-11-26
Clean up statically initialized data on shutdown
Alex Crichton
-4
/
+5
2013-11-26
librustc: Fix merge fallout.
Patrick Walton
-3
/
+3
2013-11-26
libstd: Fix Win32 and other bustage.
Patrick Walton
-5
/
+5
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-2
/
+1
2013-11-18
Move runtime files to C instead of C++
Alex Crichton
-0
/
+1
2013-11-18
Remove the C++ lock_and_signal type
Alex Crichton
-22
/
+31
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-3
/
+5
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-3
/
+3
2013-10-09
option: rewrite the API to use composition
Daniel Micay
-2
/
+2
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-3
/
+3
2013-09-18
Register new snapshots
Alex Crichton
-12
/
+0
2013-09-09
rename `std::iterator` to `std::iter`
Daniel Micay
-1
/
+1
2013-08-29
rt: use sugary functions rather than manual range loops.
Huon Wilson
-5
/
+4
2013-08-21
std/extra: changing XXX to FIXME; cleanup
Tim Chevalier
-2
/
+2
2013-08-19
Add externfn macro and correctly label fixed_stack_segments
Niko Matsakis
-4
/
+14
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-1
/
+1
2013-08-02
replace `range` with an external iterator
Daniel Micay
-4
/
+3
2013-07-30
implement pointer arithmetic with GEP
Daniel Micay
-1
/
+1
2013-07-24
fix compilation on macos/windows
Daniel Micay
-1
/
+2
2013-07-24
std:rt: args module is not used by win/mac. #7951
Brian Anderson
-69
/
+123
2013-06-21
std::rt: Support os::args
Brian Anderson
-0
/
+125