about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-09-11auto merge of #9097 : michaelwoerister/rust/namespaces, r=jdmbors-78/+78
2013-09-11Add a test for extra::rl.Huon Wilson-0/+75
2013-09-11Flag unsafe blocks from format! as compiler-generatedAlex Crichton-0/+9
2013-09-10added test caseJohn Clements-0/+19
2013-09-10debuginfo: Support for namespaces (functions only)Michael Woerister-78/+78
2013-09-10auto merge of #9088 : nikomatsakis/rust/issue-6304-AST-tree-not-DAG, r=catamo...bors-0/+51
2013-09-10Delay assignment of node ids until after expansion. Ensures that each AST nodeNiko Matsakis-0/+51
2013-09-10auto merge of #9090 : jbclements/rust/let-var-hygiene, r=luqmanabors-0/+25
2013-09-09auto merge of #9076 : blake2-ppc/rust/test-for-8585, r=huonwbors-0/+50
2013-09-09added run-pass test for issue #9049John Clements-0/+25
2013-09-09auto merge of #9062 : blake2-ppc/rust/vec-iterator, r=alexcrichtonbors-1/+1
2013-09-10std::at_vec and vec: Unify build_sized, build_sized_opt into buildblake2-ppc-1/+1
2013-09-09Add test for issue #8587, about calling nested functions of the same nameblake2-ppc-0/+50
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-2/+2
2013-09-08Fix pretty-printing of empty impl itemsJakub-0/+10
2013-09-08syntax: implement labelled breaks for `for`.Huon Wilson-0/+6
2013-09-08auto merge of #9035 : alexcrichton/rust/fewer-clownshoes, r=huonwbors-1/+1
2013-09-08std: Rename Unfoldr to Unfold.Huon Wilson-2/+2
2013-09-06Remove even more usage of clownshoes in symbolsAlex Crichton-1/+1
2013-09-06add hygiene test, add copyright to anotherJohn Clements-0/+26
2013-09-06make macro hygienicJohn Clements-8/+8
2013-09-06xfailed unhygienic testJohn Clements-0/+3
2013-09-06resolve test caseJohn Clements-0/+11
2013-09-05auto merge of #8997 : fhahn/rust/issue_8985, r=catamorphism,brsonbors-8/+8
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-8/+8
2013-09-05auto merge of #8993 : pnkfelix/rust/fsk-fix-7740-dont-recur-on-items-during-g...bors-0/+15
2013-09-05regression test for #7740.Felix S. Klock II-0/+15
2013-09-04auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonwbors-3/+87
2013-09-04Improve name mangling for gdbAlex Crichton-3/+3
2013-09-04auto merge of #8944 : alexcrichton/rust/issue-8938, r=huonwbors-0/+3
2013-09-04auto merge of #8980 : thestinger/rust/bool, r=thestingerbors-16/+12
2013-09-04forbid cast as boolDaniel Micay-16/+12
2013-09-04Remove spurious comment in test for #1866.Jack Moffitt-1/+0
2013-09-04auto merge of #8855 : michaelwoerister/rust/captured_vars, r=jdmbors-13/+410
2013-09-04debuginfo: Much improved handling of captured variables and by-value arguments.Michael Woerister-5/+18
2013-09-04debuginfo: Added test cases for structs, tuples, enums, etc passed by value.Michael Woerister-40/+173
2013-09-04debuginfo: Support for by-value arguments (still excluding some cases of self...Michael Woerister-3/+79
2013-09-04debuginfo: Support for variables captured in closures and closure type descri...Michael Woerister-0/+175
2013-09-04auto merge of #8966 : FlaPer87/rust/issue/7473, r=bblumbors-0/+26
2013-09-04auto merge of #8956 : thestinger/rust/test, r=huonwbors-0/+25
2013-09-04stop treating char as an integer typeDaniel Micay-23/+3
2013-09-04add test for tydesc nameDaniel Micay-0/+25
2013-09-03Raise errors on format strings with unmatched `}`Alex Crichton-0/+3
2013-09-03auto merge of #8942 : novalis/rust/fmt, r=alexcrichtonbors-0/+6
2013-09-03Test and document escaping on format!()novalis-0/+6
2013-09-03auto merge of #8963 : jmgrosen/rust/issue-8881, r=alexcrichtonbors-2/+1
2013-09-04Fixed docs and stylesFlaper Fesp-1/+1
2013-09-04Add a safe implementation of MutexArc::access* methodsFlaper Fesp-0/+26
2013-09-03Fixes #8881. condition! imports parent's pub identifiersjmgrosen-2/+1
2013-09-03auto merge of #8921 : huonw/rust/stability, r=brsonbors-0/+500