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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libglob
Age
Commit message (
Expand
)
Author
Lines
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-5
/
+5
2014-05-24
Update ascii functions used elsewhere
Adolfo Ochagavía
-5
/
+5
2014-05-22
auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw
bors
-1
/
+1
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-4
/
+4
2014-05-21
Change static.rust-lang.org to doc.rust-lang.org
Alex Crichton
-1
/
+1
2014-05-14
libglob: Remove all uses of `~str` from `libglob`
Patrick Walton
-4
/
+4
2014-05-12
Add the patch number to version strings. Closes #13289
Brian Anderson
-1
/
+1
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-1
/
+1
2014-04-10
auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton
bors
-6
/
+7
2014-04-11
Fix tests. Add Vec<u8> conversion to StrBuf.
Huon Wilson
-4
/
+4
2014-04-10
Remove some internal ~[] from several libraries.
Huon Wilson
-5
/
+7
2014-04-10
libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and
Patrick Walton
-2
/
+3
2014-04-08
libglob: only return dirs for globs ending in /
Benjamin Herr
-2
/
+12
2014-04-08
libglob: allow "." and ".." to be matched
Benjamin Herr
-9
/
+85
2014-04-03
Bump version to 0.11-pre
Brian Anderson
-1
/
+1
2014-04-03
auto merge of #13286 : alexcrichton/rust/release, r=brson
bors
-1
/
+1
2014-03-31
glob: Switch field privacy as necessary
Alex Crichton
-8
/
+10
2014-03-31
Bump version to 0.10
Alex Crichton
-1
/
+1
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-7
/
+7
2014-03-25
Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...
Marvin Löbel
-1
/
+1
2014-03-23
iter: remove `to_owned_vec`
Daniel Micay
-1
/
+1
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-19
/
+30
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-15
Add rustdoc html crate info
Steven Fackler
-0
/
+3
2014-03-14
lint: add lint for use of a `~[T]`.
Huon Wilson
-0
/
+1
2014-03-10
libstd: Change `slice_shift_char`, `shift_char`, `pop_char`, `shift_byte` and...
Piotr Czarnecki
-5
/
+6
2014-02-24
Transition to new `Hash`, removing IterBytes and std::to_bytes.
Huon Wilson
-4
/
+4
2014-02-14
Fix all code examples
Alex Crichton
-1
/
+1
2014-02-13
Removed num::Orderable
Michael Darakananda
-2
/
+2
2014-02-11
libglob -- patch closure where const borrow would have helped
Niko Matsakis
-5
/
+8
2014-02-03
glob: Remove io_error usage
Alex Crichton
-2
/
+1
2014-01-29
extra: move glob to libglob
David Manescu
-0
/
+782