about summary refs log tree commit diff
path: root/src/libstd/macros.rs
AgeCommit message (Expand)AuthorLines
2014-02-20Mass rename if_ok! to try!Alex Crichton-1/+1
2014-02-19rustdoc: Handle links to reexported itemsAlex Crichton-2/+5
2014-02-19rustdoc: Show macros in documentationAlex Crichton-0/+172
2014-02-13Lift $dst outside the closure in write!Alex Crichton-6/+8
2014-02-08Clean up formatting in macros moduleBrendan Zabarauskas-58/+74
2014-02-08Add unimplemented! macroBrendan Zabarauskas-0/+7
2014-02-06Remove std::conditionAlex Crichton-44/+0
2014-02-03std: Remove io::io_errorAlex Crichton-0/+5
2014-01-27std: add begin_unwind_fmt that reduces codesize for formatted fail!().Huon Wilson-2/+12
2014-01-24Delete ignore! macroSteven Fackler-3/+0
2014-01-24Move macro_rules! macros to libstdSteven Fackler-0/+192
2013-10-11De-pub some private runtime componentsAlex Crichton-44/+0
2013-10-10auto merge of #9749 : alexcrichton/rust/less-io, r=brsonbors-1/+1
2013-10-10Migrate users of io::fd_t to io::native::file::fd_tAlex Crichton-1/+1
2013-10-09Don't abort if the runtime is run twice.Alex Crichton-38/+0
2013-09-30std: Remove usage of fmt!Alex Crichton-9/+10
2013-09-20Implement a web backend for rustdoc_ngAlex Crichton-0/+1
2013-08-23Define cfg(rtopt) when optimizing. Turn off runtime sanity checksBrian Anderson-2/+4
2013-08-20Add assert_once_ever macro. Close #7748. (fixme cf #8472)Ben Blum-0/+36
2013-08-09Remove rtdebug_! and make rtdebug! work properly.Corey Richardson-12/+4
2013-08-01A major refactoring that changes the way the runtime uses TLS. In thetoddaaro-2/+7
2013-06-18std::rt: Improve the rtabort! macroBrian Anderson-11/+8
2013-06-17std: Rename `abort!` to `rtabort!` to match other macrosBrian Anderson-2/+2
2013-06-17std::rt: move abort function to util moduleBrian Anderson-9/+1
2013-06-16Merge remote-tracking branch 'brson/io'Brian Anderson-8/+11
2013-06-14redesigned the pinning to pin deal with things on dequeue, not on enqueuetoddaaro-11/+0
2013-06-10debugged a compiler ICE when merging local::borrow changes into the main io b...toddaaro-6/+19
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+53