summary refs log tree commit diff
path: root/src/libcollections/macros.rs
AgeCommit message (Expand)AuthorLines
2015-03-18Register new snapshotsAlex Crichton-43/+3
2015-03-16better document the hacks required to test libcollectionsJorge Aparicio-2/+4
2015-03-16move some tests back to libcollectionsJorge Aparicio-0/+15
2015-03-16impl<T> [T]Jorge Aparicio-0/+38
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-1/+1
2015-02-17Implement `Vec::from_elem` (RFC 832)Markus Siemens-3/+25
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-0/+16
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-8/+8
2015-01-23grandfathered -> rust1Brian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-18Improve the vec![...] macro with UFCS.Eduard Burtescu-8/+8
2015-01-08Enabled the `vec![]` macro to use the `[a; b]` repeat syntax.Marvin Löbel-1/+5
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-07std: Stablize the macros moduleAlex Crichton-0/+1
2015-01-06Register new snapshotsAlex Crichton-14/+0
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-0/+12
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-2/+3
2014-08-19A few minor documentation fixesP1start-1/+1
2014-06-05std: Recreate a `collections` moduleAlex Crichton-0/+22