about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-07-01Rollup merge of #73828 - nop:fix/parameter-name-help, r=estebankManish Goregaokar-10/+10
2020-07-01Rollup merge of #73806 - Aaron1011:feature/approx-universal-upper, r=estebankManish Goregaokar-10/+62
2020-07-01Rollup merge of #72445 - anp:stabilize-track-caller, r=oli-obkManish Goregaokar-69/+23
2020-07-01Rollup merge of #72071 - PankajChaudhary5:ErrorCode-E0687, r=davidtwcoManish Goregaokar-0/+2
2020-06-30Stabilize `#[track_caller]`.Adam Perry-69/+23
2020-06-30Add force-host to test aux file used by proc-macroAaron Hill-2/+4
2020-06-29Normalize symbol ids to 0 in test stdoutAaron Hill-9/+13
2020-06-29Serialize all foreign `SourceFile`s into proc-macro crate metadataAaron Hill-3/+83
2020-06-28Auto merge of #72437 - ecstatic-morse:stabilize-const-if-match, r=oli-obkbors-1498/+232
2020-06-28Update testsDylan MacKenzie-373/+71
2020-06-28Update testsDylan MacKenzie-1192/+228
2020-06-28Rollup merge of #73817 - jumbatm:rename-to-clashing-extern-declarations, r=pe...Manish Goregaokar-50/+77
2020-06-28Rollup merge of #73795 - JohnTitor:tests-for-const-fn-ptrs, r=oli-obkManish Goregaokar-0/+125
2020-06-28Rollup merge of #73774 - ecstatic-morse:liveness-of-projections, r=oli-obkManish Goregaokar-0/+48
2020-06-27Rollup merge of #73763 - davidtwco:terminal-width-json-emitter, r=estebankManish Goregaokar-0/+61
2020-06-27Rollup merge of #73708 - Aaron1011:feature/reland-move-fn-self-msg, r=davidtwcoManish Goregaokar-38/+444
2020-06-27Rollup merge of #73672 - nellshamrell:async-fix, r=estebankManish Goregaokar-15/+21
2020-06-27Rollup merge of #73525 - cuviper:llvm11, r=nikicManish Goregaokar-3/+3
2020-06-27Fix wording for anonymous parameter name helpJames Box-10/+10
2020-06-28Rename the lint to clashing_extern_declarations.jumbatm-50/+77
2020-06-27Fix comment.ecstatic-morse-1/+1
2020-06-28Add test for issue-72352Yuki Okushi-0/+29
2020-06-28Add test for issue-71611Yuki Okushi-0/+17
2020-06-28Add test for issue-71382Yuki Okushi-0/+32
2020-06-27Use an 'approximate' universal upper bound when reporting region errorsAaron Hill-10/+62
2020-06-27Add test for issue-71381Yuki Okushi-0/+47
2020-06-27Auto merge of #73779 - Manishearth:rollup-lwqd9jm, r=Manishearthbors-0/+62
2020-06-26Auto merge of #73596 - petrochenkov:shebang2, r=Mark-Simulacrumbors-5/+9
2020-06-26Rollup merge of #73485 - estebank:dedup-preds, r=nikomatsakisManish Goregaokar-0/+26
2020-06-26Rollup merge of #72771 - jyn514:rustdoc, r=ManishearthManish Goregaokar-0/+36
2020-06-26Explain move errors that occur due to method calls involving `self`Aaron Hill-38/+444
2020-06-26Add peek test for projectionsDylan MacKenzie-0/+48
2020-06-26rustc_lexer: Simplify shebang parsing once moreVadim Petrochenkov-5/+9
2020-06-26errors: use `-Z terminal-width` in JSON emitterDavid Wood-0/+61
2020-06-26Auto merge of #73513 - oli-obk:const_binop_overflow, r=estebankbors-870/+972
2020-06-26Generate docs for links to private items when passed --document-privateJoshua Nelson-0/+36
2020-06-26Show the values and computation that would overflow a const evaluation or pro...Oliver Scherer-870/+972
2020-06-26Rollup merge of #73681 - jackh726:chalk-0.14, r=nikomatsakisManish Goregaokar-38/+85
2020-06-26Rollup merge of #72620 - tmiasko:linkage-name, r=eddybManish Goregaokar-0/+42
2020-06-26Auto merge of #73746 - Manishearth:rollup-80jnynm, r=Manishearthbors-37/+725
2020-06-25Prepare for LLVM 11Josh Stone-3/+3
2020-06-25Rollup merge of #73674 - estebank:op-trait-bound-suggestion, r=davidtwcoManish Goregaokar-4/+77
2020-06-25Rollup merge of #73581 - GuillaumeGomez:add-0766, r=varkorManish Goregaokar-1/+2
2020-06-25Rollup merge of #73534 - estebank:borrowck-suggestions, r=matthewjasperManish Goregaokar-0/+264
2020-06-25Rollup merge of #73460 - tmandry:variant-lineinfo, r=oli-obkManish Goregaokar-2/+234
2020-06-25Rollup merge of #73418 - doctorn:variants-intrinsic, r=kennytmManish Goregaokar-0/+47
2020-06-25Rollup merge of #72770 - crlf0710:mixed_script_confusable, r=ManishearthManish Goregaokar-30/+101
2020-06-25Adds a clearer message for when the async keyword is missing from a functionNell Shamrell-15/+21
2020-06-25Auto merge of #71858 - petrochenkov:env, r=Mark-Simulacrumbors-0/+14
2020-06-26Implement mixed script confusable lint.Charles Lew-5/+76