summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2016-10-18Some tests to check that lifetime parametric fn's do not trip up LLVM.Felix S. Klock II-0/+54
2016-10-18stop having identity casts be lexprsAriel Ben-Yehuda-0/+35
2016-10-14force `i1` booleans to `i8` when comparingNiko Matsakis-0/+24
2016-10-14loosen assertion against proj in collectorNiko Matsakis-0/+34
2016-09-21Workaround #34427 by using memset of 0 on ARM to set the discriminant.Felix S. Klock II-0/+26
2016-09-21add missing testNiko Matsakis-0/+28
2016-09-21use `adt::trans_const` when translating constant closures and tuplesAriel Ben-Yehuda-0/+25
2016-09-19Remove data structure specialization for .zip() iteratorUlrik Sverdrup-0/+17
2016-09-19Up the LLVMSimonas Kazlauskas-0/+40
2016-09-16Make `private_in_public` compatibility lint warn-by-default againVadim Petrochenkov-2/+6
2016-09-16Fix issue #36036.Felix S. Klock II-0/+36
2016-09-12llvm: backport "[SimplifyCFG] Hoisting invalidates metadata".Eduard Burtescu-0/+32
2016-09-12rustc_trans: do not generate allocas for unused locals.Eduard Burtescu-0/+18
2016-09-12typeck: use NoExpectation to check return type of diverging fnAlex Burka-0/+35
2016-08-22Properly invalidate the early exit cacheSimonas Kazlauskas-0/+37
2016-08-16Auto merge of #35617 - jseyfried:fix_unused_cfg_attr_path, r=eddybbors-2/+14
2016-08-16Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakisbors-67/+319
2016-08-15Auto merge of #35680 - GuillaumeGomez:err_codes, r=jonathandturnerbors-0/+242
2016-08-15Auto merge of #35340 - michaelwoerister:incr-comp-cli-args, r=nikomatsakisbors-3/+38
2016-08-15Add new error code testsGuillaume Gomez-0/+242
2016-08-15Auto merge of #35567 - creativcoder:e0261, r=jonathandturnerbors-0/+3
2016-08-14Auto merge of #35666 - eddyb:rollup, r=eddybbors-86/+162
2016-08-14Auto merge of #35409 - eddyb:mir-storage-stmts, r=nikomatsakisbors-2/+101
2016-08-14Rollup merge of #35648 - ahmedcharles:pred, r=alexcrichtonEduard-Mihai Burtescu-18/+0
2016-08-14Rollup merge of #35647 - ahmedcharles:spelling, r=alexcrichtonEduard-Mihai Burtescu-23/+23
2016-08-14Rollup merge of #35646 - theypsilon:master, r=jonathandturnerEduard-Mihai Burtescu-0/+1
2016-08-14Rollup merge of #35644 - garekkream:update-E0302-new-error-format, r=jonathan...Eduard-Mihai Burtescu-0/+1
2016-08-14Rollup merge of #35643 - garekkream:update-E0301-new-error-format, r=jonathan...Eduard-Mihai Burtescu-0/+1
2016-08-14Rollup merge of #35616 - clementmiao:E0067_new_error_format, r=jonathandturnerEduard-Mihai Burtescu-0/+2
2016-08-14Rollup merge of #35615 - clementmiao:E0070_new_error_format, r=jonathandturnerEduard-Mihai Burtescu-0/+1
2016-08-14Rollup merge of #35611 - jonathandturner:ptr-helper, r=nikomatsakisEduard-Mihai Burtescu-21/+21
2016-08-14Rollup merge of #35596 - crypto-universe:E0254_style_and_tests, r=jonathandtu...Eduard-Mihai Burtescu-1/+4
2016-08-14Rollup merge of #35586 - shyaamsundhar:SqushCom, r=jonathandturnerEduard-Mihai Burtescu-0/+2
2016-08-14Rollup merge of #35574 - badboy:emscripten-test-fixes, r=brsonEduard-Mihai Burtescu-3/+57
2016-08-14Rollup merge of #35573 - wdv4758h:E0138, r=jonathandturnerEduard-Mihai Burtescu-1/+4
2016-08-14Rollup merge of #35558 - lukehinds:master, r=nikomatsakisEduard-Mihai Burtescu-1/+3
2016-08-14Rollup merge of #35533 - frewsxcv:22984, r=brsonEduard-Mihai Burtescu-0/+13
2016-08-14Rollup merge of #35491 - sanxiyn:pub-restricted-span, r=nikomatsakisEduard-Mihai Burtescu-16/+27
2016-08-14Auto merge of #35534 - michaelwoerister:fix-const-collection2, r=nikomatsakisbors-0/+93
2016-08-14Auto merge of #34206 - petrochenkov:pipdeny, r=nikomatsakisbors-58/+97
2016-08-14updated compile-fail testsRahul Sharma-0/+3
2016-08-13Auto merge of #35453 - jseyfried:hygienize_metavariables, r=nrcbors-2/+29
2016-08-14[MIR] Add Storage{Live,Dead} statements to emit llvm.lifetime.{start,end}.Eduard Burtescu-2/+101
2016-08-13Add regression test.Jeffrey Seyfried-2/+14
2016-08-13Improve comments on ! testsAndrew Cann-0/+2
2016-08-13Fix `make tidy`Andrew Cann-1/+1
2016-08-13Add explanations to testsAndrew Cann-0/+37
2016-08-13Permit `! as T` with testAndrew Cann-0/+18
2016-08-13Add another test for !Andrew Cann-0/+34
2016-08-13Add tests for ! typeAndrew Cann-0/+259