about summary refs log tree commit diff
path: root/src/libglob
AgeCommit message (Expand)AuthorLines
2014-10-19Remove a number of deprecated cratesAlex Crichton-893/+0
2014-10-13Clean up rustc warnings.NODA, Kai-1/+1
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
2014-09-22Fix deprecation warnings in check-docs.Victor Berger-0/+1
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-09-13librustc: Forbid inherent implementations that aren't adjacent to thePatrick Walton-0/+1
2014-09-05Disable test_lots_of_files on WindowsVadim Chugunov-0/+1
2014-08-28Fallout from stabilizing core::optionAaron Turon-2/+2
2014-08-26glob: Deprecate the library in favor of cargoAlex Crichton-1/+4
2014-07-17deprecate Vec::getNick Cameron-6/+6
2014-07-13glob::MatchOptions struct fields should be publicJames Lal-3/+3
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2/+2
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-1/+0
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-3/+0
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-2/+2
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-4/+4
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-5/+5
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-5/+5
2014-05-24Update ascii functions used elsewhereAdolfo Ochagavía-5/+5
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-4/+4
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-14libglob: Remove all uses of `~str` from `libglob`Patrick Walton-4/+4
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-6/+7
2014-04-11Fix tests. Add Vec<u8> conversion to StrBuf.Huon Wilson-4/+4
2014-04-10Remove some internal ~[] from several libraries.Huon Wilson-5/+7
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-2/+3
2014-04-08libglob: only return dirs for globs ending in /Benjamin Herr-2/+12
2014-04-08libglob: allow "." and ".." to be matchedBenjamin Herr-9/+85
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1
2014-04-03auto merge of #13286 : alexcrichton/rust/release, r=brsonbors-1/+1
2014-03-31glob: Switch field privacy as necessaryAlex Crichton-8/+10
2014-03-31Bump version to 0.10Alex Crichton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-7/+7
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-1/+1
2014-03-23iter: remove `to_owned_vec`Daniel Micay-1/+1
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-19/+30
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-15Add rustdoc html crate infoSteven Fackler-0/+3