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
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
2014-03-15
Test fixes and rebase conflicts
Alex Crichton
-0
/
+2
2014-03-13
Add basic backtrace functionality
Alex Crichton
-89
/
+22
2014-03-01
Publicise types/add #[allow(visible_private_types)] to a variety of places.
Huon Wilson
-0
/
+2
2014-02-23
std: Remove unstable::lang
Brian Anderson
-0
/
+18
2014-02-23
std: Move raw to std::raw
Brian Anderson
-1
/
+1
2014-02-23
std: Move intrinsics to std::intrinsics.
Brian Anderson
-1
/
+1
2014-02-18
Spellcheck library docs.
Huon Wilson
-1
/
+1
2014-02-14
Invoke gcc with -nodefaultlibs
Alex Crichton
-0
/
+10
2014-02-11
Rewrite channels yet again for upgradeability
Alex Crichton
-0
/
+1
2014-02-11
Move replace and swap to std::mem. Get rid of std::util
Edward Wang
-2
/
+2
2014-02-03
std: Remove io::io_error
Alex Crichton
-3
/
+4
2014-01-31
auto merge of #11918 : omasanori/rust/reduce-warnings, r=alexcrichton
bors
-1
/
+1
2014-01-30
Fix the size of the _Unwind_Exception struct
Alex Crichton
-1
/
+4
2014-01-30
Append ; to #[allow(dead_code)].
OGINO Masanori
-1
/
+1
2014-01-28
std: comment about OOM & allocs in begin_unwind_fmt.
Huon Wilson
-0
/
+4
2014-01-27
std: add begin_unwind_fmt that reduces codesize for formatted fail!().
Huon Wilson
-0
/
+12
2014-01-27
std: reduce the generic code instantiated by fail!().
Huon Wilson
-3
/
+18
2014-01-22
Replace C types with Rust types in libstd, closes #7313
Florian Hahn
-6
/
+7
2014-01-14
Flag failure functions as inline(never)
Alex Crichton
-0
/
+2
2014-01-07
stdtest: Fix all leaked trait imports
Alex Crichton
-10
/
+4
2014-01-07
std: Fill in all missing imports
Alex Crichton
-0
/
+1
2014-01-06
Support arbitrary stdout/stderr/logger handles
Alex Crichton
-43
/
+77
2014-01-04
Condition EH ABI on target_arch, not target_os.
Vadim Chugunov
-6
/
+12
2014-01-04
auto merge of #11301 : vadimcn/rust/fix-android, r=brson
bors
-46
/
+113
2014-01-03
Fix ARM unwinding.
Vadim Chugunov
-46
/
+113
2014-01-02
Abort on double-failure. #910
Brian Anderson
-1
/
+7
2013-12-30
Add rust_fail. #11219
Brian Anderson
-14
/
+21
2013-12-25
Test fixes and rebase conflicts
Alex Crichton
-86
/
+116
2013-12-24
green: Rip the bandaid off, introduce libgreen
Alex Crichton
-1
/
+71
2013-12-24
Stop using C++ exceptions for stack unwinding.
Vadim Chugunov
-0
/
+256