about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-08-07Don't accidentally promote union access in MIROliver Schneider-11/+0
2018-08-07Add feature gate checksOliver Schneider-1/+38
2018-08-07Place unions, pointer casts and pointer derefs behind extra feature gatesOliver Schneider-16/+71
2018-08-07Auto merge of #52450 - PramodBisht:issue/52413, r=estebankbors-48/+49
2018-08-07Auto merge of #51007 - AstralSorcerer:master, r=nagisabors-40/+6
2018-08-06Auto merge of #53016 - scottmcm:impl-header-lifetime-elision, r=nikomatsakisbors-27/+72
2018-08-06Auto merge of #53115 - davidtwco:issue-52739, r=nikomatsakisbors-186/+198
2018-08-06Disable some nice region errors in NLL mode.David Wood-186/+198
2018-08-06#52413: addressed @estebank's NitPramod Bisht-41/+43
2018-08-06Auto merge of #52644 - varkor:lib-feature-gate-2, r=withoutboatsbors-988/+635
2018-08-06Auto merge of #52990 - Aaron1011:fix/rustdoc-auto-trait-static, r=eddybbors-0/+44
2018-08-06Auto merge of #53045 - pnkfelix:issue-53026-migrate-never-looser-than-ast-bor...bors-5/+40
2018-08-06Auto merge of #52332 - zackmdavis:dead_code_lint_should_say_2_electric_boogal...bors-9/+9
2018-08-06Auto merge of #53002 - QuietMisdreavus:brother-may-i-have-some-loops, r=pnkfelixbors-0/+29
2018-08-05Fix WASM testsvarkor-2/+0
2018-08-05Auto merge of #52800 - QuietMisdreavus:do-not-pass-go, r=GuillaumeGomezbors-1/+51
2018-08-05Closes #52413: Provide structured suggestion instead of labelPramod Bisht-47/+46
2018-08-05Change feature edition error into a warningvarkor-6/+5
2018-08-05Fix 2018 edition testsvarkor-40/+10
2018-08-05Remove references to unknown feature `io`varkor-7/+1
2018-08-05Add an error when declaring features that are stable in the current Rust editionvarkor-0/+27
2018-08-05Fix stage 2 testsvarkor-3/+6
2018-08-05Fix rustdoc testvarkor-2/+0
2018-08-05Fix run-pass-fulldeps testsvarkor-89/+20
2018-08-05Convert unknown_features lint into an errorvarkor-550/+230
2018-08-05Turn the duplicate feature lint into an errorvarkor-15/+9
2018-08-05Remove panic-runtime opt-outvarkor-9/+0
2018-08-05Add a test for feature attribute consistencyvarkor-0/+41
2018-08-05Add test for duplicate featuresvarkor-0/+40
2018-08-05Add a test for unknown featuresvarkor-0/+29
2018-08-05Fix test/uivarkor-7/+7
2018-08-05Fix test/compile-failvarkor-214/+222
2018-08-05Fix test/run-passvarkor-85/+36
2018-08-05Fix test/run-failvarkor-6/+0
2018-08-05Fix test/debuginfovarkor-1/+0
2018-08-05Remove unnecessary or invalid feature attributesvarkor-1/+1
2018-08-05Auto merge of #52959 - matthewjasper:closure-spans, r=pnkfelixbors-130/+850
2018-08-05Auto merge of #52991 - nikomatsakis:nll-escaping-into-return, r=pnkfelixbors-36/+45
2018-08-04fix exit-code test so the lint fires againQuietMisdreavus-1/+1
2018-08-04add tests for new intra-doc-link behaviorQuietMisdreavus-0/+50
2018-08-04Auto merge of #52827 - GuillaumeGomez:generic-impls, r=QuietMisdreavusbors-0/+32
2018-08-04Auto merge of #52758 - Mark-Simulacrum:session-cleanup, r=pnkfelixbors-3/+3
2018-08-04Move basic_options to impl of DefaultMark Rousskov-2/+2
2018-08-04Normalize variants of CrateType to standard styleMark Rousskov-1/+1
2018-08-04Strengthen testsGuillaume Gomez-0/+1
2018-08-04Fix primitive blanket impls not showing upGuillaume Gomez-0/+31
2018-08-04Rollup merge of #52968 - zackmdavis:app-lint-cability, r=estebankkennytm-1/+1
2018-08-04Auto merge of #52927 - Mark-Simulacrum:cratestore-cleanup, r=alexcrichtonbors-2/+3
2018-08-04An attempt to fix NLL migration mode so that reports region errors when neces...Felix S. Klock II-5/+40
2018-08-03Update tests for new spans for nll errors involving closuresMatthew Jasper-130/+184