about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-07-23Auto merge of #43387 - TimNN:rustllvm50, r=alexcrichtonbors-8/+8
2017-07-22Auto merge of #43382 - mmatyas:aarch64_ignore-stack-probes, r=alexcrichtonbors-0/+3
2017-07-22Auto merge of #43352 - estebank:macro-span-replacement, r=petrochenkovbors-1/+31
2017-07-22Auto merge of #43343 - petrochenkov:methlife3, r=estebankbors-0/+113
2017-07-22Auto merge of #43323 - perryprog:master, r=estebankbors-16/+85
2017-07-22Auto merge of #42973 - zackmdavis:json_byte_position_to_start_at_top_of_file,...bors-0/+32
2017-07-21run-make test for JSON error byte start/endZack M. Davis-0/+32
2017-07-21Auto merge of #43274 - bitshifter:union-align, r=petrochenkovbors-0/+90
2017-07-21More testsPerry Fraser-0/+80
2017-07-21Relax a codegen test to be compatible with LLVM 5.0Alex Crichton-8/+8
2017-07-21Ignore stack probe tests on AArch64Mátyás Mustoha-0/+3
2017-07-20Fix testEsteban Küber-1/+1
2017-07-20Use the macro structure spans instead of the invocationEsteban Küber-0/+30
2017-07-21Auto merge of #43183 - michaelwoerister:internalize-symbols-without-llvm, r=e...bors-53/+53
2017-07-20Auto merge of #43270 - petrochenkov:fixstab, r=alexcrichtonbors-2/+20
2017-07-20Auto merge of #43251 - gaurikholkar:span_reorder, r=nikomatsakisbors-20/+20
2017-07-19Add an extra note to `late_bound_lifetime_arguments` error/lintVadim Petrochenkov-0/+113
2017-07-19Auto merge of #43178 - zackmdavis:some_suggestion, r=eddybbors-0/+39
2017-07-19Auto merge of #42859 - eddyb:const-size-and-align-of, r=nikomatsakisbors-0/+78
2017-07-19Implement const fn {size,align}_of.Eduard-Mihai Burtescu-0/+78
2017-07-19Auto merge of #43168 - pnkfelix:check-attr-gating, r=aturonbors-0/+1291
2017-07-18Change the error message for multiple unused print paramsPerry Fraser-16/+5
2017-07-19Auto merge of #40989 - matklad:comma-arms, r=petrochenkovbors-0/+53
2017-07-18Rollup merge of #43312 - lu-zero:master, r=alexcrichtonMark Simulacrum-0/+1
2017-07-18Ignore pretty-testAleksey Kladov-0/+2
2017-07-18Auto merge of #42492 - petrochenkov:methlife, r=nikomatsakisbors-35/+237
2017-07-18powerpc: Ignore the stack-probes testLuca Barbato-0/+1
2017-07-18Catch expression does not require semicolon to be a statementAleksey Kladov-0/+6
2017-07-18Unify rules about commas in match arms and semicolons in expressionsAleksey Kladov-0/+45
2017-07-18Make `late_bound_lifetime_arguments` lint warn-by-defaultVadim Petrochenkov-0/+1
2017-07-18Fix incorrect subst indexVadim Petrochenkov-11/+45
2017-07-18Detect implicitly defined late bound lifetime parameters as wellVadim Petrochenkov-30/+84
2017-07-18Prohibit lifetime arguments in path segments with late bound lifetime parametersVadim Petrochenkov-17/+130
2017-07-18Support generic lifetime arguments in method callsVadim Petrochenkov-38/+38
2017-07-18reorder span labelsgaurikholkar-20/+20
2017-07-17Auto merge of #42711 - Firstyear:san-on-dylib, r=alexcrichtonbors-9/+162
2017-07-17Auto merge of #43266 - feadoor:issue-43253-exclusive-range-warning, r=nikomat...bors-0/+71
2017-07-17Move resolve diagnostic instability to compile-failOliver Schneider-37/+70
2017-07-17Change some helps to suggestionsOliver Schneider-142/+105
2017-07-17Move some tests from compile-fail to uiOliver Schneider-29/+364
2017-07-17Support repr alignment on unions.Cameron Hart-0/+90
2017-07-16Fix checking for missing stability annotationsVadim Petrochenkov-2/+20
2017-07-16Fix `range_covered_by_constructor` for exclusive ranges.Sam Cappleman-Lynes-0/+71
2017-07-16Auto merge of #43237 - zackmdavis:missing_sum_and_product_for_128_bit_integer...bors-0/+8
2017-07-15path, not name, in sole-argument variant type mismatch suggestionZack M. Davis-5/+5
2017-07-15Auto merge of #43224 - jseyfried:fix_macro_idents_regression, r=nrcbors-0/+26
2017-07-15Auto merge of #43179 - oli-obk:mark_all_the_expansions, r=jseyfriedbors-0/+49
2017-07-15Auto merge of #43185 - durka:thread-local-pub-restricted, r=alexcrichtonbors-7/+15
2017-07-15Add support for dylibs with Address Sanitizer. This supports cdylibs and stat...William Brown-9/+162
2017-07-14add u128/i128 to sum/product implementorsZack M. Davis-0/+8