about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-02-21auto merge of #12326 : bjz/rust/integer, r=alexcrichtonbors-418/+29
2014-02-21auto merge of #12420 : pnkfelix/rust/fsk-improve-doc-for-ptr-offset, r=alexcr...bors-1/+2
2014-02-21auto merge of #12419 : huonw/rust/compiler-unsafe, r=alexcrichtonbors-17/+13
2014-02-22Move std::num::Integer to libnumBrendan Zabarauskas-418/+29
2014-02-21auto merge of #12410 : DaGenix/rust/fix-incorrect-comment, r=alexcrichtonbors-11/+2
2014-02-20Mass rename if_ok! to try!Alex Crichton-101/+101
2014-02-20ptr::RawPtr, spell out units used for the `offset` argument.Felix S. Klock II-1/+2
2014-02-20rustc: avoid compiler generated `unsafe` blocks leaking.Huon Wilson-17/+13
2014-02-20auto merge of #12397 : alexcrichton/rust/send-off-the-runtime, r=brsonbors-10/+49
2014-02-20auto merge of #12343 : liigo/rust/move-extra-test-to-libtest, r=alexcrichtonbors-21/+34
2014-02-20auto merge of #12396 : alexcrichton/rust/windows-env-var, r=huonwbors-1/+13
2014-02-20move extra::test to libtestLiigo Zhuang-21/+34
2014-02-19Update comments in the preludePalmer Cox-11/+2
2014-02-19Fix sending/try_recv on channels off the runtimeAlex Crichton-10/+49
2014-02-19Fix getting/setting huge env vars on windowsAlex Crichton-1/+13
2014-02-19auto merge of #12374 : dylanbraithwaite/rust/size_of_unit_clarification, r=cmrbors-5/+5
2014-02-19rustdoc: Handle links to reexported itemsAlex Crichton-2/+5
2014-02-19rustdoc: Show macros in documentationAlex Crichton-1/+173
2014-02-18auto merge of #12317 : huonw/rust/utf16, r=alexcrichtonbors-50/+305
2014-02-19str: add a function for truncating a vector of u16 at NUL.Huon Wilson-3/+51
2014-02-18Clarify unit of size in docs for size_of functions.Dylan Braithwaite-5/+5
2014-02-18auto merge of #12357 : chromatic/rust/gh_11976_fail_bounds_check_str, r=alexc...bors-2/+12
2014-02-18auto merge of #12314 : huonw/rust/is_utf8_iter, r=kballardbors-45/+70
2014-02-18std: convert first_non_utf8_byte to use the iterator.Huon Wilson-61/+11
2014-02-18std::str: safen and optimize is_utf8.Huon Wilson-2/+77
2014-02-18auto merge of #12345 : huonw/rust/speeling, r=cmrbors-7/+6
2014-02-17auto merge of #12321 : bjz/rust/remove-real, r=alexcrichtonbors-504/+494
2014-02-17auto merge of #12103 : alexcrichton/rust/unix, r=brsonbors-42/+134
2014-02-17Made fail_bounds_check more careful with strings.chromatic-2/+12
2014-02-17auto merge of #12232 : kballard/rust/taskbuilder-is-a-builder, r=alexcrichtonbors-95/+26
2014-02-17Fix a deadlock in channels, again.Alex Crichton-4/+4
2014-02-18Spellcheck library docs.Huon Wilson-7/+6
2014-02-17auto merge of #12331 : bjz/rust/count-ones, r=alexcrichtonbors-39/+89
2014-02-17auto merge of #12325 : big-guy/rust/doc-fixes, r=alexcrichtonbors-3/+3
2014-02-18std: make str::from_utf16 return an Option.Huon Wilson-23/+46
2014-02-17std: decode even numbered non-BMP planes in the UTF-16 decoder.Huon Wilson-2/+5
2014-02-17str: provide lossy UTF-16 support.Huon Wilson-23/+133
2014-02-17std: convert str::from_utf16 to an external iterator.Huon Wilson-27/+38
2014-02-17std: iteratize str::is_utf16 & add tests.Huon Wilson-18/+78
2014-02-17Rename Bitwise::population_count to Bitwise::count_ones and add Bitwise::coun...Brendan Zabarauskas-39/+89
2014-02-16Implement named pipes for windows, touch up unixAlex Crichton-51/+114
2014-02-16Implement Unix domain sockets in libnativeGeoffroy Couprie-0/+29
2014-02-16Allow configuration of uid/gid/detach on processesAlex Crichton-31/+138
2014-02-16Clean up std::task docs, make TaskBuilder a real builderKevin Ballard-95/+26
2014-02-16Minor documentation fixes in std::fmtSterling Greene-3/+3
2014-02-17Remove Real trait and move methods into FloatBrendan Zabarauskas-504/+494
2014-02-16auto merge of #12313 : bjz/rust/tuple, r=huonwbors-289/+179
2014-02-17Remove CloneableTuple and ImmutableTuple traitsBrendan Zabarauskas-81/+5
2014-02-17Improve naming of tuple getters, and add mutable tuple getterBrendan Zabarauskas-125/+128
2014-02-16Merge ImmutableTuple* traits into their respective Tuple* traitBrendan Zabarauskas-38/+16