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
/
unwind.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-14
auto merge of #21061 : japaric/rust/range, r=nick29581
bors
-1
/
+1
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-1
/
+1
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-10
/
+10
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-1
/
+1
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-6
/
+6
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-10
/
+10
2015-01-02
rollup merge of #20377: alexcrichton/issue-20352
Alex Crichton
-15
/
+4
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+1
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-15
/
+4
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-10
/
+10
2015-01-02
More fallout
Nick Cameron
-2
/
+2
2014-12-31
Revert "std: Re-enable at_exit()"
Alex Crichton
-13
/
+4
2014-12-30
rollup merge of #20353: alexcrichton/snapshots
Alex Crichton
-47
/
+0
2014-12-30
Register new snapshots
Alex Crichton
-47
/
+0
2014-12-30
std: Re-enable at_exit()
Alex Crichton
-4
/
+13
2014-12-29
rollup merge of #20248: steveklabnik/gh20038
Alex Crichton
-11
/
+11
2014-12-27
Fallout of changing format_args!(f, args) to f(format_args!(args)).
Eduard Burtescu
-1
/
+48
2014-12-26
s/task/thread/g
Steve Klabnik
-11
/
+11
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-1
/
+1
2014-12-19
windows: remove unused import
Jorge Aparicio
-1
/
+0
2014-12-19
librustrt: use `#[deriving(Copy)]`
Jorge Aparicio
-2
/
+1
2014-12-18
Rebasing fixes.
Aaron Turon
-1
/
+1
2014-12-18
std: Move the panic flag to its own thread local
Alex Crichton
-4
/
+15
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-0
/
+1
2014-12-18
Avoid .take().unwrap() with FnOnce closures
Alex Crichton
-20
/
+8
2014-12-18
Tweak the startup routine to pass on linux
Alex Crichton
-6
/
+13
2014-12-18
Fallout from new thread API
Aaron Turon
-1
/
+1
2014-12-18
Revise rt::unwind
Aaron Turon
-36
/
+6
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-0
/
+638
2014-06-06
std: Extract librustrt out of libstd
Alex Crichton
-494
/
+0
2014-06-05
How about a less cringe-worthy double-failure message?
Brian Anderson
-3
/
+1
2014-06-04
std: Improve non-task-based usage
Alex Crichton
-148
/
+196
2014-05-30
Register new snapshots
Alex Crichton
-40
/
+1
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-2
/
+2
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-2
/
+3
2014-05-19
rustc: Add official support for weak failure
Alex Crichton
-2
/
+40
2014-05-15
Updates with core::fmt changes
Alex Crichton
-3
/
+3
2014-05-15
core: Implement unwrap()/unwrap_err() on Result
Alex Crichton
-15
/
+3
2014-05-11
core: Remove the cast module
Alex Crichton
-6
/
+5
2014-05-07
core: Add a limited implementation of failure
Alex Crichton
-31
/
+11
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-6
/
+10
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-3
/
+3
2014-04-27
Fix repeated module documentation
Alexandre Gagnon
-0
/
+2
2014-03-31
std: Switch field privacy as necessary
Alex Crichton
-2
/
+2
2014-03-27
Fix fallout of removing default bounds
Alex Crichton
-3
/
+3
[next]