about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-01-07Auto merge of #30723 - nrc:macro-err-bug, r=Manishearthbors-0/+26
2016-01-07Auto merge of #30557 - sfackler:panic-propagate, r=aturonbors-0/+35
2016-01-06Add std::panic::propagateSteven Fackler-0/+35
2016-01-06Auto merge of #30654 - nrc:panictry, r=brsonbors-3/+3
2016-01-06Auto merge of #30532 - nikomatsakis:cross-item-dependencies, r=mwbors-0/+354
2016-01-06Fix dependency graph test cases to have correct commments and use -Z incr-compNiko Matsakis-6/+22
2016-01-06Fix tidy errorsNiko Matsakis-3/+2
2016-01-06Auto merge of #30733 - ubsan:wrapping_op_assign, r=eddybbors-28/+30
2016-01-06Add testsSimonas Kazlauskas-0/+351
2016-01-05Fix a breaking change in #30523Nicholas Mazzuca-28/+30
2016-01-05Add assert-dep-graph testing mechanism and testsNiko Matsakis-0/+339
2016-01-06Cancel an error before it panicsNick Cameron-0/+26
2016-01-05[MIR] Add test case for translation of closure calls.Michael Woerister-7/+16
2016-01-05[MIR] Handle overloaded call expressions during HIR -> HAIR translation.Michael Woerister-0/+17
2016-01-05Auto merge of #30708 - GuillaumeGomez:malformed_macro, r=sanxiynbors-0/+17
2016-01-04Auto merge of #30661 - michaelwoerister:trans_fn_attrs, r=nrcbors-6/+12
2016-01-04Auto merge of #30523 - ubsan:wrapping_op_assign, r=eddybbors-0/+412
2016-01-04Auto merge of #30553 - luqmana:mir-match-arm-guards, r=nikomatsakisbors-0/+28
2016-01-04Auto merge of #30651 - nagisa:mir-fix-equality-checks, r=eddybbors-30/+55
2016-01-04Add test for "malformed macro lhs" and change back span_bug to span_fatalGuillaume Gomez-0/+17
2016-01-02Take out Op<T>/OpAssign<T> for Wrapping<T>Nicholas Mazzuca-1/+5
2016-01-02Finish test implementationNicholas Mazzuca-147/+150
2016-01-02Add more testsFlorian Hahn-0/+80
2016-01-01Show similar trait implementations if no matching impl is foundFlorian Hahn-0/+39
2016-01-01Fix equality checks in matchesSimonas Kazlauskas-30/+55
2016-01-01In the middle of the implementationNicholas Mazzuca-0/+405
2015-12-31Rollup merge of #30590 - nagisa:mir-constval-function, r=luqmanaSimonas Kazlauskas-0/+7
2015-12-31Rollup merge of #30365 - tamird:update-valgrind, r=pnkfelixSimonas Kazlauskas-0/+3
2015-12-31Deactivate one test in mir_trans_calls.rs since it fails now that it is corre...Michael Woerister-6/+12
2015-12-31Auto merge of #30641 - tsion:match-range, r=eddybbors-0/+30
2015-12-31Auto merge of #30598 - est31:macro_export_help_note, r=Manishearthbors-0/+27
2015-12-31Auto merge of #30586 - nagisa:mir-cast, r=arielb1bors-0/+349
2015-12-31Cut out a bunch of Result and panictry! boilerplate from libsyntax.Nick Cameron-3/+3
2015-12-30Auto merge of #30375 - aaronkeen:issue_28777, r=eddybbors-4/+39
2015-12-30Add test for MIR range matching.Scott Olson-0/+30
2015-12-30Move pub-{item,methd}-macro.rs to the parse-fail subdir as wellest31-0/+0
2015-12-30Move pub-macro-rules.rs test to parse-fail directoryest31-0/+0
2015-12-30Custom help message for people trying to make macro publicest31-0/+27
2015-12-30use structured errorsNick Cameron-15/+27
2015-12-29Implement `as` casting (Misc cast kind)Simonas Kazlauskas-0/+349
2015-12-28[MIR] Translate ConstVal::FunctionSimonas Kazlauskas-0/+7
2015-12-28[MIR] Fix setting discriminant for unit enumsSimonas Kazlauskas-0/+12
2015-12-28Auto merge of #30547 - mmcco:cfg, r=sanxiynbors-2/+2
2015-12-28rewrite the method-receiver matching codeAriel Ben-Yehuda-17/+14
2015-12-26Also fix MIRification of unit enum variantsSimonas Kazlauskas-0/+6
2015-12-25update valgrind suppressionsTamir Duberstein-0/+3
2015-12-25Rollup merge of #30551 - nagisa:mir-unit-structs, r=luqmanaManish Goregaokar-0/+8
2015-12-25Rollup merge of #30513 - alexcrichton:assert-is-safe, r=aturonManish Goregaokar-1/+5
2015-12-25Rollup merge of #30485 - sfackler:panic-handler, r=alexcrichtonManish Goregaokar-0/+181
2015-12-24Add test.Luqman Aden-0/+28