about summary refs log tree commit diff
path: root/src/libcore/macros.rs
AgeCommit message (Expand)AuthorLines
2014-09-28Defailbloat fail!(&'static str)Tobba-2/+2
2014-09-25Rename `begin_unwind_string` to `fail_str`, refs #16114Florian Hahn-2/+2
2014-09-24Rename `core::failure::begin_unwind` to `fail_impl`, refs #16114Florian Hahn-2/+2
2014-08-30Defailbloat fail!(string)Tobba-3/+4
2014-08-11core/std: squash dead_code warnings from fail! invocations.Huon Wilson-4/+9
2014-07-28Use correct conventions for staticBrian Anderson-2/+2
2014-07-25Put the struct passed to unwinding functions into a staticBrian Anderson-1/+2
2014-07-25Make most of the failure functions take &(&'static str, uint)Brian Anderson-1/+1
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-10/+0
2014-06-11sync: Move underneath libstdAlex Crichton-0/+3
2014-06-06std: Extract librustrt out of libstdAlex Crichton-0/+14
2014-06-05std: Recreate a `collections` moduleAlex Crichton-0/+31
2014-05-15core: Update all tests for fmt movementAlex Crichton-0/+21
2014-05-15core: Implement and export the try! macroAlex Crichton-0/+6
2014-05-15core: Allow formatted failure and assert in coreAlex Crichton-2/+25
2014-05-13core: Allow using failure outside of libcoreAlex Crichton-1/+1
2014-05-07core: Add a limited implementation of failureAlex Crichton-0/+38
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-53/+0
2013-05-15core::rt: Fix scheduling logic for enqueued tasksBrian Anderson-2/+2
2013-05-15core::rt: Error handling for TcpStream.readBrian Anderson-2/+2
2013-05-14core: Cleanup warningsBrian Anderson-1/+7
2013-05-14rtdebug offBrian Anderson-2/+2
2013-05-14core::rt Wire up logging to newsched tasksBrian Anderson-2/+2
2013-05-13core::rt: Begin implementing TcpStreamBrian Anderson-0/+8
2013-04-24core: Turn off rtdebug loggingBrian Anderson-2/+2
2013-04-23core::rt: Tasks to not require an unwinderBrian Anderson-0/+39