summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-12-02Disable the null check elimination passBjörn Steinbrink-0/+24
2015-11-21backport: Fix hygiene regression in patternsVadim Petrochenkov-0/+45
2015-11-04Move test file to run-fail, since it does an unwrapNiko Matsakis-0/+2
2015-11-04Don't "double check" var-sub-var constraints, which are handled inNiko Matsakis-0/+26
2015-11-04Regression test for #29048. Fixes #29048.Niko Matsakis-0/+21
2015-10-28The `source_did` may not be local, so don't unwrap theNiko Matsakis-0/+26
2015-10-27Auto merge of #28833 - jryans:borrowck-linear-errors, r=pnkfelixbors-0/+28
2015-10-27Auto merge of #26421 - nham:fix_21546, r=pnkfelixbors-15/+65
2015-10-27Auto merge of #26848 - oli-obk:const_fn_const_eval, r=pnkfelixbors-25/+59
2015-10-27Auto merge of #29327 - sanxiyn:argument, r=nrcbors-2/+45
2015-10-27Auto merge of #29325 - alexcrichton:revert-trait-accessibility, r=nrcbors-11/+12
2015-10-26Auto merge of #29274 - thepowersgang:issues-29107-const-unsafe-fn-order, r=ni...bors-3/+3
2015-10-26Auto merge of #29287 - Ryman:fn_nopat, r=alexcrichtonbors-0/+16
2015-10-26test: Add regression test for "source trait is private"Alex Crichton-0/+52
2015-10-26Revert "Remove unnecessary trait accessibility check."Alex Crichton-27/+0
2015-10-26Revert "Add UFCS privacy test."Alex Crichton-24/+0
2015-10-27Distinguish argument from local variableSeo Sanghyeon-2/+45
2015-10-26Auto merge of #29312 - apasel422:issue-21410, r=alexcrichtonbors-0/+51
2015-10-25Add tests for #21410 and #24972Andrew Paseltiner-0/+51
2015-10-25Auto merge of #29284 - apasel422:tests, r=alexcrichtonbors-0/+203
2015-10-25Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brsonbors-2/+2
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-2/+2
2015-10-25Auto merge of #29281 - skeleten:issue-28189, r=steveklabnikbors-0/+15
2015-10-25Add testsAndrew Paseltiner-0/+203
2015-10-25Auto merge of #29273 - Manishearth:regression, r=alexcrichtonbors-0/+17
2015-10-25Auto merge of #29261 - apasel422:issue-22403, r=alexcrichtonbors-0/+15
2015-10-25Switch to 'const unsafe fn' ordering (rust-lang/rust#29107)John Hodge-3/+3
2015-10-25libsyntax: better error for lifetimes in patternsKevin Butler-0/+16
2015-10-24Auto merge of #29151 - wthrowe:linker-output-ICE, r=alexcrichtonbors-0/+60
2015-10-24adding test for #28189skeleten-0/+15
2015-10-24Add regression test for #26886Manish Goregaokar-0/+17
2015-10-24Auto merge of #29259 - arielb1:supertrait-self-2, r=eddybbors-0/+33
2015-10-23Add test for #22403Andrew Paseltiner-0/+15
2015-10-24object_safety: check whether a supertrait contains Self even without being itAriel Ben-Yehuda-0/+33
2015-10-23Add a regression test for #29122 (fixed in #29134)William Throwe-0/+60
2015-10-23Auto merge of #29241 - nikomatsakis:issue-28871, r=arielb1bors-0/+33
2015-10-23Auto merge of #29243 - skeleten:issue-29184, r=alexcrichtonbors-0/+13
2015-10-23add main fn to testNiko Matsakis-0/+2
2015-10-23Add error message for using `typeof` instead of an ICE.skeleten-0/+13
2015-10-22Warn when creating a module and a struct that both have the same name.Nick Hamann-15/+65
2015-10-22distinguish projections from the env/obj-types vs those fromNiko Matsakis-0/+31
2015-10-22Auto merge of #29210 - arielb1:suggest-overflow, r=eddybbors-0/+32
2015-10-21don't revisit modules while finding traits in suggestAriel Ben-Yehuda-0/+32
2015-10-21Add test for #28936Andrew Paseltiner-0/+36
2015-10-21Auto merge of #29186 - pnkfelix:fsk-fix-issue-29166, r=alexcrichtonbors-0/+30
2015-10-21Auto merge of #29171 - nrc:servo-dxr, r=@arielb1bors-1/+1
2015-10-21save-analysis: don't recompute crate nameNick Cameron-1/+1
2015-10-20Auto merge of #29148 - petrochenkov:noshow, r=alexcrichtonbors-7/+11
2015-10-20Add dropck unsafe escape hatch (UGEH) to vec::IntoIter.Felix S. Klock II-0/+30
2015-10-20Auto merge of #27723 - mystor:vecdeque_drain_range, r=blussbors-1/+2