about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-10-14Auto merge of #55046 - wesleywiser:no_virtual_call_inlining, r=varkorbors-0/+31
2018-10-14[mir-inlining] Don't inline virtual callsWesley Wiser-0/+31
2018-10-14Support underscore as constant nameDonato Sciarra-0/+83
2018-10-14Auto merge of #55018 - euclio:issue-24421, r=alexcrichtonbors-1/+20
2018-10-13Auto merge of #55017 - memoryruins:add-tests, r=alexcrichtonbors-0/+49
2018-10-13Auto merge of #55003 - zackmdavis:must_use_assoc_fn, r=varkorbors-8/+22
2018-10-13Auto merge of #54997 - davidtwco:issue-54896, r=nagisabors-3/+58
2018-10-13Auto merge of #54955 - RalfJung:miri-validate2, r=oli-obkbors-1/+48
2018-10-13validation: accept pointers in integer arraysRalf Jung-1/+12
2018-10-13Fix and test upvar name printing for validityRalf Jung-0/+36
2018-10-13Auto merge of #54980 - zackmdavis:and_the_case_of_the_universal_call, r=oli-obkbors-72/+24
2018-10-12`#[must_use]` for associated functions is supposed to actually workZack M. Davis-8/+22
2018-10-13Auto merge of #54945 - estebank:asm-span, r=petrochenkovbors-28/+28
2018-10-12Auto merge of #54942 - matthewjasper:wf-type-annotations, r=nikomatsakisbors-103/+289
2018-10-12Add nll stderr to #52240memoryruins-0/+9
2018-10-12Add test for issue #52240memoryruins-0/+25
2018-10-12add test for #24421Andy Russell-1/+20
2018-10-12Add test for issue #54966memoryruins-0/+15
2018-10-12Auto merge of #55012 - kennytm:rollup, r=kennytmbors-12/+46
2018-10-12Rollup merge of #54989 - Munksgaard:fix-htmldocck-typos, r=tmandrykennytm-3/+3
2018-10-12Rollup merge of #54967 - holmgr:master, r=estebankkennytm-3/+0
2018-10-12Rollup merge of #54920 - varkor:must_use-unit, r=estebankkennytm-0/+37
2018-10-12Rollup merge of #54825 - davidtwco:issue-52663-deref-raw-pointer, r=pnkfelixkennytm-6/+6
2018-10-12Auto merge of #54715 - oli-obk:nll_deref_promotion, r=RalfJungbors-0/+37
2018-10-12Auto merge of #53933 - GuillaumeGomez:codeblock-error-display, r=QuietMisdreavusbors-0/+27
2018-10-11structured suggestion for E0223 ambiguous associated typeZack M. Davis-72/+24
2018-10-11Auto merge of #54592 - GabrielMajeri:no-plt, r=nagisabors-5/+32
2018-10-11Support for disabling the PLT on ELF targetsGabriel Majeri-5/+32
2018-10-11Extend lang items to assert correct target.David Wood-3/+58
2018-10-11Include rustdoc tests that have been fixed by #33133Philip Munksgaard-3/+3
2018-10-11Auto merge of #54850 - mcr431:fix-54707-trait-function-from-macro, r=nikomats...bors-0/+42
2018-10-11Auto merge of #54969 - Manishearth:rollup, r=Manishearthbors-73/+309
2018-10-11Auto merge of #54848 - davidtwco:issue-52663-trait-object, r=nikomatsakisbors-1/+41
2018-10-10Rollup merge of #54909 - scalexm:finish-rules, r=nikomatsakisManish Goregaokar-11/+21
2018-10-10Rollup merge of #54893 - dsciarra:issue-54379, r=pnkfelixManish Goregaokar-0/+45
2018-10-10Rollup merge of #54870 - flip1995:stabilize_tool_lints, r=ManishearthManish Goregaokar-55/+6
2018-10-10Rollup merge of #54862 - Havvy:cfg_attr_multi, r=petrochenkovManish Goregaokar-28/+258
2018-10-10Rollup merge of #54848 - davidtwco:issue-52663-trait-object, r=nikomatsakisManish Goregaokar-1/+41
2018-10-10Auto merge of #54747 - levex:inline-asm-bad-operands, r=nagisabors-0/+90
2018-10-10Remove incorrect span for second label inner macro invocationholmgr-3/+0
2018-10-10Check user types are well-formed in MIR borrow checkMatthew Jasper-70/+225
2018-10-10Auto merge of #54802 - davidtwco:issue-53040, r=pnkfelixbors-44/+63
2018-10-10Use the span of the user type for `AscribeUserType`Matthew Jasper-33/+64
2018-10-10Auto merge of #54831 - davidtwco:issue-52663-struct-field-suggestion, r=nikom...bors-0/+6
2018-10-10Auto merge of #54764 - tromey:test-rust-lldb, r=alexcrichtonbors-672/+1334
2018-10-09Remove feature-gate testsflip1995-49/+0
2018-10-09Remove `feature(tool_lints)` from testsflip1995-6/+6
2018-10-09Point to variable in `asm!` macro when failing borrowckEsteban Küber-28/+28
2018-10-09Auto merge of #54734 - pawroman:fix_range_borrowing_suggestion, r=varkorbors-0/+592
2018-10-09Auto merge of #54762 - RalfJung:miri-validate, r=oli-obkbors-54/+183