summary refs log tree commit diff
path: root/src/libextra/glob.rs
AgeCommit message (Expand)AuthorLines
2014-01-08Renamed Option::map_default and mutate_default to map_or and mutate_or_setMarvin Löbel-3/+3
2013-12-23Fixing more doc testsAlex Crichton-1/+1
2013-12-23extra: Fix all code examplesAlex Crichton-16/+23
2013-12-22std::vec: make the sorting closure use `Ordering` rather than just beingHuon Wilson-1/+1
2013-12-21std::vec: add a sugary .sort() method for plain Ord sorting.Huon Wilson-1/+1
2013-12-20extra: remove sort in favour of the std method.Huon Wilson-6/+2
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-3/+3
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-3/+3
2013-11-28Register new snapshotsAlex Crichton-1/+1
2013-11-26librustuv: Remove all non-`proc` uses of `do` from `libextra` andPatrick Walton-4/+4
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-5/+5
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-04Move io::file to io::fs and fns out of FileAlex Crichton-2/+2
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-3/+10
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-3/+0
2013-10-23Making fields in std and extra : private #4386reedlepee-3/+6
2013-10-21Add support for nested commentsGeorges Dubus-26/+26
2013-10-16path2: Update for latest masterKevin Ballard-3/+3
2013-10-16path2: Update based on more review feedbackKevin Ballard-17/+4
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-4/+4
2013-10-15path2: Update for loop -> continueKevin Ballard-1/+1
2013-10-15path2: Replace the path module outrightKevin Ballard-28/+55
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-2/+2
2013-09-30extra: Remove usage of fmt!Alex Crichton-2/+2
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