| Age | Commit message (Expand) | Author | Lines |
| 2014-02-18 | Regression test closes #7660 | Flavio Percoco | -0/+24 |
| 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 #12336 : kballard/rust/mutexarc-no-freeze, r=alexcrichton | bors | -98/+33 |
| 2014-02-18 | auto merge of #12330 : nick29581/rust/glue, r=huonw | bors | -0/+24 |
| 2014-02-18 | Avoid returning original macro if expansion fails. | Douglas Young | -28/+53 |
| 2014-02-18 | auto merge of #12354 : alexcrichton/rust/fix-rustuv-segfault, r=cmr | bors | -1/+12 |
| 2014-02-18 | Removing '15.3 Do syntax' in tutorial. | Axel Viala | -39/+18 |
| 2014-02-18 | auto merge of #12351 : kud1ing/rust/backticks, r=alexcrichton | bors | -5/+5 |
| 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 | -15/+14 |
| 2014-02-18 | auto merge of #12342 : ehsanul/rust/remove-shared-chan-tasks-guide, r=alexcri... | bors | -11/+7 |
| 2014-02-17 | auto merge of #12321 : bjz/rust/remove-real, r=alexcrichton | bors | -511/+501 |
| 2014-02-17 | auto merge of #12103 : alexcrichton/rust/unix, r=brson | bors | -46/+928 |
| 2014-02-17 | Update compiler-rt | Alex Crichton | -0/+0 |
| 2014-02-17 | Made fail_bounds_check more careful with strings. | chromatic | -2/+12 |
| 2014-02-18 | Test ordering of glue_drop and glue_takew in self-re-assignment. Closes #3290. | Nick Cameron | -0/+24 |
| 2014-02-17 | auto merge of #12243 : dguenther/rust/extend-tidy, r=alexcrichton | bors | -16/+160 |
| 2014-02-17 | auto merge of #12232 : kballard/rust/taskbuilder-is-a-builder, r=alexcrichton | bors | -113/+34 |
| 2014-02-17 | auto merge of #12146 : gentlefolk/rust/issue-2404, r=alexcrichton | bors | -12/+74 |
| 2014-02-17 | Updated metadata::creader::resolve_crate_deps to use the correct span. Clarif... | gentlefolk | -12/+74 |
| 2014-02-17 | Fix a segfault in the rustuv tests | Alex Crichton | -1/+12 |
| 2014-02-17 | Fix a deadlock in channels, again. | Alex Crichton | -4/+4 |
| 2014-02-18 | Spellcheck library docs. | Huon Wilson | -15/+14 |
| 2014-02-17 | backticks for syntax elements | kud1ing | -5/+5 |
| 2014-02-17 | Remove the compile-fail test that's now obsolete | Kevin Ballard | -26/+0 |
| 2014-02-17 | auto merge of #12337 : nick29581/rust/generic_extern, r=alexcrichton | bors | -94/+125 |
| 2014-02-17 | Added more scripts to tidy check | Derek Guenther | -16/+160 |
| 2014-02-17 | auto merge of #12331 : bjz/rust/count-ones, r=alexcrichton | bors | -41/+91 |
| 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 | -24/+48 |
| 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 | auto merge of #12284 : brson/rust/install, r=alexcrichton | bors | -1/+2 |
| 2014-02-17 | Update tasks guide: SharedChan as been removed | Ehsanul Hoque | -11/+7 |
| 2014-02-17 | Forbid use of generics with foreign functions. Closes #10353. | Nick Cameron | -94/+125 |
| 2014-02-16 | Remove Freeze bounds from sync::MutexArc | Kevin Ballard | -72/+33 |
| 2014-02-17 | Rename Bitwise::population_count to Bitwise::count_ones and add Bitwise::coun... | Brendan Zabarauskas | -41/+91 |
| 2014-02-16 | Implement named pipes for windows, touch up unix | Alex Crichton | -288/+780 |
| 2014-02-16 | Move unix pipes implementation to pipe_unix.rs | Alex Crichton | -307/+312 |
| 2014-02-16 | Implement Unix domain sockets in libnative | Geoffroy Couprie | -2/+387 |
| 2014-02-16 | Address review feedback | Brian Anderson | -0/+1 |
| 2014-02-16 | Upgrade libuv | Alex Crichton | -1/+1 |
| 2014-02-16 | Allow configuration of uid/gid/detach on processes | Alex Crichton | -64/+287 |
| 2014-02-16 | Update clients of the TaskBuilder API | Kevin Ballard | -16/+8 |
| 2014-02-16 | Clean up std::task docs, make TaskBuilder a real builder | Kevin Ballard | -97/+26 |