about summary refs log tree commit diff
path: root/src/libcore/macros.rs
AgeCommit message (Expand)AuthorLines
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-0/+1
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-2/+2
2015-03-11Example -> ExamplesSteve Klabnik-5/+5
2015-03-06Rollup merge of #22980 - alexcrichton:debug-assertions, r=pnkfelixManish Goregaokar-10/+14
2015-03-05rustc: Add a debug_assertions #[cfg] directiveAlex Crichton-10/+14
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-02-27register snapshot 880fb89Flavio Percoco-6/+0
2015-02-21Resolve barriers to changing column!() / line!() return type to u32 in #19284...Brian Brooks-3/+8
2015-02-21Resolve includeme.fragment conflict.Brian Brooks-2/+3
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-5/+5
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-5/+5
2015-01-23grandfathered -> rust1Brian Anderson-4/+4
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+2
2015-01-21Remove 'since' from unstable attributesBrian Anderson-2/+2
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-6/+8
2015-01-17Evaluate # fn in docsSteve Klabnik-6/+11
2015-01-09Re-reduce libstd macro duplicationKeegan McAllister-2/+7
2015-01-08Remove warning from the libraries.Huon Wilson-2/+2
2015-01-06More test fixesAlex Crichton-2/+2
2015-01-06rollup merge of #20563: cmr/macro-input-future-proofingAlex Crichton-3/+6
2015-01-06Minor fallout/update FOLLOW setsCorey Richardson-4/+4
2015-01-06Register new snapshotsAlex Crichton-7/+0
2015-01-06Stricter rules surrounding adjacent nonterminals and sequencesCorey Richardson-1/+4
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-2/+0
2015-01-05Use $crate and macro reexport to reduce duplicated codeKeegan McAllister-22/+177
2014-12-30Register new snapshotsAlex Crichton-53/+0
2014-12-29rollup merge of #20191: lifthrasiir/double-debug_assertAlex Crichton-11/+1
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-0/+34
2014-12-24core: Removed a shadowed, unused definition of `debug_assert!`.Kang Seonghoon-11/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-19/+20
2014-11-18std: Stabilize std::fmtAlex Crichton-11/+4
2014-10-29Rename fail! to panic!Steve Klabnik-10/+10
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