summary refs log tree commit diff
path: root/src/test/run-pass
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-26/+0
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-27Auto merge of #26421 - nham:fix_21546, r=pnkfelixbors-15/+0
2015-10-27Auto merge of #26848 - oli-obk:const_fn_const_eval, r=pnkfelixbors-23/+39
2015-10-27Auto merge of #29325 - alexcrichton:revert-trait-accessibility, r=nrcbors-27/+0
2015-10-26Auto merge of #29274 - thepowersgang:issues-29107-const-unsafe-fn-order, r=ni...bors-2/+2
2015-10-26Revert "Remove unnecessary trait accessibility check."Alex Crichton-27/+0
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/+144
2015-10-25Auto merge of #29281 - skeleten:issue-28189, r=steveklabnikbors-0/+15
2015-10-25Add testsAndrew Paseltiner-0/+144
2015-10-25Switch to 'const unsafe fn' ordering (rust-lang/rust#29107)John Hodge-2/+2
2015-10-24adding test for #28189skeleten-0/+15
2015-10-23Add test for #22403Andrew Paseltiner-0/+15
2015-10-23add main fn to testNiko Matsakis-0/+2
2015-10-22Warn when creating a module and a struct that both have the same name.Nick Hamann-15/+0
2015-10-22distinguish projections from the env/obj-types vs those fromNiko Matsakis-0/+31
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-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
2015-10-19allow constant evaluation of function callsOliver Schneider-23/+39
2015-10-18Remove #[derive(Show)]Vadim Petrochenkov-7/+11
2015-10-18Auto merge of #28845 - oli-obk:rfc1229, r=pnkfelixbors-2/+0
2015-10-17Auto merge of #29114 - apasel422:issue-27105, r=alexcrichtonbors-0/+24
2015-10-16Add test for #27105Andrew Paseltiner-0/+24
2015-10-16Add `Shared` pointer and have `{Arc, Rc}` use itAndrew Paseltiner-0/+32
2015-10-15Auto merge of #28980 - nrc:unsafe-macros, r=@pnkfelixbors-56/+0
2015-10-15Auto merge of #29012 - tari:issue-28676, r=luqmanabors-0/+40
2015-10-14Add test case for #28676.Peter Marheine-0/+40
2015-10-14Auto merge of #29001 - arielb1:normalized-foreign, r=eddybbors-0/+31
2015-10-14Auto merge of #28827 - thepowersgang:unsafe-const-fn-2, r=Aatchbors-0/+31
2015-10-14Rollup merge of #29006 - arielb1:callee-outlives-call, r=pnkfelixManish Goregaokar-0/+20
2015-10-14Rollup merge of #29004 - frewsxcv:regression-test-22814, r=alexcrichtonManish Goregaokar-0/+22
2015-10-13implement RFC 1229Oliver Schneider-2/+0
2015-10-13Test and gate empty structures and variants betterVadim Petrochenkov-14/+46
2015-10-12require a method callee's type to outlive the callAriel Ben-Yehuda-0/+20
2015-10-12Add regression test for #22814Corey Farwell-0/+22
2015-10-12normalize the types of foreign functionsAriel Ben-Yehuda-0/+31
2015-10-12Add regression test for #17336Corey Farwell-0/+17
2015-10-12Remove the push_unsafe! and pop_unsafe! macros.Nick Cameron-56/+0
2015-10-10Auto merge of #28938 - GlenDC:master, r=Manishearthbors-0/+16
2015-10-10Whitelisting PatWild for E0022. Fix #28822glendc-0/+16
2015-10-10Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1bors-1/+255
2015-10-09Auto merge of #28929 - pnkfelix:expand-legal-cycles-test, r=alexcrichtonbors-46/+480