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