about summary refs log tree commit diff
path: root/src/libstd/macros.rs
AgeCommit message (Expand)AuthorLines
2015-04-11Change the rt::unwind line argument type from usize to u32.Ryan Prichard-1/+48
2015-04-08std: Destabilize the internals of panic!Alex Crichton-0/+1
2015-03-31rollup merge of #23879: seanmonstar/del-from-errorAlex Crichton-1/+1
2015-03-30convert: remove FromError, use From<E> insteadSean McArthur-1/+1
2015-03-30std: Add a note about the print! macro and output bufferingRicho Healey-0/+4
2015-03-26syntax: Remove support for #[should_fail]Alex Crichton-1/+1
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+1
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-22Remove bad reference to std::ioSteve Klabnik-2/+1
2015-03-19Document include!Steve Klabnik-0/+14
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-5/+5
2015-03-15Use new io in print and println macrosesSimonas Kazlauskas-6/+9
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-5/+5
2015-03-11Example -> ExamplesSteve Klabnik-14/+14
2015-02-21Resolve includeme.fragment conflict.Brian Brooks-2/+2
2015-02-17Register new snapshotsAlex Crichton-17/+0
2015-02-17Fallout from stabilizationAaron Turon-3/+3
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-0/+1
2015-01-30Remove all `i` suffixesTobias Bucher-3/+3
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-4/+4
2015-01-26Fallout of io => old_ioAlex Crichton-4/+4
2015-01-23grandfathered -> rust1Brian Anderson-5/+5
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-7/+7
2015-01-17fix rollupSteve Klabnik-0/+2
2015-01-17Evaluate # fn in docsSteve Klabnik-10/+10
2015-01-09Re-reduce libstd macro duplicationKeegan McAllister-178/+0
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-4/+4
2015-01-08Remove warning from the libraries.Huon Wilson-4/+4
2015-01-08Improvements to feature stagingBrian Anderson-2/+2
2015-01-07std: Stablize the macros moduleAlex Crichton-46/+30
2015-01-06More test fixesAlex Crichton-2/+2
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-2/+2
2015-01-06Fallout from stabilizationAaron Turon-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-1/+1
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-10/+10
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-41/+4
2015-01-05Remove i suffix in docsSteve Klabnik-10/+10
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-1/+0
2015-01-05Use $crate and macro reexport to reduce duplicated codeKeegan McAllister-213/+4
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-2/+1
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-5/+5
2015-01-02merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`Jorge Aparicio-2/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-12-30Register new snapshotsAlex Crichton-140/+0
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-5/+5
2014-12-29std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-10/+126
2014-12-23Rename include_bin! to include_bytes!Chris Wong-2/+6