about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-10-03Change tests per RFC 246 (const vs static)Seo Sanghyeon-11/+7
2015-10-02Rollup merge of #28791 - apasel422:issue-25439, r=alexcrichtonManish Goregaokar-0/+19
2015-10-02Rollup merge of #28686 - eefriedman:unresolved-path-error, r=nikomatsakisManish Goregaokar-0/+14
2015-10-02Auto merge of #28790 - arielb1:unsafe-coerce, r=eddybbors-0/+15
2015-10-01Auto merge of #28787 - dotdash:no_more___fat_ptr, r=eddybbors-0/+30
2015-10-01Add test for #25439Andrew Paseltiner-0/+19
2015-10-01Avoid unnecessary temporaries when ref'ing a DST valueBjörn Steinbrink-0/+30
2015-10-01use the *adjusted* callee type in effect checkingAriel Ben-Yehuda-0/+15
2015-10-01check upvars in closures that are in staticsAriel Ben-Yehuda-0/+53
2015-09-30rustc: Swap link order of native libs/rust depsAlex Crichton-21/+46
2015-09-30Don't crash on non-existent path in constant.Eli Friedman-0/+14
2015-09-30Auto merge of #28730 - apasel422:issue-21922, r=alexcrichtonbors-0/+26
2015-09-30Auto merge of #28724 - tsion:remove-double-semicolons, r=alexcrichtonbors-1/+1
2015-09-29Tweak Travis to use GCEAlex Crichton-19/+17
2015-09-29Auto merge of #28623 - llogiq:faster-fasta, r=brsonbors-240/+597
2015-09-29Add test for #21922Andrew Paseltiner-0/+26
2015-09-29Auto merge of #28707 - apasel422:issue-24389, r=alexcrichtonbors-0/+20
2015-09-28Minor code cleanup.Scott Olson-1/+1
2015-09-28Auto merge of #28703 - gavinb:master, r=alexcrichtonbors-0/+35
2015-09-28Add test for #24389Andrew Paseltiner-0/+20
2015-09-28Test case for Issue 11047Gavin Baker-0/+35
2015-09-27Rollup merge of #28681 - arielb1:destructor-fixes, r=eddybManish Goregaokar-39/+82
2015-09-27Rollup merge of #28673 - wthrowe:bad-archive, r=alexcrichtonManish Goregaokar-0/+5
2015-09-27Auto merge of #28651 - dotdash:exhaustive_match, r=eddybbors-0/+30
2015-09-26Auto merge of #28646 - vadimcn:imps, r=alexcrichtonbors-0/+32
2015-09-26don't crash when there are multiple conflicting implementations of DropAriel Ben-Yehuda-0/+23
2015-09-26Auto merge of #28632 - alexcrichton:update-match-indices, r=Kimundibors-1/+1
2015-09-26show each object-safety violation onceAriel Ben-Yehuda-0/+23
2015-09-26deduplicate trait errors before they are displayedAriel Ben-Yehuda-39/+36
2015-09-26Auto merge of #28642 - petrochenkov:name3, r=nrcbors-2/+2
2015-09-26Auto merge of #28629 - arielb1:supertrait-self, r=eddybbors-5/+27
2015-09-26Don't ICE if an archive isn't actually an archiveWilliam Throwe-0/+5
2015-09-25Converted test to rpass.Vadim Chugunov-10/+6
2015-09-26Auto merge of #28612 - gandro:targetvendor, r=alexcrichtonbors-0/+40
2015-09-25std: Update MatchIndices to return a subsliceAlex Crichton-1/+1
2015-09-25Tell LLVM when a match is exhaustiveBjörn Steinbrink-0/+30
2015-09-24Fix dllimports of static data from rlibsVadim Chugunov-0/+36
2015-09-25Auto merge of #28505 - apasel422:issue-28448, r=alexcrichtonbors-2/+6
2015-09-24Auto merge of #28608 - eddyb:no-place-for-an-old-box, r=pnkfelixbors-53/+20
2015-09-24Cleanup interfaces of Name, SyntaxContext and IdentVadim Petrochenkov-4/+2
2015-09-24early-prohibit objects with Self-containing supertraitsAriel Ben-Yehuda-5/+27
2015-09-24Remove the deprecated box(PLACE) syntax.Eduard Burtescu-53/+20
2015-09-24the same technique applies to fasta-reduxAndre Bogus-153/+292
2015-09-24change fasta benchmark to Veedrac's implementationAndre Bogus-87/+305
2015-09-24rustc: Add target_vendor for target triplesSebastian Wicki-0/+40
2015-09-23Auto merge of #28596 - sanxiyn:dedup-unused, r=alexcrichtonbors-0/+20
2015-09-23Auto merge of #28569 - semarie:stdcpp-tests, r=alexcrichtonbors-0/+5
2015-09-23Remove random Idents outside of libsyntaxVadim Petrochenkov-0/+2
2015-09-23Do not traverse RHS of assignment twice for unused variables lintSeo Sanghyeon-0/+20
2015-09-23Auto merge of #28535 - petrochenkov:name, r=nrcbors-1/+1