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
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
Fallout from stabilization.
Aaron Turon
-1
/
+1
2015-01-14
auto merge of #21061 : japaric/rust/range, r=nick29581
bors
-2
/
+2
2015-01-13
auto merge of #20944 : brson/rust/weve-met-with-a-terrible-fate-havent-we, r=...
bors
-50
/
+0
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-2
/
+2
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-1
/
+1
2015-01-11
std: Remove fortune cookies from fatal runtime errors
Brian Anderson
-50
/
+0
2015-01-07
use slicing sugar
Jorge Aparicio
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-2
/
+2
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-3
/
+3
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-1
/
+1
2015-01-02
rollup merge of #20377: alexcrichton/issue-20352
Alex Crichton
-6
/
+12
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-3
/
+2
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-6
/
+12
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-1
/
+1
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2014-12-30
Register new snapshots
Alex Crichton
-15
/
+1
2014-12-30
Fallout from mut slices
Nick Cameron
-1
/
+1
2014-12-27
Fallout of changing format_args!(f, args) to f(format_args!(args)).
Eduard Burtescu
-1
/
+14
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-12
/
+11
2014-12-20
Fix the fallout of removing feature(import_shadowing).
Eduard Burtescu
-2
/
+1
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-0
/
+1
2014-12-18
Fallout from new thread API
Aaron Turon
-9
/
+3
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-3
/
+144
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+2
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-3
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-10-10
Register new snapshots
Alex Crichton
-3
/
+3
2014-08-04
stabilize atomics (now atomic)
Aaron Turon
-4
/
+4
2014-06-16
Move `num_cpus` from `std::rt::util` to `std::os`. Closes #14707
Jorge Aparicio
-13
/
+1
2014-06-06
std: Extract librustrt out of libstd
Alex Crichton
-118
/
+30
2014-05-23
std: Move running_on_valgrind to rt::util. #1457
Brian Anderson
-1
/
+13
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-0
/
+1
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-2
/
+2
2014-05-17
std: Refactor liballoc out of lib{std,sync}
Alex Crichton
-17
/
+0
2014-05-15
Updates with core::fmt changes
Alex Crichton
-1
/
+2
2014-05-10
initial port of the exchange allocator to jemalloc
Daniel Micay
-0
/
+17
2014-04-22
Fixed Win64 build
Vadim Chugunov
-4
/
+12
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-1
/
+1
2014-03-13
Add basic backtrace functionality
Alex Crichton
-11
/
+16
2014-02-23
std: Move intrinsics to std::intrinsics.
Brian Anderson
-1
/
+1
2014-02-03
std: Remove io::io_error
Alex Crichton
-2
/
+5
2014-01-26
Removed all instances of XXX in preparation for relaxing of FIXME rule
Salem Talha
-1
/
+1
2014-01-22
Replace C types with Rust types in libstd, closes #7313
Florian Hahn
-1
/
+0
2014-01-15
libstd: Added more #[inline] annotations and replaced uses of `libc::abort` w...
Eduard Burtescu
-1
/
+2
2014-01-07
std: Fill in all missing imports
Alex Crichton
-0
/
+2
2013-12-25
Test fixes and rebase conflicts
Alex Crichton
-2
/
+1
2013-12-24
green: Rip the bandaid off, introduce libgreen
Alex Crichton
-11
/
+0
2013-12-24
std: Handle prints with literally no context
Alex Crichton
-3
/
+14
[next]