summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2015-10-09Major revision to the dropck_legal_cycles test.Felix S. Klock II-46/+480
2015-10-09revise cfail test, removing ugeh attribute that was erroneously cut-and-paste...Felix S. Klock II-1/+0
2015-10-09Auto merge of #28857 - nrc:lowering, r=nikomatsakisbors-15/+77
2015-10-09review commentsNick Cameron-0/+51
2015-10-09Misc fixupsNick Cameron-4/+5
2015-10-09Make save-analysis work for `if let` etc.Nick Cameron-0/+19
2015-10-09hygiene for `for` loops, `if let`, `while let`Nick Cameron-25/+16
2015-10-08placate check-pretty via comment rearrangement.Felix S. Klock II-1/+2
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-16/+16
2015-10-08Add unsafe Send and Sync impls to VecDeque's Drain<T>Michael Layzell-1/+2
2015-10-08Added tests illustrating when and when not to use the UGEH attribute w.r.t. t...Felix S. Klock II-0/+107
2015-10-08Added tests illustrating when and when not to use the UGEH attribute w.r.t. a...Felix S. Klock II-0/+96
2015-10-08Added tests illustrating when and when not to use the UGEH attribute w.r.t. a...Felix S. Klock II-0/+101
2015-10-08Auto merge of #28897 - steveklabnik:rollup, r=steveklabnikbors-9/+9
2015-10-08Auto merge of #28891 - cristicbz:new-nbody, r=alexcrichtonbors-87/+132
2015-10-08Auto merge of #28863 - nagisa:test-16403, r=alexcrichtonbors-0/+23
2015-10-07Rollup merge of #28876 - steveklabnik:oops, r=GankroSteve Klabnik-9/+9
2015-10-07bench: rewrite nbody for better vectorizationCristi Cobzarenco-87/+132
2015-10-07Auto merge of #28873 - dotdash:28339, r=nikomatsakisbors-1/+25
2015-10-07Fix reborrows of &mut pointersBjörn Steinbrink-1/+25
2015-10-07Add a test for #16403Simonas Kazlauskas-0/+23
2015-10-06Restore line endings in a testSteve Klabnik-9/+9
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-06review comment: use RFC example for compile-fail/issue28498-reject-ex1.rsFelix S. Klock II-44/+18
2015-10-06shorten URLs to placate `make tidy`.Felix S. Klock II-4/+8
2015-10-06compile-fail tests.Felix S. Klock II-0/+113
2015-10-06run-pass tests for RFC 1238.Felix S. Klock II-0/+90
2015-10-06Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed.Felix S. Klock II-1/+6
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-04Only report error for first issued loan with conflictJ. Ryan Stinnett-0/+28
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-03Implement original version of RFC#1245John Hodge-0/+55
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