| Age | Commit message (Expand) | Author | Lines |
| 2014-02-20 | Mass rename if_ok! to try! | Alex Crichton | -101/+101 |
| 2014-02-20 | auto merge of #12397 : alexcrichton/rust/send-off-the-runtime, r=brson | bors | -10/+49 |
| 2014-02-20 | auto merge of #12343 : liigo/rust/move-extra-test-to-libtest, r=alexcrichton | bors | -21/+34 |
| 2014-02-20 | auto merge of #12396 : alexcrichton/rust/windows-env-var, r=huonw | bors | -1/+13 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -21/+34 |
| 2014-02-19 | Fix sending/try_recv on channels off the runtime | Alex Crichton | -10/+49 |
| 2014-02-19 | Fix getting/setting huge env vars on windows | Alex Crichton | -1/+13 |
| 2014-02-19 | auto merge of #12374 : dylanbraithwaite/rust/size_of_unit_clarification, r=cmr | bors | -5/+5 |
| 2014-02-19 | rustdoc: Handle links to reexported items | Alex Crichton | -2/+5 |
| 2014-02-19 | rustdoc: Show macros in documentation | Alex Crichton | -1/+173 |
| 2014-02-18 | auto merge of #12317 : huonw/rust/utf16, r=alexcrichton | bors | -50/+305 |
| 2014-02-19 | str: add a function for truncating a vector of u16 at NUL. | Huon Wilson | -3/+51 |
| 2014-02-18 | Clarify unit of size in docs for size_of functions. | Dylan Braithwaite | -5/+5 |
| 2014-02-18 | auto merge of #12357 : chromatic/rust/gh_11976_fail_bounds_check_str, r=alexc... | bors | -2/+12 |
| 2014-02-18 | auto merge of #12314 : huonw/rust/is_utf8_iter, r=kballard | bors | -45/+70 |
| 2014-02-18 | std: convert first_non_utf8_byte to use the iterator. | Huon Wilson | -61/+11 |
| 2014-02-18 | std::str: safen and optimize is_utf8. | Huon Wilson | -2/+77 |
| 2014-02-18 | auto merge of #12345 : huonw/rust/speeling, r=cmr | bors | -7/+6 |
| 2014-02-17 | auto merge of #12321 : bjz/rust/remove-real, r=alexcrichton | bors | -504/+494 |
| 2014-02-17 | auto merge of #12103 : alexcrichton/rust/unix, r=brson | bors | -42/+134 |
| 2014-02-17 | Made fail_bounds_check more careful with strings. | chromatic | -2/+12 |
| 2014-02-17 | auto merge of #12232 : kballard/rust/taskbuilder-is-a-builder, r=alexcrichton | bors | -95/+26 |
| 2014-02-17 | Fix a deadlock in channels, again. | Alex Crichton | -4/+4 |
| 2014-02-18 | Spellcheck library docs. | Huon Wilson | -7/+6 |
| 2014-02-17 | auto merge of #12331 : bjz/rust/count-ones, r=alexcrichton | bors | -39/+89 |
| 2014-02-17 | auto merge of #12325 : big-guy/rust/doc-fixes, r=alexcrichton | bors | -3/+3 |
| 2014-02-18 | std: make str::from_utf16 return an Option. | Huon Wilson | -23/+46 |
| 2014-02-17 | std: decode even numbered non-BMP planes in the UTF-16 decoder. | Huon Wilson | -2/+5 |
| 2014-02-17 | str: provide lossy UTF-16 support. | Huon Wilson | -23/+133 |
| 2014-02-17 | std: convert str::from_utf16 to an external iterator. | Huon Wilson | -27/+38 |
| 2014-02-17 | std: iteratize str::is_utf16 & add tests. | Huon Wilson | -18/+78 |
| 2014-02-17 | Rename Bitwise::population_count to Bitwise::count_ones and add Bitwise::coun... | Brendan Zabarauskas | -39/+89 |
| 2014-02-16 | Implement named pipes for windows, touch up unix | Alex Crichton | -51/+114 |
| 2014-02-16 | Implement Unix domain sockets in libnative | Geoffroy Couprie | -0/+29 |
| 2014-02-16 | Allow configuration of uid/gid/detach on processes | Alex Crichton | -31/+138 |
| 2014-02-16 | Clean up std::task docs, make TaskBuilder a real builder | Kevin Ballard | -95/+26 |
| 2014-02-16 | Minor documentation fixes in std::fmt | Sterling Greene | -3/+3 |
| 2014-02-17 | Remove Real trait and move methods into Float | Brendan Zabarauskas | -504/+494 |
| 2014-02-16 | auto merge of #12313 : bjz/rust/tuple, r=huonw | bors | -289/+179 |
| 2014-02-17 | Remove CloneableTuple and ImmutableTuple traits | Brendan Zabarauskas | -81/+5 |
| 2014-02-17 | Improve naming of tuple getters, and add mutable tuple getter | Brendan Zabarauskas | -125/+128 |
| 2014-02-16 | Merge ImmutableTuple* traits into their respective Tuple* trait | Brendan Zabarauskas | -38/+16 |
| 2014-02-16 | Delegate ToStr implementation to Show for tuples | Brendan Zabarauskas | -48/+7 |
| 2014-02-16 | Implement Show for 1-12 element tuples | Brendan Zabarauskas | -0/+26 |
| 2014-02-15 | auto merge of #12302 : alexcrichton/rust/issue-12295, r=brson | bors | -10/+28 |
| 2014-02-15 | auto merge of #12299 : sfackler/rust/limit-return, r=alexcrichton | bors | -2/+24 |
| 2014-02-15 | auto merge of #12298 : alexcrichton/rust/rustdoc-testing, r=sfackler | bors | -52/+80 |
| 2014-02-15 | Correctly reset steals when hitting MAX_STEALS | Alex Crichton | -7/+28 |
| 2014-02-15 | Silence some unused import warnings | Alex Crichton | -3/+0 |
| 2014-02-15 | auto merge of #12235 : huonw/rust/raii-lock, r=alexcrichton | bors | -146/+276 |