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
/
libcore
/
failure.rs
Age
Commit message (
Expand
)
Author
Lines
2014-09-29
rollup merge of #17621 : sfackler/new-snap
Alex Crichton
-27
/
+0
2014-09-28
Register new snapshots
Steven Fackler
-23
/
+0
2014-09-28
Defailbloat fail!(&'static str)
Tobba
-6
/
+5
2014-09-25
Rename `begin_unwind_string` to `fail_str`, refs #16114
Florian Hahn
-6
/
+6
2014-09-25
Rename `fail_` lang item to `fail`, closes #16114
Florian Hahn
-1
/
+16
2014-09-24
Rename `core::failure::begin_unwind` to `fail_impl`, refs #16114
Florian Hahn
-9
/
+9
2014-09-24
Rename `begin_unwind` lang item to `fail_fmt`, refs #16114
Florian Hahn
-0
/
+8
2014-08-30
Defailbloat fail!(string)
Tobba
-0
/
+5
2014-08-08
Register new snapshot 12e0f72
Niko Matsakis
-24
/
+0
2014-07-31
core: Fix failure doc comment
Brian Anderson
-1
/
+1
2014-07-31
core: Add #[inline(never)] to failure functions
Brian Anderson
-2
/
+2
2014-07-31
Modify failure lang items to take less pointers.
Brian Anderson
-0
/
+26
2014-07-25
core: Remove unneeded cfgs
Brian Anderson
-37
/
+0
2014-07-25
Make most of the failure functions take &(&'static str, uint)
Brian Anderson
-3
/
+42
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-3
/
+1
2014-06-18
rustdoc: Fix testing indented code blocks
Alex Crichton
-1
/
+3
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-1
/
+1
2014-05-30
Register new snapshots
Alex Crichton
-38
/
+2
2014-05-27
rustc: Use rust strings for failure arguments
Alex Crichton
-6
/
+29
2014-05-19
rustc: Add official support for weak failure
Alex Crichton
-5
/
+14
2014-05-15
core: Implement unwrap()/unwrap_err() on Result
Alex Crichton
-18
/
+32
2014-05-13
core: Allow using failure outside of libcore
Alex Crichton
-1
/
+1
2014-05-07
core: Get coretest working
Alex Crichton
-0
/
+1
2014-05-07
core: Add a limited implementation of failure
Alex Crichton
-0
/
+54