about summary refs log tree commit diff
path: root/src/libuuid
AgeCommit message (Expand)AuthorLines
2014-10-19Remove a number of deprecated cratesAlex Crichton-865/+0
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-10-03Set the `non_uppercase_statics` lint to warn by defaultP1start-0/+1
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-1/+1
2014-09-09Remove some test warnings.Jonas Hietala-3/+1
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+1
2014-08-12Allow deprecation in deprecated librariesAaron Turon-0/+1
2014-07-31libuuid: use `Decoder::error()` rather than failing on bad decodeAndrew Poelstra-1/+21
2014-07-31Test fixes from the rollupAlex Crichton-0/+2
2014-07-31alloc, arena, test, url, uuid: Elide lifetimes.OGINO Masanori-1/+1
2014-07-31Deprecate uuid.Ilya Dmitrichenko-1/+2
2014-07-29remove seek from std::io::MemWriter, add SeekableMemWriter to librustcErick Tryzelaar-7/+3
2014-07-21Get rid of few warnings in testsPiotr Jawniak-1/+0
2014-07-17deprecate Vec::getNick Cameron-2/+2
2014-07-15Fix errorsAdolfo Ochagavía-1/+0
2014-07-15Deprecate `str::from_chars`Adolfo Ochagavía-1/+1
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-1/+1
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-8/+8
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-2/+2
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-2/+2
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-19auto merge of #15014 : brson/rust/all-crates-experimental, r=cmrbors-0/+1
2014-06-18Shorten endian conversion method namesBrendan Zabarauskas-6/+6
2014-06-18Merge the Bitwise and ByteOrder traits into the Int traitBrendan Zabarauskas-3/+0
2014-06-18Use ByteOrder methods instead of free-standing functionsBrendan Zabarauskas-8/+8
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-10Fix more misspelled comments and strings.Joseph Crail-2/+2
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+2
2014-06-05Fallout from the libcollections movementAlex Crichton-5/+3
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-3/+3
2014-05-30lib{serialize, uuid}: Fix snake case errors.Kevin Butler-5/+7
2014-05-29std: Recreate a `rand` moduleAlex Crichton-10/+8
2014-05-28std: Remove format_strbuf!()Alex Crichton-3/+3
2014-05-27std: Rename strbuf operations to stringRicho Healey-3/+3
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-3/+3
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/+6
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+2
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-16libserialize: Remove all uses of `~str` from `libserialize`.Patrick Walton-1/+1
2014-05-15Updates with core::fmt changesAlex Crichton-9/+9
2014-05-14libuuid: Remove all uses of `~str` from `libuuid`.Patrick Walton-18/+21
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-1/+1