about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-09-04auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonwbors-53/+262
2013-09-05Add an ``unreachable!()`` macro.Chris Morgan-0/+30
2013-09-04Improve name mangling for gdbAlex Crichton-58/+99
2013-09-05str: rm `map_chars`, replaced by iteratorsDaniel Micay-11/+0
2013-09-04auto merge of #8944 : alexcrichton/rust/issue-8938, r=huonwbors-0/+14
2013-09-05Add from_str docsCorey Richardson-0/+1
2013-09-05Add a from_str function that calls out to the associated method on the traitCorey Richardson-0/+5
2013-09-04auto merge of #8980 : thestinger/rust/bool, r=thestingerbors-21/+30
2013-09-04std::str: Deny surrogates in is_utf8blake2-ppc-3/+12
2013-09-04forbid cast as boolDaniel Micay-18/+18
2013-09-04auto merge of #8986 : metajack/rust/rem-1866-xfail-comment, r=huonwbors-1/+0
2013-09-04Remove spurious comment in test for #1866.Jack Moffitt-1/+0
2013-09-04auto merge of #8978 : pnkfelix/rust/make-path-api-less-allocation-happy, r=huonwbors-48/+52
2013-09-05Implement Stream automatically for Reader + WriterChris Morgan-0/+2
2013-09-05Fix #7740: gather_loans should not recur into the items of the block.Felix S. Klock II-3/+6
2013-09-04auto merge of #8977 : pnkfelix/rust/fsk-followup-on-6009-rebased, r=alexcrichtonbors-20/+19
2013-09-04auto merge of #8935 : blake2-ppc/rust/reader-bytes, r=brsonbors-1/+89
2013-09-04auto merge of #8880 : fhahn/rust/issue_8703, r=brsonbors-189/+285
2013-09-04auto merge of #8855 : michaelwoerister/rust/captured_vars, r=jdmbors-232/+896
2013-09-04debuginfo: Fixed some merge falloutMichael Woerister-2/+2
2013-09-04auto merge of #8901 : adridu59/rust/issue-8511, r=huonwbors-1/+7
2013-09-04debuginfo: Much improved handling of captured variables and by-value arguments.Michael Woerister-62/+124
2013-09-04debuginfo: Fixed some merge falloutMichael Woerister-9/+9
2013-09-04debuginfo: Always copy args to allocas if debuginfo is enabledMichael Woerister-12/+10
2013-09-04debuginfo: Added test cases for structs, tuples, enums, etc passed by value.Michael Woerister-63/+206
2013-09-04debuginfo: Support for by-value arguments (still excluding some cases of self...Michael Woerister-5/+99
2013-09-04debuginfo: Support for variables captured in closures and closure type descri...Michael Woerister-192/+559
2013-09-04Another followup on #6009.Felix S. Klock II-1/+2
2013-09-04libstd/os: set tmp dir to /data/tmp on Androidadridu59-1/+7
2013-09-04auto merge of #8966 : FlaPer87/rust/issue/7473, r=bblumbors-56/+131
2013-09-04auto merge of #8956 : thestinger/rust/test, r=huonwbors-0/+25
2013-09-04Convert rust_log.cpp to Rust, closes #8703Florian Hahn-189/+285
2013-09-04stop treating char as an integer typeDaniel Micay-215/+227
2013-09-04add test for tydesc nameDaniel Micay-0/+25
2013-09-04Update clients of path.rs to use new API.Felix S. Klock II-23/+27
2013-09-04Revise path.rs API to not allocate ~str so much.Felix S. Klock II-25/+25
2013-09-04auto merge of #8976 : alexcrichton/rust/issue-5425, r=pnkfelixbors-0/+4
2013-09-04auto merge of #8960 : Kimundi/rust/master, r=alexcrichtonbors-1/+27
2013-09-04Don't die with an ICE on a blank library nameAlex Crichton-0/+4
2013-09-04Make non-pub condition! expand to non-pub mod. Fix #6009.Felix S. Klock II-2/+1
2013-09-04Added explicit pub to several conditions. Enables completion of #6009.Felix S. Klock II-17/+16
2013-09-04auto merge of #8951 : chris-morgan/rust/vim-update-highlighting, r=alexcrichtonbors-35/+89
2013-09-04Use MuextArc and RWArc in docstringsFlaper Fesp-5/+5
2013-09-03auto merge of #8950 : sanxiyn/rust/cross-xfail, r=brsonbors-4/+23
2013-09-03Raise errors on format strings with unmatched `}`Alex Crichton-0/+14
2013-09-03auto merge of #8943 : alexcrichton/rust/issue-8904, r=brsonbors-2/+13
2013-09-03auto merge of #8942 : novalis/rust/fmt, r=alexcrichtonbors-0/+13
2013-09-03Test and document escaping on format!()novalis-0/+13
2013-09-04Silence fo+=j error for users of Vim < 7.3.541.Chris Morgan-1/+3
2013-09-03auto merge of #8963 : jmgrosen/rust/issue-8881, r=alexcrichtonbors-10/+23