summary refs log tree commit diff
path: root/src/libextra/glob.rs
AgeCommit message (Expand)AuthorLines
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-8/+8
2013-09-20auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con...bors-2/+2
2013-09-19Clean up unused importsSteven Fackler-3/+1
2013-09-19Replace unreachable() calls with unreachable!().Chris Morgan-2/+2
2013-09-18Register new snapshotsAlex Crichton-39/+0
2013-09-14auto merge of #9115 : erickt/rust/master, r=ericktbors-3/+43
2013-09-13Move glob tests to a run-pass testAlex Crichton-188/+0
2013-09-12syntax: add #[deriving(Default)] syntax extensionErick Tryzelaar-2/+42
2013-09-12std: rename Option::unwrap_or_default() to unwrap_or()Erick Tryzelaar-1/+1
2013-09-11Support character range patterns (e.g. [0-9], [a-z]), like other globs do.Gareth Smith-14/+126
2013-09-06use enumerate in place of 'for ti in range(i, tokens.len()) ... match tokens[...Tim Kuehn-4/+4
2013-09-06Un-hork the bots by removing intermediate filesAlex Crichton-3/+13
2013-09-05Replace os::glob with extra::glob, which is written in rust,Gareth Smith-0/+820