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-04-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-2
/
+0
2015-04-16
Call write_fmt directly to format an Arguments value.
Ryan Prichard
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+1
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-1
/
+0
2015-03-20
Remove rt::default_sched_threads and RUST_THREADS.
Steve Klabnik
-23
/
+0
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-66
/
+7
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-1
/
+1
2015-02-17
rollup merge of #22435: aturon/final-stab-thread
Alex Crichton
-2
/
+2
2015-02-17
Fallout from stabilization
Aaron Turon
-2
/
+2
2015-02-14
Rename `fmt::Writer` to `fmt::Write`
Chris Wong
-3
/
+3
2015-02-11
std: Tweak the std::env OsString/String interface
Alex Crichton
-2
/
+2
2015-02-03
Switch missing_copy_implementations to default-allow
Steven Fackler
-1
/
+0
2015-02-01
std: Add a new `env` module
Alex Crichton
-4
/
+5
2015-01-30
std: Stabilize FromStr and parse
Alex Crichton
-2
/
+2
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
[next]