| Age | Commit message (Expand) | Author | Lines |
| 2023-07-03 | Update `debuginfo` test output to describe new structure of `Rc`/`Arc` | Trevor Gross | -13/+13 |
| 2023-06-30 | Add support for allocators in `Rc` and `Arc` | Cyborus04 | -1/+1 |
| 2023-06-30 | Add support for allocators in `Rc` and `Arc` | Cyborus04 | -300/+1518 |
| 2023-06-30 | Auto merge of #109524 - bzEq:aix-embed-llvmbc, r=nagisa | bors | -2/+19 |
| 2023-06-30 | Auto merge of #106619 - agausmann:avr-object-file, r=nagisa | bors | -1/+350 |
| 2023-06-30 | Auto merge of #113188 - matthiaskrgr:rollup-j3abaks, r=matthiaskrgr | bors | -99/+327 |
| 2023-06-30 | Rollup merge of #113177 - estebank:hrlt-sugg, r=compiler-errors | Matthias Krüger | -64/+157 |
| 2023-06-30 | Rollup merge of #113171 - spastorino:new-rpitit-25, r=compiler-errors | Matthias Krüger | -9/+34 |
| 2023-06-30 | Rollup merge of #113165 - compiler-errors:rpitits-foreign-bounds, r=spastorino | Matthias Krüger | -0/+7 |
| 2023-06-30 | Rollup merge of #113071 - compiler-errors:no-parent-non-lifetime-args-in-apit... | Matthias Krüger | -15/+114 |
| 2023-06-30 | Rollup merge of #111403 - y21:suggest-slice-swap, r=compiler-errors | Matthias Krüger | -3/+5 |
| 2023-06-30 | Rollup merge of #107624 - tgross35:const-cstr-methods, r=dtolnay | Matthias Krüger | -8/+10 |
| 2023-06-30 | Auto merge of #113162 - matthiaskrgr:rollup-fct3wj7, r=matthiaskrgr | bors | -790/+1053 |
| 2023-06-29 | Properly implement variances_of for RPITIT GAT | Santiago Pastorino | -9/+34 |
| 2023-06-30 | Auto merge of #113116 - nnethercote:codegen-opts, r=oli-obk | bors | -117/+32 |
| 2023-06-30 | Use structured suggestion when telling user about `for<'a>` | Esteban Küber | -64/+157 |
| 2023-06-29 | Auto merge of #112682 - spastorino:new-rpitit-21, r=compiler-errors | bors | -104/+207 |
| 2023-06-29 | Auto merge of #113059 - Kobzol:ci-concurrency-fix, r=pietroalbini | bors | -4/+5 |
| 2023-06-29 | Do not generate lifetime_mapping for RPIT no in_trait | Santiago Pastorino | -12/+32 |
| 2023-06-29 | Add bidirectional where clauses on RPITIT synthesized GATs | Santiago Pastorino | -36/+92 |
| 2023-06-29 | add `slice::swap` suggestion | y21 | -3/+5 |
| 2023-06-29 | Intern OpaqueTy on ItemKind::OpaqueTy | Santiago Pastorino | -9/+9 |
| 2023-06-29 | Reorganize opaque lowering code | Santiago Pastorino | -43/+50 |
| 2023-06-29 | Do not remove previously added predicates in param_env, extend them instead | Santiago Pastorino | -1/+3 |
| 2023-06-29 | Extract compute_bidirectional_outlives_predicates fn | Santiago Pastorino | -33/+51 |
| 2023-06-29 | Encode item bounds for DefKind::ImplTraitPlaceholder | Michael Goulet | -0/+7 |
| 2023-06-29 | Auto merge of #113108 - compiler-errors:normalize-opaques-with-late-bound-var... | bors | -24/+95 |
| 2023-06-29 | Rollup merge of #113161 - Bryanskiy:err_msg, r=petrochenkov | Matthias Krüger | -109/+120 |
| 2023-06-29 | Rollup merge of #113144 - compiler-errors:elaborate-clauses, r=oli-obk | Matthias Krüger | -40/+42 |
| 2023-06-29 | Rollup merge of #112795 - He1pa:translation_builtin_macros, r=davidtwco | Matthias Krüger | -32/+134 |
| 2023-06-29 | Rollup merge of #112300 - Zalathar:run-coverage, r=wesleywiser | Matthias Krüger | -356/+523 |
| 2023-06-29 | Rollup merge of #112234 - ozkanonur:hotfix, r=jyn514 | Matthias Krüger | -9/+41 |
| 2023-06-29 | Rollup merge of #112086 - petrochenkov:impambig, r=oli-obk | Matthias Krüger | -230/+53 |
| 2023-06-29 | Rollup merge of #111322 - mirkootter:master, r=davidtwco | Matthias Krüger | -14/+140 |
| 2023-06-29 | Fix type privacy lints error message | Bryanskiy | -109/+120 |
| 2023-06-29 | CI: do not cancel concurrent builds on the same branch | Jakub Beránek | -4/+5 |
| 2023-06-29 | Auto merge of #113151 - RalfJung:miri, r=RalfJung,oli-obk | bors | -474/+3206 |
| 2023-06-29 | Use a valid `target` directory in miri ui tests | Oli Scherer | -0/+1 |
| 2023-06-29 | resolve: Remove artificial import ambiguity errors | Vadim Petrochenkov | -230/+53 |
| 2023-06-29 | refactor `tool_doc!` so that it can accept additional arguments. | ozkanonur | -9/+41 |
| 2023-06-29 | update lockfile | Ralf Jung | -10/+2 |
| 2023-06-29 | Auto merge of #113134 - TaKO8Ki:rollup-4hvqzf6, r=TaKO8Ki | bors | -56/+164 |
| 2023-06-29 | Auto merge of #2946 - RalfJung:rustup, r=RalfJung | bors | -420/+434 |
| 2023-06-29 | Merge from rustc | Ralf Jung | -419/+433 |
| 2023-06-29 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-06-29 | Auto merge of #113146 - matthiaskrgr:rollup-bxtr51e, r=matthiaskrgr | bors | -204/+569 |
| 2023-06-29 | Rollup merge of #113143 - joshtriplett:style-guide-narrow-dereference-guidanc... | Matthias Krüger | -1/+2 |
| 2023-06-29 | Rollup merge of #113140 - joshtriplett:style-guide-example-multi-line-attribu... | Matthias Krüger | -0/+5 |
| 2023-06-29 | Rollup merge of #113139 - joshtriplett:style-clarify-let-else, r=calebcartwright | Matthias Krüger | -2/+24 |
| 2023-06-29 | Rollup merge of #113137 - lukas-code:no-moving-references, r=compiler-errors | Matthias Krüger | -13/+41 |