about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-10-07Auto merge of #28841 - jld:const-slice-ice, r=Aatchbors-0/+16
2015-10-06Replace multiple trailing newlines with a single trailing newlineCarlos Liam-1/+0
2015-10-06Clean newlinesCarlos Liam-10/+9
2015-10-06Auto merge of #28779 - alexcrichton:ffi-isize-usize, r=nrcbors-8/+10
2015-10-04Fix LLVM assertion on out-of-bounds const slice index.Jed Davis-0/+16
2015-10-04Auto merge of #28806 - wthrowe:bare-outfile-fix, r=alexcrichtonbors-1/+3
2015-10-03Auto merge of #28669 - arielb1:well-formed-methods, r=nikomatsakisbors-0/+184
2015-10-03Fix run-make/bare-outfile testWilliam Throwe-1/+3
2015-10-03use the correct subtyping order in a testAriel Ben-Yehuda-8/+35
2015-10-03Auto merge of #28820 - steveklabnik:rollup, r=steveklabnikbors-0/+5
2015-10-02Rollup merge of #28805 - wthrowe:compile-stdin, r=alexcrichtonSteve Klabnik-0/+5
2015-10-03Auto merge of #28672 - sanxiyn:const-eval-span, r=alexcrichtonbors-0/+24
2015-10-02Auto merge of #28662 - semmaz:fmt-debug, r=alexcrichtonbors-0/+4
2015-10-02Auto merge of #28626 - arielb1:closure-needs-infer, r=nikomatsakisbors-0/+25
2015-10-02fix falloutAriel Ben-Yehuda-0/+3
2015-10-02ensure that the types of methods are well-formedAriel Ben-Yehuda-0/+154
2015-10-02Auto merge of #28650 - sanxiyn:attr-usage, r=nrcbors-11/+67
2015-10-02Auto merge of #28768 - alexcrichton:dep-info++, r=brsonbors-10/+67
2015-10-02rustc: Emit phony targets for inputs in dep-infoAlex Crichton-2/+21
2015-10-03Provide the context for error in constant evaluation of enum discriminantSeo Sanghyeon-0/+24
2015-10-03Check attribute usageSeo Sanghyeon-0/+60
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-01Add a test that rustc can compile standard inputWilliam Throwe-0/+5
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-30rustc: Don't lint about isize/usize in FFIAlex Crichton-8/+10
2015-09-30rustc: Support output filenames for each emit typeAlex Crichton-8/+46
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-29Add `fmt::Debug` string escape testsSimon Mazur-0/+4
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