about summary refs log tree commit diff
path: root/src/libstd/macros.rs
AgeCommit message (Expand)AuthorLines
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
2014-12-18Revise std::thread API to join by defaultAaron Turon-2/+4
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-45/+47
2014-12-16auto merge of #19647 : nielsegberts/rust/master, r=pnkfelixbors-6/+6
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-1/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-2/+2
2014-12-09Rename assert_eq arguments to left and right.Niels Egberts-6/+6
2014-11-27Fix example code for unreachable!olivren-5/+4
2014-11-26Test fixes and rebase conflictsAlex Crichton-5/+6
2014-11-25Improve documentation for unreachableSteve Klabnik-17/+33
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-22/+0
2014-11-20auto merge of #19071 : huonw/rust/col2column, r=nikomatsakisbors-4/+4
2014-11-20Rename `col!` to `column!`.Huon Wilson-4/+4
2014-11-18std: Stabilize std::fmtAlex Crichton-1/+7
2014-11-18implement Writer for Vec<u8>Daniel Micay-2/+1
2014-11-10Add optional messages to the unreachable macro.Michael Sproul-1/+9
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-1/+1
2014-11-02Add error module with Error and FromError traitsAaron Turon-2/+7
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-2/+2
2014-10-29Rename fail! to panic!Steve Klabnik-25/+25
2014-10-28Update code with new lint namesAaron Turon-2/+2
2014-10-10improve the performance of the vec![] macroDaniel Micay-9/+7
2014-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-0/+2
2014-09-22auto merge of #17339 : treeman/rust/doc-things, r=alexcrichtonbors-2/+2
2014-09-19Add enum variants to the type namespaceNick Cameron-2/+2
2014-09-17rollup merge of #17326 : brson/wintestAlex Crichton-2/+2