about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-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-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
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-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-24Update ChalkJack Huey-38/+85