index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libextra
/
glob.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-08
Renamed Option::map_default and mutate_default to map_or and mutate_or_set
Marvin Löbel
-3
/
+3
2013-12-23
Fixing more doc tests
Alex Crichton
-1
/
+1
2013-12-23
extra: Fix all code examples
Alex Crichton
-16
/
+23
2013-12-22
std::vec: make the sorting closure use `Ordering` rather than just being
Huon Wilson
-1
/
+1
2013-12-21
std::vec: add a sugary .sort() method for plain Ord sorting.
Huon Wilson
-1
/
+1
2013-12-20
extra: remove sort in favour of the std method.
Huon Wilson
-6
/
+2
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-3
/
+3
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-3
/
+3
2013-11-28
Register new snapshots
Alex Crichton
-1
/
+1
2013-11-26
librustuv: Remove all non-`proc` uses of `do` from `libextra` and
Patrick Walton
-4
/
+4
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-5
/
+5
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-2
/
+2
2013-11-04
Move io::file to io::fs and fns out of File
Alex Crichton
-2
/
+2
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-3
/
+10
2013-10-23
Removed Unnecessary comments and white spaces #4386
reedlepee
-3
/
+0
2013-10-23
Making fields in std and extra : private #4386
reedlepee
-3
/
+6
2013-10-21
Add support for nested comments
Georges Dubus
-26
/
+26
2013-10-16
path2: Update for latest master
Kevin Ballard
-3
/
+3
2013-10-16
path2: Update based on more review feedback
Kevin Ballard
-17
/
+4
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-4
/
+4
2013-10-15
path2: Update for loop -> continue
Kevin Ballard
-1
/
+1
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-28
/
+55
2013-10-01
Migrate users of 'loop' to 'continue'
Alex Crichton
-2
/
+2
2013-09-30
extra: Remove usage of fmt!
Alex Crichton
-2
/
+2
2013-09-25
rustdoc: Change all code-blocks with a script
Alex Crichton
-8
/
+8
2013-09-20
auto merge of #9320 : chris-morgan/rust/unreachable-macro-part-two-of-two-con...
bors
-2
/
+2
2013-09-19
Clean up unused imports
Steven Fackler
-3
/
+1
2013-09-19
Replace unreachable() calls with unreachable!().
Chris Morgan
-2
/
+2
2013-09-18
Register new snapshots
Alex Crichton
-39
/
+0
2013-09-14
auto merge of #9115 : erickt/rust/master, r=erickt
bors
-3
/
+43
2013-09-13
Move glob tests to a run-pass test
Alex Crichton
-188
/
+0
2013-09-12
syntax: add #[deriving(Default)] syntax extension
Erick Tryzelaar
-2
/
+42
2013-09-12
std: rename Option::unwrap_or_default() to unwrap_or()
Erick Tryzelaar
-1
/
+1
2013-09-11
Support character range patterns (e.g. [0-9], [a-z]), like other globs do.
Gareth Smith
-14
/
+126
2013-09-06
use enumerate in place of 'for ti in range(i, tokens.len()) ... match tokens[...
Tim Kuehn
-4
/
+4
2013-09-06
Un-hork the bots by removing intermediate files
Alex Crichton
-3
/
+13
2013-09-05
Replace os::glob with extra::glob, which is written in rust,
Gareth Smith
-0
/
+820