| Age | Commit message (Expand) | Author | Lines |
| 2021-02-23 | Auto merge of #82076 - jyn514:update-bootstrap, r=Mark-Simulacrum | bors | -42/+42 |
| 2021-02-22 | Set RUST_BACKTRACE=0 when running `treat-err-as-bug` tests | Aaron Hill | -2/+4 |
| 2021-02-23 | Rollup merge of #81769 - estebank:tail-expr-as-potential-return, r=lcnr | Dylan DPC | -40/+94 |
| 2021-02-23 | Rollup merge of #81235 - reese:rw-tuple-diagnostics, r=estebank | Dylan DPC | -4/+64 |
| 2021-02-23 | Rollup merge of #79423 - camelid:smart-punct, r=jyn514 | Dylan DPC | -1/+31 |
| 2021-02-23 | expand: Preserve order of inert attributes during expansion | Vadim Petrochenkov | -48/+41 |
| 2021-02-23 | Add tests | Vadim Petrochenkov | -6/+87 |
| 2021-02-22 | New mir-opt pass to simplify gotos with const values | Simon Vandel Sillesen | -355/+482 |
| 2021-02-22 | Test hexagon-enum only when llvm target is present | Simonas Kazlauskas | -5/+6 |
| 2021-02-22 | Update test cases | 0yoyoyo | -54/+54 |
| 2021-02-22 | Fix mir-cfg dumps | Ömer Sinan Ağacan | -0/+11 |
| 2021-02-22 | Auto merge of #77551 - simonvandel:extend-simplify-branch-same, r=oli-obk | bors | -247/+337 |
| 2021-02-22 | Auto merge of #82393 - JohnTitor:rollup-5c8jryl, r=JohnTitor | bors | -12/+525 |
| 2021-02-22 | Rollup merge of #82379 - nagisa:nagisa/hexagon-enums, r=estebank | Yuki Okushi | -0/+475 |
| 2021-02-22 | Rollup merge of #82351 - notriddle:docs-meta-description, r=jyn514 | Yuki Okushi | -0/+38 |
| 2021-02-22 | Rollup merge of #82287 - r00ster91:field_name_and, r=petrochenkov | Yuki Okushi | -12/+12 |
| 2021-02-21 | fix rebase | Esteban Küber | -2/+2 |
| 2021-02-22 | Auto merge of #79979 - GuillaumeGomez:rustdoc-gui-tests, r=Mark-Simulacrum | bors | -0/+100 |
| 2021-02-21 | tidy | Esteban Küber | -1/+0 |
| 2021-02-21 | Do not suggest `;` if expression is side effect free | Esteban Küber | -47/+21 |
| 2021-02-21 | reword `;` suggestions to have consistent wording | Esteban Küber | -8/+8 |
| 2021-02-21 | Suggest `return`ing tail expressions that match return type | Esteban Küber | -2/+83 |
| 2021-02-22 | Auto merge of #82295 - jyn514:feature-gate, r=Manishearth | bors | -0/+8 |
| 2021-02-22 | Fix sizes of repr(C) enums on hexagon | Simonas Kazlauskas | -0/+475 |
| 2021-02-21 | New pass to deduplicate blocks | Simon Vandel Sillesen | -1/+115 |
| 2021-02-21 | Make MatchBranchSimplification clean up after itself | Simon Vandel Sillesen | -246/+222 |
| 2021-02-21 | Update src/test/rustdoc/description.rs | Michael Howell | -0/+1 |
| 2021-02-21 | Update src/test/rustdoc/description.rs | Michael Howell | -0/+1 |
| 2021-02-21 | Add rustdoc gui tests | Guillaume Gomez | -0/+100 |
| 2021-02-21 | Auto merge of #82359 - JohnTitor:rollup-6puemik, r=JohnTitor | bors | -8/+4 |
| 2021-02-21 | Add indication of anonymous lifetime position | 0yoyoyo | -49/+34 |
| 2021-02-21 | Rollup merge of #82233 - ijackson:try-block-type-test, r=Mark-Simulacrum | Yuki Okushi | -8/+4 |
| 2021-02-21 | Auto merge of #79100 - a1phyr:better_assert_eq, r=m-ou-se | bors | -816/+230 |
| 2021-02-20 | Use has for non-regexes | Michael Howell | -6/+6 |
| 2021-02-20 | Fix formatting for description rustdoc UI tests | Michael Howell | -9/+14 |
| 2021-02-20 | Add rustdoc UI tests for new description behaviour | Michael Howell | -0/+31 |
| 2021-02-20 | Update the bootstrap compiler | Joshua Nelson | -42/+42 |
| 2021-02-20 | Fix suggestion span and move suggestions into new subwindow. | Reese Williams | -18/+36 |
| 2021-02-20 | Rollup merge of #82332 - GuillaumeGomez:no-src-link-on-dummy-spans, r=jyn514 | Guillaume Gomez | -0/+12 |
| 2021-02-20 | Rollup merge of #81991 - osa1:issue81839, r=estebank | Guillaume Gomez | -6/+56 |
| 2021-02-20 | Add test for no src links on dummy spans | Guillaume Gomez | -0/+12 |
| 2021-02-20 | Make "missing field" error message more natural | r00ster91 | -12/+12 |
| 2021-02-20 | Update LLVM to pull in fixes to llvm-dwp | Simonas Kazlauskas | -0/+3 |
| 2021-02-20 | Test CU directory is the work_dir | Simonas Kazlauskas | -0/+9 |
| 2021-02-20 | Take into account target default syntax | asquared31415 | -12/+35 |
| 2021-02-20 | Implement using @set values | Nixon Enraght-Moony | -1/+2 |
| 2021-02-20 | Implement @set | Nixon Enraght-Moony | -0/+3 |
| 2021-02-19 | Lower condition of `if` expression before it's "then" block | Esteban Küber | -0/+27 |
| 2021-02-20 | Add @is command to jsondocck | Nixon Enraght-Moony | -10/+10 |
| 2021-02-19 | Add tests for !Sized trait display | Guillaume Gomez | -0/+17 |