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
/
macros.rs
Age
Commit message (
Expand
)
Author
Lines
2014-09-28
Defailbloat fail!(&'static str)
Tobba
-2
/
+2
2014-09-25
Rename `begin_unwind_string` to `fail_str`, refs #16114
Florian Hahn
-2
/
+2
2014-09-24
Rename `core::failure::begin_unwind` to `fail_impl`, refs #16114
Florian Hahn
-2
/
+2
2014-08-30
Defailbloat fail!(string)
Tobba
-3
/
+4
2014-08-11
core/std: squash dead_code warnings from fail! invocations.
Huon Wilson
-4
/
+9
2014-07-28
Use correct conventions for static
Brian Anderson
-2
/
+2
2014-07-25
Put the struct passed to unwinding functions into a static
Brian Anderson
-1
/
+2
2014-07-25
Make most of the failure functions take &(&'static str, uint)
Brian Anderson
-1
/
+1
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-10
/
+0
2014-06-11
sync: Move underneath libstd
Alex Crichton
-0
/
+3
2014-06-06
std: Extract librustrt out of libstd
Alex Crichton
-0
/
+14
2014-06-05
std: Recreate a `collections` module
Alex Crichton
-0
/
+31
2014-05-15
core: Update all tests for fmt movement
Alex Crichton
-0
/
+21
2014-05-15
core: Implement and export the try! macro
Alex Crichton
-0
/
+6
2014-05-15
core: Allow formatted failure and assert in core
Alex Crichton
-2
/
+25
2014-05-13
core: Allow using failure outside of libcore
Alex Crichton
-1
/
+1
2014-05-07
core: Add a limited implementation of failure
Alex Crichton
-0
/
+38
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-53
/
+0
2013-05-15
core::rt: Fix scheduling logic for enqueued tasks
Brian Anderson
-2
/
+2
2013-05-15
core::rt: Error handling for TcpStream.read
Brian Anderson
-2
/
+2
2013-05-14
core: Cleanup warnings
Brian Anderson
-1
/
+7
2013-05-14
rtdebug off
Brian Anderson
-2
/
+2
2013-05-14
core::rt Wire up logging to newsched tasks
Brian Anderson
-2
/
+2
2013-05-13
core::rt: Begin implementing TcpStream
Brian Anderson
-0
/
+8
2013-04-24
core: Turn off rtdebug logging
Brian Anderson
-2
/
+2
2013-04-23
core::rt: Tasks to not require an unwinder
Brian Anderson
-0
/
+39