about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-08-15rm obsolete testDaniel Micay-44/+0
2013-08-15vec: rm obsolete zip and zip_sliceDaniel Micay-44/+0
2013-08-15auto merge of #8485 : alexcrichton/rust/add-tests, r=catamorphismbors-0/+445
2013-08-15Add even more testsAlex Crichton-0/+105
2013-08-15Fix a typo in the ifmt doxAlex Crichton-5/+5
2013-08-15auto merge of #8483 : luqmana/rust/rexprs, r=catamorphismbors-0/+31
2013-08-14rustc: Eliminate a derived error in check::_matchTim Chevalier-2/+29
2013-08-14auto merge of #8440 : sfackler/rust/env-fix, r=pcwaltonbors-2/+1
2013-08-13auto merge of #8477 : catamorphism/rust/issue-4096, r=msullivanbors-0/+22
2013-08-13Add a bunch of tests for closed issuesAlex Crichton-0/+340
2013-08-13auto merge of #8497 : nikomatsakis/rust/improvements-to-object-coercion, r=pc...bors-0/+114
2013-08-13auto merge of #8446 : alexcrichton/rust/ifmt++, r=graydonbors-37/+157
2013-08-13Add `f` formats to `ifmt!`Alex Crichton-6/+15
2013-08-13Add test for repeat expr in statics.Luqman Aden-0/+31
2013-08-13auto merge of #8329 : michaelwoerister/rust/lexical_scopes_alt, r=graydonbors-10/+1573
2013-08-13Merge pull request #8432 from chris-morgan/remove-assert-eq-macro-fail-binaryGraydon Hoare-0/+0
2013-08-13Reborrow even when passing &Object to &Object, so as to permit freezingNiko Matsakis-0/+48
2013-08-13Fix freezing of @mut Objects when passing as argumentNiko Matsakis-0/+66
2013-08-13debuginfo: Add some tests for visibiliy scopes within closures.Michael Woerister-0/+237
2013-08-13debuginfo: Add support for argument shadowing.Michael Woerister-0/+59
2013-08-13debuginfo: Implemented proper handling of lexical scopes and variable shadowing.Michael Woerister-10/+1277
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-18/+60
2013-08-12Correct the padding on integer types for formattingAlex Crichton-65/+57
2013-08-12Define integer formats for all widthsAlex Crichton-0/+64
2013-08-12Implement formatting arguments for strings and integersAlex Crichton-37/+92
2013-08-12rustc: Give a hint when a static method call has fewer than expected type par...Tim Chevalier-0/+22
2013-08-12auto merge of #8418 : pnkfelix/rust/fsk-issue3192-improve-parse-error-for-emp...bors-1/+73
2013-08-11Fixed option_env! typeSteven Fackler-2/+1
2013-08-11tests: Add new tests for borrowck/objects and update some existing testsNiko Matsakis-22/+265
2013-08-10Merge branch 'match' of https://github.com/msullivan/rust into rollupErick Tryzelaar-11/+31
2013-08-10Merge branch 'issue-8393-attributes-in-macros' of https://github.com/nikomats...Erick Tryzelaar-0/+40
2013-08-10Merge branch 'vec-exh' of https://github.com/stepancheg/rust into rollupErick Tryzelaar-17/+61
2013-08-10Merge branch 'enum-method-privacy' of https://github.com/michaelwoerister/rus...Erick Tryzelaar-4/+36
2013-08-10Merge remote-tracking branch 'remotes/origin/master' into cleanup-iteratorsErick Tryzelaar-0/+28
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-9/+9
2013-08-10std: merge Iterator and IteratorUtilErick Tryzelaar-1/+1
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-8/+8
2013-08-10auto merge of #8270 : dotdash/rust/ret_alloca_elim, r=pcwaltonbors-0/+28
2013-08-10Elide unnecessary ret slot allocasBjörn Steinbrink-0/+28
2013-08-10Remove in-tree test binary.Chris Morgan-0/+0
2013-08-09auto merge of #8296 : erickt/rust/remove-str-trailing-nulls, r=ericktbors-34/+19
2013-08-09Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-19/+154
2013-08-09auto merge of #8387 : brson/rust/nooldrt, r=brsonbors-56/+8
2013-08-09Fix interaction between default matches and guards. Closes #3121.Michael Sullivan-1/+0
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-56/+8
2013-08-09auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphismbors-16/+0
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-16/+0
2013-08-09Fix vector pattern matching. Closes #6909.Michael Sullivan-10/+31
2013-08-09Add parse-error recovery for erroneous `struct_id { }` form.Felix S. Klock II-1/+73
2013-08-09auto merge of #8362 : sfackler/rust/env, r=alexcrichtonbors-11/+85