summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-08-23Fix tests and falloutAlex Crichton-2/+2
2017-08-23Ensure that generic arguments don't end up in attribute paths.Jeffrey Seyfried-0/+22
2017-08-23std: Mark allocation functions as nounwindAlex Crichton-0/+32
2017-08-23register fn-ptr coercion obligations out of a snapshotAriel Ben-Yehuda-0/+19
2017-08-23ast_validation: forbid "nonstandard" literal patternsAriel Ben-Yehuda-0/+23
2017-08-19Auto merge of #43922 - nrc:beta, r=alexcrichtonbors-0/+20
2017-08-17Revert "Auto merge of #42840 - arielb1:poison-smoke-and-mirrors, r=nikomatsakis"Ariel Ben-Yehuda-60/+0
2017-08-17Revert "save the subobligations as well"Ariel Ben-Yehuda-74/+0
2017-08-17doc tests: use the filename from the source file for doc test programs, rathe...Nick Cameron-0/+20
2017-08-12Stabilize the `compile_error_macro` featureAlex Crichton-15/+0
2017-08-12std: Mark `Layout::repeat` as `#[inline]`Alex Crichton-0/+21
2017-08-12save the subobligations as wellNiko Matsakis-0/+74
2017-08-12Add a feature gateest31-0/+14
2017-08-12Avoid calling the column!() macro in panicest31-0/+23
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-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-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
2017-07-14Auto merge of #43026 - arielb1:llvm-next, r=alexcrichtonbors-0/+36
2017-07-13Fix regression involving identifiers in `macro_rules!` patterns.Jeffrey Seyfried-0/+26
2017-07-13Rollup merge of #43125 - aochagavia:stable_drop, r=arielb1Steve Klabnik-0/+231
2017-07-13Auto merge of #43158 - PlasmaPower:thread-local-try-with, r=alexcrichtonbors-0/+37
2017-07-12Add regression tests to ensure stable drop orderAdolfo OchagavĂ­a-0/+231
2017-07-12Rollup merge of #43011 - qnighy:unsized-tuple-impls, r=aturonMark Simulacrum-0/+29
2017-07-12Rollup merge of #43000 - estebank:on-unimplemented-path, r=arielb1Mark Simulacrum-3/+140
2017-07-12Rollup merge of #42826 - Yorwba:type-mismatch-same-absolute-paths, r=arielb1Mark Simulacrum-0/+94
2017-07-12[LLVM] Avoid losing the !nonnull attribute in SROAAriel Ben-Yehuda-0/+36
2017-07-12Auto merge of #43107 - michaelwoerister:less-span-info-in-debug, r=nikomatsakisbors-0/+63
2017-07-12Reintroduce expansion info for proc macros 1.1Oliver Schneider-0/+49
2017-07-11support pub(restricted) in thread_local!Alex Burka-7/+15
2017-07-11Fix @alexcrichton commentsLee Bousfield-0/+4
2017-07-11Merge ui/README.md into COMPILER_TESTS.md and describe how custom UI normaliz...kennytm-32/+72
2017-07-11compiletest: Support custom normalization rules.kennytm-74/+47
2017-07-11compiletest: Refactor: Move the `ignore-{}` logic into its own method.kennytm-6/+1
2017-07-11Auto merge of #42913 - kennytm:fix-40569-ident-without-backtrack, r=jseyfriedbors-2/+247
2017-07-10Add LocalKey::try_with as an alternative to stateLee Bousfield-0/+33
2017-07-10Auto merge of #43028 - michaelwoerister:dedup-dep-nodes, r=nikomatsakisbors-23/+35
2017-07-10Auto merge of #43109 - pnkfelix:fix-link_args-gate, r=nikomatsakisbors-4/+14
2017-07-10Fix feature gate for `#[link_args(..)]` attribute so that it will fireFelix S. Klock II-4/+14
2017-07-10Split DepNode::ItemSignature into non-overlapping variants.Michael Woerister-23/+35
2017-07-10Store all generic arguments for method calls in ASTVadim Petrochenkov-1/+14
2017-07-08Auto merge of #43097 - PlasmaPower:large-align, r=eddybbors-1/+20