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
2015-07-01
Add netbsd amd64 support
Alex Newman
-0
/
+1
2015-05-27
Use `const fn` to abstract away the contents of UnsafeCell & friends.
Eduard Burtescu
-2
/
+2
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-9
/
+5
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-4
/
+4
2015-02-21
Auto merge of #21959 - dhuseby:bitrig-support, r=brson
bors
-0
/
+1
2015-02-18
std: Implement CString-related RFCs
Alex Crichton
-4
/
+5
2015-02-11
bitrig integration
Dave Huseby
-0
/
+1
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-1
/
+1
2015-02-01
openbsd support
Sébastien Marie
-2
/
+3
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-1
/
+1
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-7
/
+4
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-2
/
+2
2014-12-30
Fallout from stabilization
Aaron Turon
-2
/
+2
2014-12-21
std: Don't parse argv as a String
Alex Crichton
-5
/
+8
2014-12-18
Fix compilation on linux
Alex Crichton
-7
/
+7
2014-12-18
Remove rt::{mutex, exclusive}
Aaron Turon
-2
/
+2
2014-12-18
Allow args to work without rt initialization
Aaron Turon
-13
/
+9
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-0
/
+167
2014-06-06
std: Extract librustrt out of libstd
Alex Crichton
-172
/
+0
2014-05-25
De-realstd os::args
Kevin Ballard
-34
/
+7
2014-05-23
std: Move unstable::finally to std::finally. #1457
Brian Anderson
-1
/
+1
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-19
/
+25
2014-05-11
core: Remove the cast module
Alex Crichton
-6
/
+5
2014-05-08
Handle fallout in os
Kevin Ballard
-20
/
+23
2014-05-07
core: Inherit possible string functionality
Alex Crichton
-1
/
+0
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-3
/
+4
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-2
/
+2
2014-04-24
Update libuv
Alex Crichton
-1
/
+1
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-0
/
+1
2014-04-18
std: Make ~[T] no longer a growable vector
Alex Crichton
-3
/
+4
2014-03-24
comm: Implement synchronous channels
Alex Crichton
-0
/
+1
2014-03-23
This commit cleans up a few test warnings
Steven Stewart-Gallus
-1
/
+1
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-3
/
+3
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
[next]