about summary refs log tree commit diff
path: root/src/libstd/path/windows.rs
AgeCommit message (Expand)AuthorLines
2014-08-13std: Rename slice::Vector to SliceBrian Anderson-1/+1
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-1/+1
2014-08-06Use byte literals in libstdnham-4/+4
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-1/+1
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-0/+2
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2
2014-07-14add Graphemes iterator; tidy unicode exportskwantam-1/+1
2014-07-10std: Add some implementation of common traitsAlex Crichton-1/+13
2014-07-09auto merge of #15283 : kwantam/rust/master, r=alexcrichtonbors-2/+3
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-07-07Add libunicode; move unicode functions from corekwantam-2/+3
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-21/+25
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-1/+1
2014-06-18Deprecate the bytes!() macro.Simon Sapin-64/+43
2014-06-15Register new snapshotsAlex Crichton-6/+0
2014-06-13auto merge of #14831 : alexcrichton/rust/format-intl, r=brsonbors-0/+6
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-0/+6
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-1/+1
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-08Fix spelling errors in comments.Joseph Crail-1/+1
2014-06-05std: Recreate a `collections` moduleAlex Crichton-1/+2
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-2/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-3/+3
2014-05-28std: Remove format_strbuf!()Alex Crichton-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-6/+6
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-17/+17
2014-05-23auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballardbors-24/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-7/+17
2014-05-22Remove a slew of old deprecated functionsAlex Crichton-24/+1
2014-05-14Add ToCStr impl for &Path and StrBufAaron Turon-2/+21
2014-05-11core: Remove the cast moduleAlex Crichton-4/+4
2014-05-07core: Inherit possible string functionalityAlex Crichton-3/+3
2014-04-28Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...Jonathan S-8/+12
2014-04-28Provide an implementation of DoubleEndedIterator for the results of &[T]::spl...Jonathan S-10/+4
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-4/+4
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-1/+1
2014-04-12std: update & de-~[] path's tests.Huon Wilson-31/+21
2014-04-12std: migrate path::windows to using StrBuf internally.Huon Wilson-64/+70
2014-04-12std: migrate path::unix to using Vec internally.Huon Wilson-10/+12
2014-04-11Parameterize contains_nul for BytesContainer.Kevin Butler-5/+4
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-11/+12
2014-03-31std: Switch field privacy as necessaryAlex Crichton-3/+3
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-2/+2
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-2/+2
2014-03-23auto merge of #13090 : thestinger/rust/iter, r=Aatchbors-9/+12
2014-03-23iter: remove `to_owned_vec`Daniel Micay-9/+12
2014-03-23use TotalEq for HashMapDaniel Micay-1/+3
2014-03-20rename std::vec -> std::sliceDaniel Micay-1/+1
2014-03-12std: allow io::File* structs to be hashableErick Tryzelaar-3/+3
2014-03-12Use generic impls for `Hash`Erick Tryzelaar-4/+4