summary refs log tree commit diff
path: root/src/libglob
AgeCommit message (Collapse)AuthorLines
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-7/+7
Closes #2569
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by ↵Marvin Löbel-1/+1
value
2014-03-23iter: remove `to_owned_vec`Daniel Micay-1/+1
This needs to be removed as part of removing `~[T]`. Partial type hints are now allowed, and will remove the need to add a version of this method for `Vec<T>`. For now, this involves a few workarounds for partial type hints not completely working.
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-19/+30
`~[T]` in test, libgetopts, compiletest, librustdoc, and libnum.
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
It's now in the prelude.
2014-03-15Add rustdoc html crate infoSteven Fackler-0/+3
2014-03-14lint: add lint for use of a `~[T]`.Huon Wilson-0/+1
This is useless at the moment (since pretty much every crate uses `~[]`), but should help avoid regressions once completely removed from a crate.
2014-03-10libstd: Change `slice_shift_char`, `shift_char`, `pop_char`, `shift_byte` ↵Piotr Czarnecki-5/+6
and `pop_byte` to return an Option instead of failing
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-4/+4
2014-02-14Fix all code examplesAlex Crichton-1/+1
2014-02-13Removed num::OrderableMichael Darakananda-2/+2
2014-02-11libglob -- patch closure where const borrow would have helpedNiko Matsakis-5/+8
2014-02-03glob: Remove io_error usageAlex Crichton-2/+1
2014-01-29extra: move glob to libglobDavid Manescu-0/+782
In line with the dissolution of libextra - moves glob to its own library libglob. Changes based on PR #11787. Updates .gitignore to ignore doc/glob.