about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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
2020-06-25Auto merge of #73711 - Dylan-DPC:rollup-kzx15of, r=Dylan-DPCbors-0/+466
2020-06-25Update UI testGuillaume Gomez-1/+2
2020-06-24Modify type names on MSVC to make tuples .natvis compatible.MaulingMonkey-0/+109
2020-06-24Provide suggestions for some moved value errorsEsteban Küber-0/+264
2020-06-25Rollup merge of #73634 - nbdd0121:typeck, r=nikomatsakisDylan DPC-0/+82
2020-06-25Rollup merge of #72700 - davidtwco:issue-66220-improper-ctypes-declarations, ...Dylan DPC-0/+384
2020-06-24Suggest type param trait bound for binop only when appropriateEsteban Küber-28/+33
2020-06-24Implement associated lang itemsAaron Hill-0/+48
2020-06-24Split out async fn and generator testTyler Mandry-72/+102
2020-06-24Give up on checking filenameTyler Mandry-8/+4
2020-06-24Add generator-debug test for MSVCTyler Mandry-0/+88
2020-06-24Generalize generator-debug test a bitTyler Mandry-21/+19
2020-06-24Improve GeneratorLayout debug outputTyler Mandry-2/+28
2020-06-24Add test for generator debuginfoTyler Mandry-0/+94
2020-06-24Emit line info for generator variantsTyler Mandry-2/+2
2020-06-24review comments: clean up codeEsteban Küber-1/+1
2020-06-24Fix testsNathan Corbyn-0/+1
2020-06-24Implement intrinsicNathan Corbyn-0/+46
2020-06-24Rollup merge of #73652 - da-x:add-reexported-to-use-suggestions, r=petrochenkovDylan DPC-9/+20
2020-06-24Rollup merge of #73646 - JohnTitor:add-tests, r=Dylan-DPCDylan DPC-0/+152
2020-06-24Rollup merge of #73639 - ayazhafiz:i/73553, r=davidtwcoDylan DPC-0/+43
2020-06-24improper_ctypes: allow pointers to sized typesDavid Wood-84/+24
2020-06-24lints: add `improper_ctypes_definitions`David Wood-0/+444
2020-06-24Add `format_args_capture` featureDavid Hewitt-0/+205
2020-06-24Update ChalkJack Huey-38/+85
2020-06-24Auto merge of #73293 - Aaron1011:feature/macro-rules-arg-capture, r=petrochenkovbors-0/+179
2020-06-23Tweak binop errorsEsteban Küber-3/+71
2020-06-23Auto merge of #73669 - Manishearth:rollup-0n4u7vq, r=Manishearthbors-73/+302
2020-06-23Rollup merge of #73630 - estebank:fn-item-e0308, r=davidtwcoManish Goregaokar-10/+55
2020-06-23Rollup merge of #73613 - oli-obk:const_prop_miscompile, r=wesleywiserManish Goregaokar-40/+166
2020-06-23Rollup merge of #73601 - Aaron1011:fix/better-mono-overflow-err, r=ecstatic-m...Manish Goregaokar-23/+52
2020-06-23Rollup merge of #72780 - GuillaumeGomez:enforce-doc-alias-check, r=ollie27Manish Goregaokar-0/+29
2020-06-23review comments: wording and styleEsteban Küber-20/+20
2020-06-23Auto merge of #73644 - ollie27:rustdoc_alias_filter, r=GuillaumeGomezbors-0/+37