about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-11-27Auto merge of #66677 - wesleywiser:fix_const_prop_alloc_id_ice, r=oli-obkbors-7/+31
2019-11-27Auto merge of #66675 - GuillaumeGomez:support-anchors-intra-doc-links, r=kinn...bors-28/+117
2019-11-26Rollup merge of #66788 - ecstatic-morse:const-fn-unreachable, r=CentrilTyler Mandry-0/+21
2019-11-26Rollup merge of #66786 - jyn514:const-if-match-tests, r=CentrilTyler Mandry-0/+21
2019-11-26Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPCTyler Mandry-251/+72
2019-11-26Remove test for #66758Dylan MacKenzie-6/+0
2019-11-26Add regression test for #66756Dylan MacKenzie-0/+27
2019-11-26Test multiple variantsJoshua Nelson-0/+2
2019-11-26Auto merge of #66631 - michaelwoerister:additional-pgo-tests, r=alexcrichtonbors-0/+251
2019-11-26PGO: Make branch-weights regression test more robust.Michael Woerister-10/+10
2019-11-26Auto merge of #66561 - TimoFreiberg:trait-name-report, r=estebankbors-7/+137
2019-11-26Auto merge of #66522 - tmiasko:sanitize-flags, r=alexcrichtonbors-0/+62
2019-11-25Add wildcard test for const_if_matchJoshua Nelson-0/+19
2019-11-25Auto merge of #66178 - Aaron1011:fix/opaque-normalize, r=varkorbors-41/+103
2019-11-25Tweak removed feature errorEsteban Küber-6/+2
2019-11-25Tweak bad `continue` errorEsteban Küber-7/+2
2019-11-25Tweak duplicate matcher binding errorEsteban Küber-28/+12
2019-11-25Tweak duplicate fmt arg errorEsteban Küber-7/+3
2019-11-25Tweak move error due to non-CopyEsteban Küber-168/+29
2019-11-25Tweak multiple allocators errorEsteban Küber-7/+4
2019-11-25Fix capitalization when mentioning different crate versions in E0308Esteban Küber-12/+4
2019-11-25Auto merge of #66739 - pietroalbini:rollup-2t2pd4a, r=pietroalbinibors-0/+33
2019-11-25Rollup merge of #66512 - jsgf:process-argv0, r=Dylan-DPCPietro Albini-0/+33
2019-11-25Update error messagesGuillaume Gomez-36/+36
2019-11-25Auto merge of #66682 - estebank:fn-type-err, r=davidtwcobors-34/+34
2019-11-25Auto merge of #66669 - petrochenkov:tup2attr, r=matthewjasperbors-0/+22
2019-11-24Fix some rustdoc error capitalizationEsteban Küber-16/+16
2019-11-25Auto merge of #66671 - matthewjasper:ast-address-of, r=Centrilbors-1/+382
2019-11-24Fix missing characterAaron Hill-1/+1
2019-11-24bug!() on const inference variable in opaque typeAaron Hill-0/+72
2019-11-24Improve error message when opaque type is not fully constrainedAaron Hill-41/+9
2019-11-24Fix opaque types resulting from projections in function signatureAaron Hill-0/+22
2019-11-24Auto merge of #66647 - petrochenkov:nosynt, r=Centrilbors-224/+39
2019-11-24Add tests for raw_ref_opMatthew Jasper-11/+373
2019-11-24Add raw address of expressions to the AST and HIRMatthew Jasper-0/+19
2019-11-24fixup! Add negative tests where the diagnostic message would be wrongTimo Freiberg-14/+103
2019-11-24Add version mismatch help message for unimplemented traitTimo Freiberg-7/+48
2019-11-24Auto merge of #66592 - estebank:raw-raw-ah-ah-ah, r=cramertjbors-30/+45
2019-11-24rustc_plugin: Remove support for syntactic pluginsVadim Petrochenkov-224/+39
2019-11-24expand: Fully preserve visibilities on unnamed fields with attributesVadim Petrochenkov-0/+11
2019-11-24def_collector: Do not forget to save indices of fields with multiple attributesVadim Petrochenkov-0/+11
2019-11-24Rollup merge of #66641 - VirrageS:master, r=CentrilMazdak Farrokhzad-0/+34
2019-11-24Rollup merge of #64856 - jonhoo:format-temporaries, r=sfacklerMazdak Farrokhzad-26/+52
2019-11-23Rework raw ident suggestionsEsteban Küber-30/+45
2019-11-23Highlight parts of fn in type errorsEsteban Küber-34/+34
2019-11-23Rollup merge of #66655 - ollie27:rustdoc_extern-private_unstable, r=Guillaume...Mazdak Farrokhzad-0/+1
2019-11-23Rollup merge of #66539 - estebank:let-ty, r=CentrilMazdak Farrokhzad-348/+662
2019-11-23Rollup merge of #61351 - GuillaumeGomez:stabilize-cfg-rustdoc, r=QuietMisdreavusMazdak Farrokhzad-16/+15
2019-11-23[const prop] Fix "alloc id without corresponding allocation" ICEWesley Wiser-7/+31
2019-11-23Add test for anchorsGuillaume Gomez-0/+89