about summary refs log tree commit diff
path: root/src/libstd/repr.rs
AgeCommit message (Expand)AuthorLines
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-22/+10
2014-05-15Updates with core::fmt changesAlex Crichton-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-2/+2
2014-05-09Register new snapshotsAlex Crichton-2/+2
2014-05-07Test fixes and rebase conflictsAlex Crichton-1/+0
2014-05-07core: Add unwrap()/unwrap_err() methods to ResultAlex Crichton-1/+1
2014-05-07core: Inherit possible string functionalityAlex Crichton-0/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-10/+5
2014-05-04Register new snapshotsAlex Crichton-1/+0
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-5/+5
2014-05-01remove leftover obsolete string literalsDaniel Micay-1/+1
2014-04-22add support for quadruple precision floating pointDaniel Micay-0/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-5/+6
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-1/+1
2014-04-10std,serialize: remove some internal uses of ~[].Huon Wilson-8/+9
2014-04-06auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichtonbors-3/+3
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-3/+3
2014-04-06rustc: remove ty_unboxed_vec.Eduard Burtescu-9/+0
2014-03-31std: Switch field privacy as necessaryAlex Crichton-5/+5
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-27Fix fallout of removing default boundsAlex Crichton-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-1/+1
2014-02-23std: Move raw to std::rawBrian Anderson-1/+1
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-1/+1
2014-02-22Reduce reliance on `to_str_radix`Brendan Zabarauskas-8/+2
2014-02-20Mass rename if_ok! to try!Alex Crichton-50/+50
2014-02-15std: clean up ptr a bitCorey Richardson-5/+4
2014-02-13remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of...JeremyLetang-1/+2
2014-02-13Register new snapshotsAlex Crichton-4/+0
2014-02-12Removed ty_type (previously used to represent *tydesc).Eduard Burtescu-0/+3
2014-02-11Move replace and swap to std::mem. Get rid of std::utilEdward Wang-1/+1
2014-02-04Register new snapshotsAlex Crichton-4/+0
2014-02-03std: Remove io::io_errorAlex Crichton-88/+118
2014-02-02std,extra: remove use of & support for @[].Huon Wilson-6/+0
2014-02-02libextra: Remove `@str` from all the librariesPatrick Walton-5/+1
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-8/+2
2014-01-22Replace C types with Rust types in libstd, closes #7313Florian Hahn-14/+13
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-2/+2
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-3/+3
2014-01-17auto merge of #11598 : alexcrichton/rust/io-export, r=brsonbors-2/+2
2014-01-17Tweak the interface of std::ioAlex Crichton-2/+2
2014-01-15register snapshotsDaniel Micay-17/+0
2014-01-14remove reference counting headers from ~Daniel Micay-0/+2
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-0/+1
2014-01-08Remove the io::Decorator traitAlex Crichton-4/+2
2014-01-03libstd: Remove all support code related to `@mut`Patrick Walton-3/+0
2013-12-11Make 'self lifetime illegal.Erik Price-5/+5
2013-11-28Register new snapshotsAlex Crichton-1/+1