about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-09-04Added ToStr impl for charMarvin Löbel-1/+27
2013-09-04Fixed docs and stylesFlaper Fesp-123/+31
2013-09-04Add a safe implementation of MutexArc::access* methodsFlaper Fesp-21/+188
2013-09-04Rename MutexArc access methods to unsafe_accessFlaper Fesp-9/+9
2013-09-03Fixes #8881. condition! imports parent's pub identifiersjmgrosen-10/+23
2013-09-03auto merge of #8954 : anasazi/rust/tcp-acceptor, r=catamorphismbors-160/+234
2013-09-03auto merge of #8921 : huonw/rust/stability, r=brsonbors-2/+688
2013-09-03rt::io: Rename Bytes to ByteIterator and add note about iterationblake2-ppc-8/+14
2013-09-03auto merge of #8934 : sfackler/rust/bufreader, r=brsonbors-3/+39
2013-09-03auto merge of #8945 : alexcrichton/rust/ifmt-dont-move, r=thestingerbors-2/+11
2013-09-04Update highlighting for prelude changes.Chris Morgan-2/+2
2013-09-04Highlight everything in the prelude in Vim.Chris Morgan-26/+78
2013-09-04Update a handful of keywords highlighted in Vim.Chris Morgan-8/+6
2013-09-04Modernise some Vim syntax highlighting.Chris Morgan-3/+5
2013-09-03auto merge of #8947 : thestinger/rust/name, r=huonwbors-10/+37
2013-09-04Implement support for indicating the stability of items.Huon Wilson-2/+688
2013-09-03auto merge of #8884 : blake2-ppc/rust/exact-size-hint, r=huonwbors-63/+160
2013-09-03auto merge of #8932 : huonw/rust/closed-issues, r=thestingerbors-108/+196
2013-09-03auto merge of #8939 : Kimundi/rust/master, r=huonwbors-3803/+3808
2013-09-03Modernized a few more types in syntax::astMarvin Löbel-3803/+3808
2013-09-03Re-xfail extern-pass-TwoU{8,16}.rs (still doesn't work on 32-bit platforms).Huon Wilson-0/+4
2013-09-03Correctly determine OS to xfail in cross buildSeo Sanghyeon-4/+23
2013-09-03Tests for fixed issues.Huon Wilson-1/+171
2013-09-03Un-xfail/move/delete some tests.Huon Wilson-122/+36
2013-09-03auto merge of #8940 : pnkfelix/rust/fsk-8468-allow-underscore-paramname-in-tr...bors-2/+26
2013-09-03Incorporate review feedback. Fix #8468.Felix S. Klock II-4/+1
2013-09-03repr: add very basic support for functionsDaniel Micay-5/+17
2013-09-03add type name to the tydescDaniel Micay-5/+20
2013-09-02Don't have format! move out of local variablesAlex Crichton-2/+11
2013-09-02Remove __extensions__ in names for a "pretty name"Alex Crichton-22/+135
2013-09-02Fix inner statics having the same symbol nameAlex Crichton-0/+55
2013-09-02auto merge of #8941 : alexcrichton/rust/fix-comment, r=thestingerbors-1/+1
2013-09-02Raise the file descriptor limits when running compiletestAlex Crichton-2/+13
2013-09-02Fix the std::fmt doc-block to show up in pandocAlex Crichton-1/+1
2013-09-02auto merge of #8936 : pnkfelix/rust/fsk-issue-2355-testcase, r=alexcrichtonbors-0/+27
2013-09-03Regression test for #8468.Felix S. Klock II-0/+15
2013-09-03Allow _ param name in trait default method for #8468.Felix S. Klock II-2/+14
2013-09-02Long awaited test case for #2355.Felix S. Klock II-0/+27
2013-09-02Implement BufReaderSteven Fackler-3/+39
2013-09-02librustc: Check for empty crate link meta name and vers.Luqman Aden-4/+4
2013-09-02libsyntax: Remove obsolete fixme.Luqman Aden-1/+0
2013-09-02auto merge of #8927 : thestinger/rust/repr, r=huonwbors-50/+91
2013-09-02switch __field__ hack to <unnamed_field>Daniel Micay-2/+3
2013-09-02repr: handle tuple structs sanelyDaniel Micay-34/+58
2013-09-02auto merge of #8931 : ILyoan/rust/turnoff_android_ndk_asm, r=thestingerbors-3/+1
2013-09-02repr: add support for trait objectsDaniel Micay-13/+20
2013-09-02repr: print functions as `fn()`Daniel Micay-1/+10
2013-09-02turn off android ndk asm passIlyong Cho-3/+1
2013-09-01Fix #8898novalis-2/+35
2013-09-02rt::io: Add Bytes iterator for Readerblake2-ppc-1/+83