summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2016-01-19Add an impl for Box<Error> from &str.Michael Sproul-0/+2
2016-01-19Add an impl for Box<Error> from String.Michael Sproul-0/+18
2016-01-12Update test -- here we get a RFC 1214 warning (that will eventually beNiko Matsakis-1/+3
2015-12-09Auto merge of #30245 - Aatch:dynamic-align-dst, r=pnkfelixbors-0/+87
2015-12-08Fix unsized structs with destructorsJames Miller-1/+17
2015-12-07Auto merge of #30202 - oli-obk:fix/const_index_feature_gate, r=Aatchbors-0/+15
2015-12-08Align pointers to DST fields properlyJames Miller-0/+71
2015-12-07Add regression test for Clone for [[T; 256]; 4] where T: Copy and not CloneUlrik Sverdrup-0/+18
2015-12-06Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturonbors-80/+31
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-80/+31
2015-12-05fix const index feature-gate regressionOliver Schneider-0/+15
2015-12-04Auto merge of #30084 - oli-obk:const_fn, r=pnkfelixbors-0/+2
2015-12-04Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelixbors-0/+130
2015-12-02Disable the null check elimination passBjörn Steinbrink-0/+24
2015-12-01Auto merge of #25570 - oli-obk:const_indexing, r=nikomatsakisbors-26/+47
2015-11-30Fix regression in patterns with empty variantsVadim Petrochenkov-0/+22
2015-11-28Auto merge of #29383 - petrochenkov:empstr, r=pnkfelixbors-21/+10
2015-11-27Auto merge of #30085 - oli-obk:fix/pnkfelix_test, r=pnkfelixbors-20/+32
2015-11-27revert test to check runtime evaluation instead of constant evaluationOliver Schneider-20/+32
2015-11-27implement calling of `const fn`-methods in true constantsOliver Schneider-0/+2
2015-11-27pass at least one argument to execveSébastien Marie-2/+2
2015-11-26Extended simple macro testMarvin Löbel-1/+11
2015-11-26Added stmt_expr_attribute feature gateMarvin Löbel-0/+23
2015-11-26Add syntax support for attributes on expressions and all syntaxMarvin Löbel-0/+97
2015-11-25Auto merge of #30044 - nikomatsakis:issue-29466, r=arielb1bors-0/+3607
2015-11-24Rewrite stmt processing not to recurse to avoid stack overflow if thereNiko Matsakis-0/+3607
2015-11-23Add tests for #25810 and #29276Andrew Paseltiner-0/+48
2015-11-21Auto merge of #29913 - tbu-:pr_windows_path_error_on_nul, r=alexcrichtonbors-0/+48
2015-11-20add feature gate `const_indexing`Oliver Schneider-0/+1
2015-11-19Add run-pass test for paths containing the NUL characterTobias Bucher-0/+48
2015-11-19Re-unignore environment test on MinGWTobias Bucher-4/+1
2015-11-19Fix the falloutVadim Petrochenkov-10/+1
2015-11-19Fix various bugs around empty structs and patternsVadim Petrochenkov-11/+9
2015-11-18Revert not-ignoring weird environment variables for MinGWTobias Bucher-1/+4
2015-11-18allow indexing into constant arraysOliver Schneider-26/+46
2015-11-18Auto merge of #29882 - devonhollowood:master, r=Manishearthbors-21/+0
2015-11-17Rollup merge of #29868 - petrochenkov:gv, r=sanxiynManish Goregaokar-2/+2
2015-11-17Remove 'raw_pointer_derive' lint (#14615)Devon Hollowood-21/+0
2015-11-16Ignore malformed environment strings like glibc doesTobias Bucher-4/+46
2015-11-16Do not generate comparefoo.gv and simpleeq.gv during testingVadim Petrochenkov-2/+2
2015-11-15Auto merge of #29836 - eefriedman:normalize-fn, r=arielb1bors-0/+45
2015-11-15fix prettyAriel Ben-Yehuda-1/+2
2015-11-15fix remaining bugsAriel Ben-Yehuda-0/+46
2015-11-15evaluate projections outside the outer probe in recursive evaluationAriel Ben-Yehuda-0/+31
2015-11-15simplify and reduce the size of EvaluationResultAriel Ben-Yehuda-0/+35
2015-11-14Consistently normalize fn types after erasing lifetimes.Eli Friedman-0/+45
2015-11-14implement coercions in MIRAriel Ben-Yehuda-0/+76
2015-11-13represent fat ptr operands as 2 separate pointersAriel Ben-Yehuda-0/+63
2015-11-13MIR: implement fat raw pointer comparisonsAriel Ben-Yehuda-0/+173
2015-11-12Auto merge of #29770 - ollie27:assert_eq_unsized, r=alexcrichtonbors-0/+13