about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-06-11Stablize the alloc module without changing stability of its contents.Simon Sapin-0/+7
2018-06-11Remove some unneeded castsSimon Sapin-2/+2
2018-06-11Replace `impl GlobalAlloc for Global` with a set of free functionsMike Hommey-3/+3
2018-06-11Remove alloc::Opaque and use *mut u8 as pointer type for GlobalAllocMike Hommey-10/+10
2018-06-11Auto merge of #51480 - dtolnay:lifetime, r=kennytmbors-1/+44
2018-06-11Auto merge of #51467 - toidiu:ak-51409, r=nikomatsakisbors-0/+22
2018-06-10Auto merge of #51475 - GuillaumeGomez:fix-error-codes, r=Manishearthbors-8/+8
2018-06-10Enable fall through past $:lifetime matcherDavid Tolnay-1/+44
2018-06-10Auto merge of #50205 - topecongiro:include-parens-to-type-parameter, r=petroc...bors-10/+10
2018-06-10Fix error codesGuillaume Gomez-8/+8
2018-06-10Auto merge of #51196 - Havvy:remove-keywords, r=petrochenkovbors-3/+12
2018-06-10create separate dep-nodes for predicates_of and explicit_predicates_oftoidiu-0/+22
2018-06-10Auto merge of #51320 - tmccombs:step-by, r=SimonSapinbors-3/+0
2018-06-10Update testsSeiichi Uchida-6/+6
2018-06-10Include parens to type parameterSeiichi Uchida-6/+6
2018-06-09Test keyword unreservationsHavvy-0/+22
2018-06-09Implement RFC 2421, 'Keyword unreservations (pure, sizeof, alignof, offsetof)'Havvy-13/+0
2018-06-09Auto merge of #51068 - Crazycolorz5:pluseqsplitting, r=petrochenkovbors-0/+20
2018-06-09Auto merge of #51400 - xfix:patch-6, r=kennytmbors-16/+19
2018-06-09Auto merge of #51042 - matthewjasper:reenable-trivial-bounds, r=nikomatsakisbors-40/+240
2018-06-08Auto merge of #51448 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-263/+704
2018-06-08Rollup merge of #51401 - estebank:warn-repr, r=cramertjMark Rousskov-202/+318
2018-06-08Rollup merge of #51391 - estebank:docspan, r=GuillaumeGomezMark Rousskov-27/+131
2018-06-08Rollup merge of #51360 - estebank:braces-around-literal-structs, r=nikomatsakisMark Rousskov-2/+60
2018-06-08Rollup merge of #51298 - Dylan-DPC:stabilise/termination-test, r=nikomatsakisMark Rousskov-28/+2
2018-06-08Rollup merge of #51276 - Havvy:dyn-trait-send-send, r=nikomatsakisMark Rousskov-0/+94
2018-06-08Rollup merge of #51099 - Crazycolorz5:expectedcloseparen, r=estebankMark Rousskov-12/+54
2018-06-08Rollup merge of #50143 - petrochenkov:mexuniq, r=nikomatsakisMark Rousskov-2/+55
2018-06-08Built, corrected, and run tests. Added expected stderr files.Crazycolorz5-1/+43
2018-06-08Auto merge of #51247 - pnkfelix:issue-51190-report-type-moved-from-behind-bor...bors-38/+68
2018-06-08Normalize associated types when checking global boundsMatthew Jasper-0/+40
2018-06-08Fix a typoMatthew Jasper-2/+2
2018-06-08 Test that object bounds are preferred over global where clause boundsMatthew Jasper-0/+28
2018-06-08Add tests for associated types and inconsistent boundsMatthew Jasper-0/+166
2018-06-08Reenable trivial boundsMatthew Jasper-38/+4
2018-06-08Rollup merge of #51417 - pietroalbini:revert-49719, r=nikomatsakiskennytm-50/+89
2018-06-08Rollup merge of #51389 - ollie27:rustdoc_cross_macro_src_stab, r=QuietMisdreavuskennytm-0/+49
2018-06-08Rollup merge of #51368 - varkor:panic_implementation-closures, r=eddybkennytm-0/+21
2018-06-08Rollup merge of #51283 - kennytm:fix-51279-preempt-the-warning-song-and-dance...kennytm-0/+84
2018-06-08Rollup merge of #51186 - pnkfelix:remove-unneccessary-nll-stderr-files, r=oli...kennytm-45/+0
2018-06-07Revert "Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov"Pietro Albini-50/+89
2018-06-06Do not account for inner/outer attrEsteban Küber-2/+2
2018-06-06Use consistent span for repr attr suggestionEsteban Küber-5/+6
2018-06-06Auto merge of #50699 - Zoxc:blocking-queries, r=mwbors-24/+25
2018-06-06Change repr documentation linkEsteban Küber-8/+8
2018-06-06Add `transparent` as valid `repr` hintEsteban Küber-8/+8
2018-06-06Turn warning into lintEsteban Küber-214/+227
2018-06-06Update the expected error output to reflect changes in this PR.Felix S. Klock II-38/+63
2018-06-06Drive-by: Make assignment conflict tests in borrowck-vec-pattern-nesting.rs r...Felix S. Klock II-0/+5
2018-06-06It turns out that the diagnostics generated from NLL for these cases are now ...Felix S. Klock II-45/+0