about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-01-23Rollup merge of #81288 - camelid:fix-trait-item-vis, r=jyn514Jonas Schievink-0/+32
2021-01-23Rollup merge of #81249 - cjgillot:issue-79537, r=oli-obkJonas Schievink-0/+68
2021-01-23Rollup merge of #81243 - osa1:fix_80742_2, r=RalfJungJonas Schievink-3/+31
2021-01-23Auto merge of #80579 - RalfJung:no-fallible-promotion, r=oli-obkbors-281/+238
2021-01-23Auto merge of #80065 - b-naber:parse-angle-arg-diagnostics, r=petrochenkovbors-38/+141
2021-01-22rustdoc: Fix visibility of trait and impl itemsCamelid-0/+32
2021-01-22Auto merge of #72160 - slo1:libstd-setgroups, r=KodrAusbors-0/+26
2021-01-22bless testsb-naber-1/+1
2021-01-22add and update testsb-naber-38/+141
2021-01-22Auto merge of #81271 - m-ou-se:rollup-xv7gq3w, r=m-ou-sebors-65/+338
2021-01-22Rollup merge of #81236 - estebank:everybody-loop-now, r=oli-obkMara Bos-65/+338
2021-01-22Auto merge of #81101 - tmiasko:combine-now, r=nagisabors-70/+1
2021-01-22Auto merge of #80558 - lcnr:gat-variance, r=matthewjasperbors-0/+24
2021-01-22re-bless ui testsRalf Jung-53/+5
2021-01-22expand successful-promotion test a bitRalf Jung-16/+18
2021-01-22do promote array indexing if we know it is in-boundsRalf Jung-44/+47
2021-01-22avoid promoting division, modulo and indexing operations that could failRalf Jung-278/+278
2021-01-21Update src/test/ui/command/command-setgroups.rs to ignore windowsslo1-0/+1
2021-01-21Update src/test/ui/command/command-setgroups.rsslo1-0/+6
2021-01-21Add setgroups to std::os::unix::process::CommandExtslo1-0/+19
2021-01-22Auto merge of #81135 - jyn514:no-backticks, r=flip1995bors-22/+22
2021-01-21Do not suggest using a break label when one is already presentEsteban Küber-18/+6
2021-01-21Parse loop labels missing a leading `'`Esteban Küber-17/+22
2021-01-21Avoid emitting redundant "unused label" lintEsteban Küber-63/+17
2021-01-21Add more misspelled label testsEsteban Küber-15/+173
2021-01-21Tweak error for invalid `break expr`Esteban Küber-55/+119
2021-01-21Suggest `'a` when given `a` only when appropriateEsteban Küber-21/+27
2021-01-21Account for labels when suggesting `loop` instead of `while true`Esteban Küber-9/+107
2021-01-22Auto merge of #81177 - Aaron1011:fix/force-capture-tokens, r=petrochenkovbors-0/+130
2021-01-21Lower closure prototype after its body.Camille GILLOT-0/+68
2021-01-21mir: Improve size_of handling when arg is unsizedÖmer Sinan Ağacan-3/+31
2021-01-21require gat substs to be invariantBastian Kauschke-0/+24
2021-01-21Auto merge of #81240 - JohnTitor:rollup-ieaz82a, r=JohnTitorbors-4/+140
2021-01-21Rollup merge of #81185 - osa1:fix_80742, r=oli-obkYuki Okushi-0/+75
2021-01-21Rollup merge of #81046 - rylev:unknown-external-crate, r=estebankYuki Okushi-4/+34
2021-01-21Rollup merge of #80429 - JulianKnodt:ob_forest, r=Mark-SimulacrumYuki Okushi-0/+31
2021-01-21Auto merge of #80958 - bstrie:deptbdnums, r=KodrAusbors-1/+1
2021-01-20Deprecate-in-future the constants superceded by RFC 2700bstrie-1/+1
2021-01-20Remove flaky testJoshua Nelson-6/+0
2021-01-20Force token collection to run when parsing nonterminalsAaron Hill-0/+130
2021-01-20Auto merge of #81118 - ojeda:metadata-obj, r=nagisabors-0/+7
2021-01-19Address review v2Rune Tynan-46/+40
2021-01-19Add jsondocck tool, and use it for rustdoc JSONRune Tynan-988/+63
2021-01-19Fix ICE in mir when evaluating SizeOf on unsized typeÖmer Sinan Ağacan-0/+75
2021-01-19Auto merge of #81186 - GuillaumeGomez:rollup-y2d04g9, r=GuillaumeGomezbors-17/+96
2021-01-19Rollup merge of #81147 - estebank:drop-suggestion, r=varkorGuillaume Gomez-17/+96
2021-01-19Auto merge of #81110 - LeSeulArtichaut:fix-unused-unsafe-label, r=RalfJungbors-16/+39
2021-01-19Auto merge of #81103 - zackmdavis:comma_trail, r=davidtwcobors-5/+44
2021-01-19Auto merge of #81042 - sasurau4:fix/unclear-error-with-trait, r=estebankbors-2/+32
2021-01-18Auto merge of #80707 - oli-obk:stability_hole_const_intrinsics, r=RalfJungbors-0/+50