| Age | Commit message (Expand) | Author | Lines |
| 2022-11-22 | rustc_metadata: Switch module children decoding to an iterator | Vadim Petrochenkov | -61/+58 |
| 2022-11-22 | rustc_metadata: Do not encode empty reexport lists | Vadim Petrochenkov | -7/+5 |
| 2022-11-22 | Auto merge of #104711 - Dylan-DPC:rollup-gkw1qr8, r=Dylan-DPC | bors | -69/+114 |
| 2022-11-22 | Rollup merge of #104710 - RalfJung:doc-strict-provenance, r=thomcc | Dylan DPC | -0/+12 |
| 2022-11-22 | Rollup merge of #104701 - compiler-errors:rpitit-remove-reempty-hack, r=TaKO8Ki | Dylan DPC | -11/+1 |
| 2022-11-22 | Rollup merge of #104669 - LeSeulArtichaut:88015-if-let-guard-bindings, r=cjgi... | Dylan DPC | -17/+27 |
| 2022-11-22 | Rollup merge of #104615 - spastorino:create-async-def-id-in-lowering, r=compi... | Dylan DPC | -8/+5 |
| 2022-11-22 | Rollup merge of #104464 - mati865:reduce-eh-overallocation-amd64, r=thomcc | Dylan DPC | -1/+4 |
| 2022-11-22 | Rollup merge of #104295 - compiler-errors:rpitit-generics-parity, r=eholk | Dylan DPC | -32/+65 |
| 2022-11-22 | disable strict-provenance-violating doctests in Miri | Ralf Jung | -0/+12 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -642/+364 |
| 2022-11-22 | Auto merge of #104702 - Manishearth:rollup-75hagzd, r=Manishearth | bors | -259/+597 |
| 2022-11-22 | Rollup merge of #104638 - Nilstrieb:macro-diagnostics, r=compiler-errors | Manish Goregaokar | -237/+268 |
| 2022-11-22 | Rollup merge of #104622 - nicholasbishop:bishop-uefi-clang, r=Mark-Simulacrum | Manish Goregaokar | -3/+61 |
| 2022-11-22 | Rollup merge of #103193 - krasimirgg:sysonce, r=Amanieu | Manish Goregaokar | -0/+1 |
| 2022-11-22 | Rollup merge of #102207 - CraftSpider:const-layout, r=scottmcm | Manish Goregaokar | -18/+45 |
| 2022-11-22 | Rollup merge of #101655 - dns2utf8:box_docs, r=dtolnay | Manish Goregaokar | -1/+1 |
| 2022-11-22 | Rollup merge of #95583 - scottmcm:deprecate-ptr-to-from-bits, r=dtolnay | Manish Goregaokar | -0/+20 |
| 2022-11-22 | Rollup merge of #83608 - Kimundi:index_many, r=Mark-Simulacrum | Manish Goregaokar | -0/+201 |
| 2022-11-22 | Remove a hack from compare_predicate_entailment | Michael Goulet | -11/+1 |
| 2022-11-22 | Delay bug to deduplicate diagnostics | Michael Goulet | -19/+11 |
| 2022-11-22 | drive-by: style nits | Michael Goulet | -25/+19 |
| 2022-11-22 | Check generics parity between impl and trait before collecting RPITITs | Michael Goulet | -3/+50 |
| 2022-11-22 | Auto merge of #104696 - matthiaskrgr:rollup-gi1pdb0, r=matthiaskrgr | bors | -359/+496 |
| 2022-11-21 | Touch up Box<T> one-liner | David Tolnay | -2/+2 |
| 2022-11-21 | Rustc_deprecated attribute superseded by deprecated | David Tolnay | -8/+8 |
| 2022-11-21 | Bump ptr_to_from_bits deprecation to Rust 1.67 | David Tolnay | -4/+4 |
| 2022-11-22 | Rollup merge of #104692 - chbaker0:libtest-cfg-if, r=thomcc | Matthias Krüger | -6/+2 |
| 2022-11-22 | Rollup merge of #104674 - spastorino:negative-impl-tcx, r=lcnr | Matthias Krüger | -16/+10 |
| 2022-11-22 | Rollup merge of #104666 - GuillaumeGomez:migrate-alias-search-result, r=notri... | Matthias Krüger | -41/+52 |
| 2022-11-22 | Rollup merge of #104663 - notriddle:notriddle/button-cursor, r=GuillaumeGomez | Matthias Krüger | -8/+28 |
| 2022-11-22 | Rollup merge of #104657 - hi-rustin:rustin-patch-check-transmute, r=compiler-... | Matthias Krüger | -2/+24 |
| 2022-11-22 | Rollup merge of #104656 - c410-f3r:moar-errors, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-11-22 | Rollup merge of #104597 - compiler-errors:need_migrate_deref_output_trait_obj... | Matthias Krüger | -34/+29 |
| 2022-11-22 | Rollup merge of #104559 - nnethercote:split-MacArgs, r=petrochenkov | Matthias Krüger | -247/+251 |
| 2022-11-22 | Rollup merge of #104557 - eholk:dyn-star-in-traits, r=compiler-errors | Matthias Krüger | -0/+36 |
| 2022-11-22 | Rollup merge of #104416 - clubby789:fix-104414, r=eholk | Matthias Krüger | -2/+8 |
| 2022-11-22 | Rollup merge of #103396 - RalfJung:pinning-closure-captures, r=dtolnay | Matthias Krüger | -2/+55 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -247/+251 |
| 2022-11-21 | Auto merge of #104533 - oli-obk:method_callee, r=lcnr | bors | -350/+309 |
| 2022-11-21 | Update test's cfg-if dependency to 1.0 | Collin Baker | -6/+2 |
| 2022-11-21 | merge self type and substs in `trait_method` | Oli Scherer | -5/+4 |
| 2022-11-21 | Simplify one more `TraitRef::new` site | Oli Scherer | -4/+3 |
| 2022-11-21 | Simplify test | Oli Scherer | -3/+1 |
| 2022-11-21 | Use `as_closure` helper method | Oli Scherer | -1/+1 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -164/+113 |
| 2022-11-21 | Fix clippy's missing substs | Oli Scherer | -13/+19 |
| 2022-11-21 | Remove some unnecessary slicing | Oli Scherer | -9/+9 |
| 2022-11-21 | Remove a redundant assert | Oli Scherer | -6/+0 |
| 2022-11-21 | Fix an ICE that I just made worse | Oli Scherer | -9/+29 |