about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-10-12Add test for issue #54966memoryruins-0/+15
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-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-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-10Auto merge of #54802 - davidtwco:issue-53040, r=pnkfelixbors-44/+63
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-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
2018-10-09fix nits and handling of extern staticRalf Jung-5/+5
2018-10-09unify handling of thin and fat pointers by moving primitive type handling out...Ralf Jung-8/+19
2018-10-09add some tests with constants that better be validRalf Jung-0/+18
2018-10-09move a test to a better placeRalf Jung-0/+0
2018-10-09also validate everything that has a Scalar layout, to catch NonNullRalf Jung-8/+60
2018-10-09fix validating arrays of ZSTsRalf Jung-14/+23
2018-10-09switch validation of scalars to be type-drivenRalf Jung-36/+54
2018-10-09check that entire ref is in-bounds before recursing; add macro for validation...Ralf Jung-15/+36
2018-10-09Improve message for closure returning a closure.David Wood-7/+7
2018-10-09Improve errors for `FnMut` closures.David Wood-44/+63
2018-10-09Auto merge of #54757 - nikomatsakis:nll-issue-54573-user-annot, r=pnkfelixbors-0/+192
2018-10-09Auto merge of #54798 - matthewjasper:free-region-closure-errors, r=nikomatsakisbors-102/+71
2018-10-09Fix test for windows osPaweł Romanowski-6/+10
2018-10-08parse_trait_item_ now handles interpolated blocks as function body declsMatthew Russo-0/+42
2018-10-08add pattern type ascriptions for tuple/brace structs/enumsNiko Matsakis-0/+192
2018-10-08Run debuginfo tests against rust-enabled lldb, when possibleTom Tromey-672/+1334
2018-10-08Attempt to fix #54505 tests for wasmPaweł Romanowski-11/+12
2018-10-08Add chalk rules related to associated type defsscalexm-11/+21
2018-10-08Change from label to suggestion.David Wood-2/+2
2018-10-08Add struct field suggestions.David Wood-0/+6
2018-10-07cfg-attr-multi: Change issue number to actual tracking issueHavvy (Ryan Scheel)-2/+2
2018-10-07structured suggestions for unused-lifetimes lintZack M. Davis-37/+71
2018-10-07Auto merge of #54810 - 1aim:unused-impl-trait, r=oli-obkbors-6/+17
2018-10-07Update logic to search for casts.David Wood-0/+40
2018-10-07Identify borrows captured by trait objects.David Wood-1/+1
2018-10-07Auto merge of #54835 - oli-obk:mögen_konstante_funktionen_doch_bitte_endlich...bors-207/+135
2018-10-07Fix internal compiler error on malformed match arm pattern.Donato Sciarra-0/+45
2018-10-07Auto merge of #54813 - petrochenkov:uilocale, r=alexcrichtonbors-42/+20
2018-10-07cfg_attr_multi: Feature gateHavvy (Ryan Scheel)-7/+57