about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-01-22auto merge of #11711 : alexcrichton/rust/issue-11683, r=brsonbors-4/+58
2014-01-21[std::str] Remove the now unused not_utf8 condition.Simon Sapin-11/+3
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-46/+20
2014-01-21[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...Simon Sapin-50/+25
2014-01-21[std::path] Rename .container_as_str_opt() to .container_as_str(), drop the o...Simon Sapin-40/+11
2014-01-21[std::vec] Rename .remove_opt() to .remove(), drop the old .remove() behaviorSimon Sapin-48/+14
2014-01-21[std::vec] Rename .shift_opt() to .shift(), drop the old .shift() behaviorSimon Sapin-26/+11
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-33/+17
2014-01-21[std::vec] Rename .last_opt() to .last(), drop the old .last() behaviorSimon Sapin-28/+5
2014-01-21[std::vec] Rename .head_opt() to .head(), drop the old .head() behaviorSimon Sapin-29/+6
2014-01-21[std::vec] Rename .get_opt() to .get()Simon Sapin-6/+6
2014-01-21auto merge of #11665 : alexcrichton/rust/zed-cleanup, r=brsonbors-271/+0
2014-01-21Purge borrowck from libstdAlex Crichton-271/+0
2014-01-21Flag all TLS functions as inline(never)Alex Crichton-4/+58
2014-01-21Remove unnecessary parentheses.Huon Wilson-17/+17
2014-01-20Register new snapshotsAlex Crichton-2/+1
2014-01-20auto merge of #11673 : omasanori/rust/sep-doc, r=alexcrichtonbors-2/+2
2014-01-20Improve std::num::pow implementationBrendan Zabarauskas-42/+30
2014-01-20Add operator trait constraints to std::num::{Zero, One} and document their ap...Brendan Zabarauskas-56/+52
2014-01-19auto merge of #11649 : FlaPer87/rust/pow, r=cmrbors-37/+22
2014-01-19auto merge of #11643 : kballard/rust/path-root-path, r=ericktbors-4/+7
2014-01-20Fix misuse of character/byte in std::path.OGINO Masanori-2/+2
2014-01-19auto merge of #11642 : erickt/rust/path, r=huonwbors-41/+62
2014-01-19auto merge of #11635 : thestinger/rust/zero-size-alloc, r=alexcrichtonbors-21/+31
2014-01-18Replace old pow_with_uint with the new pow funcFlavio Percoco-43/+7
2014-01-18Added benchmark for pow and pow_with_uintFlavio Percoco-0/+21
2014-01-18Expose platform independent path separatorsErick Tryzelaar-41/+62
2014-01-18auto merge of #11622 : bjz/rust/simplify-primitive-trait, r=brsonbors-84/+31
2014-01-18auto merge of #11605 : alexcrichton/rust/issue-9582, r=brsonbors-2/+2
2014-01-17Make WindowsPath::new("C:foo").root_path() return Some("C:")Kevin Ballard-4/+7
2014-01-18Rename iterators for consistencyPalmer Cox-295/+295
2014-01-17handle zero-size allocations correctlyDaniel Micay-21/+31
2014-01-17auto merge of #11503 : FlaPer87/rust/master, r=huonwbors-43/+71
2014-01-18std::trie: use unsafe code to give a 3x speed up to the iterator.Huon Wilson-39/+118
2014-01-18std::trie: remove each_{key,value}_reverse internal iterators.Huon Wilson-13/+1
2014-01-18Add FIXME comments regarding issue #11526.Brendan Zabarauskas-0/+22
2014-01-18Simplify std::num::Primitive trait definitionBrendan Zabarauskas-84/+9
2014-01-17auto merge of #11598 : alexcrichton/rust/io-export, r=brsonbors-106/+148
2014-01-17Tweak the interface of std::ioAlex Crichton-106/+148
2014-01-17auto merge of #11585 : nikomatsakis/rust/issue-3511-rvalue-lifetimes, r=pcwaltonbors-36/+98
2014-01-17Add a generic power functionFlavio Percoco-43/+71
2014-01-17auto merge of #11479 : khodzha/rust/peekable_empty, r=brsonbors-1/+15
2014-01-16Fix test to account for new temporary lifetime rules, which cause the channel...Niko Matsakis-1/+1
2014-01-16Forbid coercing unsafe functions to closuresAlex Crichton-2/+2
2014-01-16auto merge of #11571 : derekchiang/rust/fix-task-docs, r=alexcrichtonbors-7/+6
2014-01-16Remove typoNiko Matsakis-1/+1
2014-01-16auto merge of #11579 : kballard/rust/windows-path-join, r=ericktbors-2/+9
2014-01-16Fix some docs in std::rt::taskDerek Chiang-7/+6
2014-01-15auto merge of #11548 : bjz/rust/bitwise, r=alexcrichtonbors-39/+39
2014-01-15auto merge of #11565 : mozilla/rust/snapshot, r=huonwbors-246/+17