summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-25libstd: unix process spawning: fix bug with setting stdioIvan Petkov-0/+107
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
2015-12-25Properly translate unit structs in MIRSimonas Kazlauskas-0/+8
2015-12-23Simply two cfg attributesMichael McConville-2/+2
2015-12-23Implement custom panic handlersSteven Fackler-0/+181
2015-12-23Auto merge of #30377 - Wafflespeanut:levenshtein, r=Manishearthbors-6/+8
2015-12-22Add an impl for Box<Error> from String.Michael Sproul-0/+18
2015-12-21std: Ensure AssertRecoverSafe indeed is more oftenAlex Crichton-1/+5
2015-12-21Register new snapshotsAlex Crichton-4/+2
2015-12-21Auto merge of #30413 - pnkfelix:fsk-span_note, r=Manishearthbors-0/+60
2015-12-21Auto merge of #30493 - semarie:openbsd-cc, r=alexcrichtonbors-5/+1
2015-12-20openbsd: use specific linker for buildingSébastien Marie-0/+1
2015-12-20remove specific code for OpenBSD that define STDCPP_LIBDIR_RUSTFLAGSSébastien Marie-5/+0
2015-12-19[MIR] Handle FatPtr in mir::constant::trans_constval.Luqman Aden-0/+7
2015-12-19Auto merge of #30408 - durka:issue-26873, r=alexcrichtonbors-0/+106
2015-12-19Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakisbors-3/+192
2015-12-18Auto merge of #30364 - luqmana:mir-calls, r=nikomatsakisbors-0/+100
2015-12-18[MIR] Initial implementation for translating calls.Luqman Aden-0/+100
2015-12-18Auto merge of #30389 - nikomatsakis:rfc1214-error, r=arielb1bors-227/+193
2015-12-18Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakisbors-261/+456
2015-12-18Do not substitute type aliases during error reportingVadim Petrochenkov-5/+6
2015-12-18Make RFC 1214 warnings into errors, and rip out the "warn or err"Niko Matsakis-227/+193
2015-12-18add tests for #26873Alex Burka-0/+106
2015-12-18Auto merge of #30374 - durka:issue-30371, r=alexcrichtonbors-0/+18
2015-12-18Require exact type equality + add testsVadim Petrochenkov-40/+174
2015-12-18Rollup merge of #30452 - dotdash:24876_take_2, r=alexcrichtonManish Goregaokar-0/+90