| Age | Commit message (Expand) | Author | Lines |
| 2021-01-23 | Rollup merge of #81288 - camelid:fix-trait-item-vis, r=jyn514 | Jonas Schievink | -0/+32 |
| 2021-01-23 | Rollup merge of #81249 - cjgillot:issue-79537, r=oli-obk | Jonas Schievink | -0/+68 |
| 2021-01-23 | Rollup merge of #81243 - osa1:fix_80742_2, r=RalfJung | Jonas Schievink | -3/+31 |
| 2021-01-23 | Auto merge of #80579 - RalfJung:no-fallible-promotion, r=oli-obk | bors | -281/+238 |
| 2021-01-23 | Auto merge of #80065 - b-naber:parse-angle-arg-diagnostics, r=petrochenkov | bors | -38/+141 |
| 2021-01-22 | rustdoc: Fix visibility of trait and impl items | Camelid | -0/+32 |
| 2021-01-22 | Auto merge of #72160 - slo1:libstd-setgroups, r=KodrAus | bors | -0/+26 |
| 2021-01-22 | bless tests | b-naber | -1/+1 |
| 2021-01-22 | add and update tests | b-naber | -38/+141 |
| 2021-01-22 | Auto merge of #81271 - m-ou-se:rollup-xv7gq3w, r=m-ou-se | bors | -65/+338 |
| 2021-01-22 | Rollup merge of #81236 - estebank:everybody-loop-now, r=oli-obk | Mara Bos | -65/+338 |
| 2021-01-22 | Auto merge of #81101 - tmiasko:combine-now, r=nagisa | bors | -70/+1 |
| 2021-01-22 | Auto merge of #80558 - lcnr:gat-variance, r=matthewjasper | bors | -0/+24 |
| 2021-01-22 | re-bless ui tests | Ralf Jung | -53/+5 |
| 2021-01-22 | expand successful-promotion test a bit | Ralf Jung | -16/+18 |
| 2021-01-22 | do promote array indexing if we know it is in-bounds | Ralf Jung | -44/+47 |
| 2021-01-22 | avoid promoting division, modulo and indexing operations that could fail | Ralf Jung | -278/+278 |
| 2021-01-21 | Update src/test/ui/command/command-setgroups.rs to ignore windows | slo1 | -0/+1 |
| 2021-01-21 | Update src/test/ui/command/command-setgroups.rs | slo1 | -0/+6 |
| 2021-01-21 | Add setgroups to std::os::unix::process::CommandExt | slo1 | -0/+19 |
| 2021-01-22 | Auto merge of #81135 - jyn514:no-backticks, r=flip1995 | bors | -22/+22 |
| 2021-01-21 | Do not suggest using a break label when one is already present | Esteban Küber | -18/+6 |
| 2021-01-21 | Parse loop labels missing a leading `'` | Esteban Küber | -17/+22 |
| 2021-01-21 | Avoid emitting redundant "unused label" lint | Esteban Küber | -63/+17 |
| 2021-01-21 | Add more misspelled label tests | Esteban Küber | -15/+173 |
| 2021-01-21 | Tweak error for invalid `break expr` | Esteban Küber | -55/+119 |
| 2021-01-21 | Suggest `'a` when given `a` only when appropriate | Esteban Küber | -21/+27 |
| 2021-01-21 | Account for labels when suggesting `loop` instead of `while true` | Esteban Küber | -9/+107 |
| 2021-01-22 | Auto merge of #81177 - Aaron1011:fix/force-capture-tokens, r=petrochenkov | bors | -0/+130 |
| 2021-01-21 | Lower closure prototype after its body. | Camille GILLOT | -0/+68 |
| 2021-01-21 | mir: Improve size_of handling when arg is unsized | Ömer Sinan Ağacan | -3/+31 |
| 2021-01-21 | require gat substs to be invariant | Bastian Kauschke | -0/+24 |
| 2021-01-21 | Auto merge of #81240 - JohnTitor:rollup-ieaz82a, r=JohnTitor | bors | -4/+140 |
| 2021-01-21 | Rollup merge of #81185 - osa1:fix_80742, r=oli-obk | Yuki Okushi | -0/+75 |
| 2021-01-21 | Rollup merge of #81046 - rylev:unknown-external-crate, r=estebank | Yuki Okushi | -4/+34 |
| 2021-01-21 | Rollup merge of #80429 - JulianKnodt:ob_forest, r=Mark-Simulacrum | Yuki Okushi | -0/+31 |
| 2021-01-21 | Auto merge of #80958 - bstrie:deptbdnums, r=KodrAus | bors | -1/+1 |
| 2021-01-20 | Deprecate-in-future the constants superceded by RFC 2700 | bstrie | -1/+1 |
| 2021-01-20 | Remove flaky test | Joshua Nelson | -6/+0 |
| 2021-01-20 | Force token collection to run when parsing nonterminals | Aaron Hill | -0/+130 |
| 2021-01-20 | Auto merge of #81118 - ojeda:metadata-obj, r=nagisa | bors | -0/+7 |
| 2021-01-19 | Address review v2 | Rune Tynan | -46/+40 |
| 2021-01-19 | Add jsondocck tool, and use it for rustdoc JSON | Rune Tynan | -988/+63 |
| 2021-01-19 | Fix ICE in mir when evaluating SizeOf on unsized type | Ömer Sinan Ağacan | -0/+75 |
| 2021-01-19 | Auto merge of #81186 - GuillaumeGomez:rollup-y2d04g9, r=GuillaumeGomez | bors | -17/+96 |
| 2021-01-19 | Rollup merge of #81147 - estebank:drop-suggestion, r=varkor | Guillaume Gomez | -17/+96 |
| 2021-01-19 | Auto merge of #81110 - LeSeulArtichaut:fix-unused-unsafe-label, r=RalfJung | bors | -16/+39 |
| 2021-01-19 | Auto merge of #81103 - zackmdavis:comma_trail, r=davidtwco | bors | -5/+44 |
| 2021-01-19 | Auto merge of #81042 - sasurau4:fix/unclear-error-with-trait, r=estebank | bors | -2/+32 |
| 2021-01-18 | Auto merge of #80707 - oli-obk:stability_hole_const_intrinsics, r=RalfJung | bors | -0/+50 |