| Age | Commit message (Expand) | Author | Lines |
| 2022-05-26 | Allow some internal instability | Maybe Waffle | -0/+1 |
| 2022-05-24 | Stabilize checked slice->str conversion functions | Maybe Waffle | -5/+5 |
| 2022-05-24 | Auto merge of #97121 - pvdrz:do-subdiagnostics-later, r=davidtwco | bors | -84/+91 |
| 2022-05-24 | Auto merge of #96098 - JakobDegen:always-return-place, r=oli-obk | bors | -412/+422 |
| 2022-05-24 | Auto merge of #97342 - JohnTitor:rollup-zqxctaw, r=JohnTitor | bors | -81/+219 |
| 2022-05-24 | Rollup merge of #97337 - tbu-:pr_fix_stabilization_ipv4_mapped, r=Mark-Simula... | Yuki Okushi | -1/+1 |
| 2022-05-24 | Rollup merge of #97336 - tshepang:typo, r=cjgillot | Yuki Okushi | -1/+1 |
| 2022-05-24 | Rollup merge of #97290 - jyn514:fast-submodules, r=Mark-Simulacrum | Yuki Okushi | -48/+30 |
| 2022-05-24 | Rollup merge of #97289 - compiler-errors:tcxify-clippy, r=Mark-Simulacrum | Yuki Okushi | -24/+24 |
| 2022-05-24 | Rollup merge of #97240 - TaKO8Ki:improve-errors-about-typos-on-variables, r=c... | Yuki Okushi | -7/+163 |
| 2022-05-23 | Turn on `fast_submodules` unconditionally | Joshua Nelson | -48/+30 |
| 2022-05-24 | Auto merge of #97272 - jackh726:ban-compare-mode-nll, r=Mark-Simulacrum | bors | -23/+48 |
| 2022-05-24 | Fix stabilization version of `Ipv6Addr::to_ipv4_mapped` | Tobias Bucher | -1/+1 |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -412/+422 |
| 2022-05-23 | typo | Tshepang Lekhonkhobe | -1/+1 |
| 2022-05-23 | Auto merge of #97120 - Kobzol:rustc-pgo-expansion, r=Mark-Simulacrum | bors | -3/+4 |
| 2022-05-23 | Auto merge of #94053 - GuillaumeGomez:fields-stripped, r=notriddle | bors | -54/+75 |
| 2022-05-23 | Lifetime variance fixes for clippy | Michael Goulet | -24/+24 |
| 2022-05-23 | Add bitmaps and diesel to `rustc` PGO benchmarks | Jakub Beránek | -3/+4 |
| 2022-05-23 | Auto merge of #97315 - Dylan-DPC:rollup-2wee2oz, r=Dylan-DPC | bors | -88/+229 |
| 2022-05-23 | Rollup merge of #97309 - JohnTitor:issue-90400, r=compiler-errors | Dylan DPC | -0/+106 |
| 2022-05-23 | Rollup merge of #97292 - compiler-errors:tcxify-rustc, r=davidtwco | Dylan DPC | -86/+92 |
| 2022-05-23 | Rollup merge of #97286 - GuillaumeGomez:eslint-check-fn, r=notriddle | Dylan DPC | -0/+1 |
| 2022-05-23 | Rollup merge of #96129 - mattheww:2022-04_float_rounding, r=Dylan-DPC | Dylan DPC | -2/+30 |
| 2022-05-23 | Auto merge of #92461 - rust-lang:const_tls_local_panic_count, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-05-23 | Greatly extend explanations on strip_hidden items | Guillaume Gomez | -1/+8 |
| 2022-05-23 | add typo suggestions for all `AssocSuggestion` variants | Takayuki Maeda | -5/+105 |
| 2022-05-23 | Auto merge of #97195 - notriddle:notriddle/cleanup, r=GuillaumeGomez | bors | -37/+38 |
| 2022-05-23 | Add some regression tests for #90400 | Yuki Okushi | -0/+106 |
| 2022-05-23 | Auto merge of #97304 - Dylan-DPC:rollup-qxrfddc, r=Dylan-DPC | bors | -148/+118 |
| 2022-05-23 | Rollup merge of #97303 - compiler-errors:arg-typos, r=jackh726 | Dylan DPC | -6/+31 |
| 2022-05-23 | Rollup merge of #97294 - jersou:patch-1, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2022-05-23 | Rollup merge of #97271 - JohnTitor:issue-91949, r=compiler-errors | Dylan DPC | -0/+55 |
| 2022-05-23 | Rollup merge of #97254 - jhpratt:remove-crate-vis, r=cjgillot | Dylan DPC | -136/+19 |
| 2022-05-23 | Rollup merge of #97087 - Nilstrieb:clarify-slice-iteration-order, r=dtolnay | Dylan DPC | -4/+11 |
| 2022-05-23 | Auto merge of #96100 - Raekye:master, r=dtolnay | bors | -4/+4 |
| 2022-05-22 | Fix some typos in arg checking algorithm | Michael Goulet | -6/+31 |
| 2022-05-22 | Disallow non-same compare-mode-nll | Jack Huey | -23/+48 |
| 2022-05-23 | Auto merge of #96455 - dtolnay:writetmp, r=m-ou-se | bors | -14/+118 |
| 2022-05-22 | Fix clippy explicit_write lint for new writeln implementation | David Tolnay | -2/+34 |
| 2022-05-23 | Auto merge of #96906 - tbu-:pr_stabilize_to_ipv4_mapped, r=dtolnay | bors | -5/+5 |
| 2022-05-22 | Make write/print macros eagerly drop temporaries | David Tolnay | -12/+14 |
| 2022-05-22 | Add test of temporaries inside format_args of core/std macros | David Tolnay | -0/+70 |
| 2022-05-22 | Clean up `&args[..]`, use more readable `args.iter()` instead | Michael Howell | -4/+4 |
| 2022-05-23 | std::time : fix doc variable name | jersou | -2/+2 |
| 2022-05-22 | Auto merge of #97258 - jackh726:nll-revisions, r=cjgillot | bors | -1080/+2273 |
| 2022-05-22 | Lifetime variance fixes for rustc | Michael Goulet | -86/+92 |
| 2022-05-22 | Add new eslint rule to prevent whitespace before function call paren | Guillaume Gomez | -0/+1 |
| 2022-05-22 | Use revisions for NLL in lifetimes | Jack Huey | -145/+398 |
| 2022-05-22 | Use revisions for NLL in suggestions | Jack Huey | -93/+330 |