| Age | Commit message (Expand) | Author | Lines |
| 2022-08-13 | Rollup merge of #100475 - chenyukang:fix-100461, r=fee1-dead | Michael Goulet | -0/+44 |
| 2022-08-13 | Rollup merge of #100464 - khyperia:lld-icf-on-windows, r=jyn514 | Michael Goulet | -1/+6 |
| 2022-08-13 | Rollup merge of #100447 - GuillaumeGomez:rm-clean-impl, r=Dylan-DPC | Michael Goulet | -25/+33 |
| 2022-08-13 | Rollup merge of #100445 - krasimirgg:llvm-16-msan, r=tmiasko | Michael Goulet | -1/+1 |
| 2022-08-13 | Rollup merge of #100438 - compiler-errors:issue-100360, r=lcnr | Michael Goulet | -0/+25 |
| 2022-08-13 | Rollup merge of #100434 - compiler-errors:issue-100373, r=cjgillot | Michael Goulet | -0/+28 |
| 2022-08-13 | Rollup merge of #100355 - camelid:has2-rename, r=GuillaumeGomez | Michael Goulet | -304/+310 |
| 2022-08-13 | rustdoc: Fix incorrect usage of `@!has` and `@!matches` | Noah Lev | -22/+24 |
| 2022-08-13 | Update `@!has` name in tests | Noah Lev | -127/+127 |
| 2022-08-13 | give a helpful diagnostic even when the next struct field has an attribute | yukang | -0/+44 |
| 2022-08-13 | Fix line lengths | Noah Lev | -3/+7 |
| 2022-08-13 | Rename `@hastext` to `@hasraw` (same for `matches`) | Noah Lev | -175/+175 |
| 2022-08-13 | Update tests: arity-2 `@{has,matches}` -> `...text` | Noah Lev | -168/+168 |
| 2022-08-13 | Rename `@{has,matches}-literal` to `...text` | Noah Lev | -7/+7 |
| 2022-08-13 | Use different name for arity-2 `@has` and `@matches` | Noah Lev | -9/+9 |
| 2022-08-13 | Auto merge of #100341 - andrewpollack:fuchsia-llvm-libunwind, r=tmandry | bors | -7/+5 |
| 2022-08-12 | Make `[rust] use-lld=true` work on windows | khyperia | -1/+6 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -5/+1 |
| 2022-08-12 | Bump bootstrap compiler | Mark Rousskov | -338/+338 |
| 2022-08-12 | Rollup merge of #100443 - est31:let_else_regression_tests, r=Mark-Simulacrum | Dylan DPC | -0/+62 |
| 2022-08-12 | Rollup merge of #100409 - jsha:highlight-lighter, r=GuillaumeGomez | Dylan DPC | -31/+25 |
| 2022-08-12 | Rollup merge of #100396 - chenyukang:fix-100394, r=petrochenkov | Dylan DPC | -0/+14 |
| 2022-08-12 | Rollup merge of #100366 - davidtwco:translation-never-fail, r=compiler-errors | Dylan DPC | -6/+25 |
| 2022-08-12 | Rollup merge of #100247 - cjgillot:verify-dyn-trait-alias-defaults, r=lcnr | Dylan DPC | -53/+101 |
| 2022-08-12 | Rollup merge of #100229 - RalfJung:extra-const-ub-checks, r=lcnr | Dylan DPC | -0/+117 |
| 2022-08-12 | remove Clean trait implementation for hir::BareFnTy | Guillaume Gomez | -17/+18 |
| 2022-08-12 | remove Clean trait implementation for hir::PathSegment | Guillaume Gomez | -8/+15 |
| 2022-08-12 | adapt test for msan message change | Krasimir Georgiev | -1/+1 |
| 2022-08-12 | Add regression test for #94176 | est31 | -0/+29 |
| 2022-08-12 | let-else: add a test for warnings on let-else with diverging tail | Cormac Relf | -0/+33 |
| 2022-08-12 | Auto merge of #100435 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2022-08-12 | Erase regions better in promote_candidate | Michael Goulet | -0/+25 |
| 2022-08-11 | Update cargo | Eric Huss | -0/+0 |
| 2022-08-12 | Auto merge of #99464 - nikic:llvm-15, r=cuviper | bors | -19/+53 |
| 2022-08-12 | Fix HIR pretty printing of let else | Michael Goulet | -0/+28 |
| 2022-08-12 | Auto merge of #100419 - flip1995:clippyup, r=Manishearth | bors | -826/+2239 |
| 2022-08-11 | rustdoc: don't generate DOM element for operator | Jacob Hoffman-Andrews | -31/+25 |
| 2022-08-11 | Patch lld for older toolchains | Josh Stone | -0/+0 |
| 2022-08-11 | Rollup merge of #100392 - nnethercote:simplify-visitors, r=cjgillot | Matthias Krüger | -8/+3 |
| 2022-08-11 | Rollup merge of #100374 - GuillaumeGomez:improve_rustdoc_search_results_page_... | Matthias Krüger | -68/+116 |
| 2022-08-11 | Rollup merge of #100350 - jhpratt:stringify-vis, r=cjgillot | Matthias Krüger | -2/+3 |
| 2022-08-11 | Rollup merge of #100307 - nnethercote:fix-96847, r=cjgillot | Matthias Krüger | -2/+16 |
| 2022-08-11 | Rollup merge of #99992 - jyn514:shell-scripts, r=Mark-Simulacrum | Matthias Krüger | -9/+28 |
| 2022-08-11 | Rollup merge of #99337 - jsha:simplify-highlight, r=GuillaumeGomez | Matthias Krüger | -79/+75 |
| 2022-08-11 | Rollup merge of #93896 - jsha:dark-colors, r=GuillaumeGomez | Matthias Krüger | -27/+12 |
| 2022-08-11 | Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyup | Philipp Krones | -826/+2239 |
| 2022-08-11 | Rollup merge of #100403 - GuillaumeGomez:improve-messages, r=jsha | Dylan DPC | -0/+21 |
| 2022-08-11 | Rollup merge of #100398 - nnethercote:improve-Zhir-stats, r=michaelwoerister | Dylan DPC | -0/+192 |
| 2022-08-11 | Rollup merge of #100391 - nnethercote:improve-size-assertions, r=lqd | Dylan DPC | -9/+10 |
| 2022-08-11 | Rollup merge of #100370 - GuillaumeGomez:rm-more-clean-impls, r=Dylan-DPC | Dylan DPC | -202/+213 |