| Age | Commit message (Expand) | Author | Lines |
| 2022-06-29 | Rollup merge of #98625 - RalfJung:retag, r=oli-obk | Dylan DPC | -5/+18 |
| 2022-06-29 | Rollup merge of #98607 - compiler-errors:tuple-wrap-suggestion, r=oli-obk | Dylan DPC | -179/+171 |
| 2022-06-29 | Rollup merge of #98554 - DrMeepster:box_unsizing_is_not_special, r=RalfJung | Dylan DPC | -17/+7 |
| 2022-06-29 | Rollup merge of #98499 - JulianKnodt:erase_lifetime, r=lcnr | Dylan DPC | -1/+2 |
| 2022-06-29 | Rollup merge of #98415 - compiler-errors:rustc-borrowck-session-diagnostic-1,... | Dylan DPC | -25/+103 |
| 2022-06-29 | Auto merge of #98558 - nnethercote:smallvec-1.8.1, r=lqd | bors | -30/+30 |
| 2022-06-29 | Auto merge of #98656 - Dylan-DPC:rollup-hhytn0c, r=Dylan-DPC | bors | -784/+828 |
| 2022-06-29 | Rollup merge of #98603 - compiler-errors:minor-borrowck-diagnostic-fixes, r=d... | Dylan DPC | -72/+42 |
| 2022-06-29 | Rollup merge of #98549 - RalfJung:interpret-stacktraces, r=oli-obk | Dylan DPC | -18/+13 |
| 2022-06-29 | Rollup merge of #98277 - compiler-errors:issue-93596, r=estebank | Dylan DPC | -10/+10 |
| 2022-06-29 | Rollup merge of #97786 - ferrocene:pa-fix-simulate-remap-prefix, r=Mark-Simul... | Dylan DPC | -16/+22 |
| 2022-06-29 | Rollup merge of #97542 - compiler-errors:arg-mismatch, r=jackh726 | Dylan DPC | -634/+712 |
| 2022-06-29 | Rollup merge of #97423 - m-ou-se:memory-ordering-intrinsics, r=tmiasko | Dylan DPC | -34/+29 |
| 2022-06-29 | Erase regions in new abstract consts | kadmin | -1/+2 |
| 2022-06-29 | Auto merge of #98542 - jackh726:coinductive-wf, r=oli-obk | bors | -25/+129 |
| 2022-06-28 | Don't point at another arg if we're already pointing at one | Michael Goulet | -8/+30 |
| 2022-06-29 | Auto merge of #98376 - nnethercote:improve-derive-PartialEq, r=petrochenkov | bors | -131/+88 |
| 2022-06-28 | Migrate some rustc_borrowck diagnostics to SessionDiagnostic | Michael Goulet | -25/+103 |
| 2022-06-28 | Do not use a suggestion to change a binding's name to a type | Michael Goulet | -26/+35 |
| 2022-06-28 | Remove redundant logic to suggest `as_ref` | Michael Goulet | -46/+7 |
| 2022-06-28 | Note concrete type being coerced into object | Michael Goulet | -2/+3 |
| 2022-06-28 | Fix trait object reborrow suggestion | Michael Goulet | -9/+8 |
| 2022-06-28 | fix silly mistake | DrMeepster | -1/+1 |
| 2022-06-28 | Auto merge of #98632 - matthiaskrgr:rollup-peg868d, r=matthiaskrgr | bors | -2/+4 |
| 2022-06-28 | Rollup merge of #98623 - pro465:patch-1, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-06-28 | Rollup merge of #98621 - krasimirgg:llvm-15-wrapper, r=nikic | Matthias Krüger | -0/+2 |
| 2022-06-28 | Rollup merge of #98609 - TaKO8Ki:fix-ice-for-associated-constant-generics, r=... | Matthias Krüger | -1/+1 |
| 2022-06-28 | Auto merge of #98188 - mystor:fast_group_punct, r=eddyb | bors | -281/+174 |
| 2022-06-28 | emit Retag for compound types with reference fields | Ralf Jung | -5/+18 |
| 2022-06-28 | fix typo in comment | Proloy Mishra | -1/+1 |
| 2022-06-28 | llvm-wrapper: adapt for an LLVM API change | Krasimir Georgiev | -0/+2 |
| 2022-06-28 | review changes | Nika Layzell | -104/+95 |
| 2022-06-28 | Auto merge of #98612 - Dylan-DPC:rollup-7tasikc, r=Dylan-DPC | bors | -92/+296 |
| 2022-06-28 | Rollup merge of #98420 - davidtwco:translation-lint-fixes-and-more-migration,... | Dylan DPC | -47/+187 |
| 2022-06-28 | Rollup merge of #98384 - rdzhaafar:fix-macos-rss-reporting, r=davidtwco,micha... | Dylan DPC | -0/+18 |
| 2022-06-28 | Rollup merge of #98337 - c410-f3r:assert-compiler, r=oli-obk | Dylan DPC | -15/+81 |
| 2022-06-28 | Rollup merge of #98261 - WaffleLapkin:attempt_to_remove_max_suggestion_highli... | Dylan DPC | -5/+0 |
| 2022-06-28 | Rollup merge of #97346 - JohnTitor:remove-back-compat-hacks, r=oli-obk | Dylan DPC | -25/+10 |
| 2022-06-28 | Auto merge of #98396 - cjgillot:iwfchir, r=petrochenkov | bors | -55/+33 |
| 2022-06-28 | fix ice for associated constant generics | Takayuki Maeda | -1/+1 |
| 2022-06-28 | Validate all fields of box instead of validating allocator specifically | DrMeepster | -2/+2 |
| 2022-06-28 | Remove `final_arg_types`, improve tuple wrapping suggestion | Michael Goulet | -172/+142 |
| 2022-06-28 | Rename/restructure memory ordering intrinsics. | Mara Bos | -34/+29 |
| 2022-06-27 | Use typed indices in argument mismatch algorithm | Michael Goulet | -634/+712 |
| 2022-06-28 | Take into account trait predicate coinductiveness | Jack Huey | -6/+36 |
| 2022-06-28 | Make empty bounds lower to WellFormed and make WellFormed coinductive | Jack Huey | -25/+99 |
| 2022-06-28 | Auto merge of #98222 - cjgillot:single-wf, r=michaelwoerister | bors | -177/+92 |
| 2022-06-27 | Auto merge of #98591 - matthiaskrgr:rollup-7dok1wq, r=matthiaskrgr | bors | -182/+147 |
| 2022-06-27 | Rollup merge of #98576 - lcnr:region-stuff-cool-beans, r=jackh726 | Matthias Krüger | -59/+38 |
| 2022-06-27 | Rollup merge of #98563 - RalfJung:interpret-alloc-check, r=oli-obk | Matthias Krüger | -51/+34 |