| 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 | -68/+62 |
| 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/+20 |
| 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 #104295 - compiler-errors:rpitit-generics-parity, r=eholk | Dylan DPC | -32/+36 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -312/+206 |
| 2022-11-22 | Rollup merge of #104638 - Nilstrieb:macro-diagnostics, r=compiler-errors | Manish Goregaokar | -237/+268 |
| 2022-11-22 | Remove a hack from compare_predicate_entailment | Michael Goulet | -11/+1 |
| 2022-11-22 | Delay bug to deduplicate diagnostics | Michael Goulet | -8/+10 |
| 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/+11 |
| 2022-11-22 | Auto merge of #104696 - matthiaskrgr:rollup-gi1pdb0, r=matthiaskrgr | bors | -282/+274 |
| 2022-11-22 | Rollup merge of #104674 - spastorino:negative-impl-tcx, r=lcnr | Matthias Krüger | -16/+10 |
| 2022-11-22 | Rollup merge of #104657 - hi-rustin:rustin-patch-check-transmute, r=compiler-... | Matthias Krüger | -2/+5 |
| 2022-11-22 | Rollup merge of #104597 - compiler-errors:need_migrate_deref_output_trait_obj... | Matthias Krüger | -32/+27 |
| 2022-11-22 | Rollup merge of #104559 - nnethercote:split-MacArgs, r=petrochenkov | Matthias Krüger | -231/+231 |
| 2022-11-22 | Rollup merge of #104416 - clubby789:fix-104414, r=eholk | Matthias Krüger | -1/+1 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -231/+231 |
| 2022-11-21 | Auto merge of #104533 - oli-obk:method_callee, r=lcnr | bors | -322/+253 |
| 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 | Stop passing the self-type as a separate argument. | Oli Scherer | -152/+105 |
| 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/+1 |
| 2022-11-21 | For lcnr | Oli Scherer | -0/+1 |
| 2022-11-21 | Add helper to create the trait ref for a lang item | Oli Scherer | -66/+51 |
| 2022-11-21 | Some cleanup around trait_method lookup | Oli Scherer | -7/+7 |
| 2022-11-21 | Use iterators instead of slices at more sites | Oli Scherer | -9/+10 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -64/+65 |
| 2022-11-21 | Remove an unnecessary query + subst round | Oli Scherer | -1/+1 |
| 2022-11-21 | Add a helper for replacing the self type in trait refs | Oli Scherer | -29/+15 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -143/+152 |
| 2022-11-21 | Split out the actual predicate solving code into a separate function | Oli Scherer | -9/+17 |
| 2022-11-21 | Use ty::List instead of InternalSubsts | Oli Scherer | -7/+2 |
| 2022-11-21 | Check that type_implements_trait actually is passed the right amount of gener... | Oli Scherer | -15/+23 |
| 2022-11-21 | Reduce the amount of passed-around arguments that will get merged into one la... | Oli Scherer | -12/+12 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -312/+206 |
| 2022-11-21 | Auto merge of #104120 - mejrs:diag, r=davidtwco | bors | -605/+652 |
| 2022-11-21 | Auto merge of #104673 - matthiaskrgr:rollup-85f65ov, r=matthiaskrgr | bors | -398/+330 |
| 2022-11-21 | negative_impl_exists should take an InferCtxt | Santiago Pastorino | -8/+7 |
| 2022-11-21 | Improve slug name error | mejrs | -53/+45 |
| 2022-11-21 | Fix tests | mejrs | -31/+39 |
| 2022-11-21 | Match crate and slug names | mejrs | -605/+652 |
| 2022-11-21 | negative_impl should take a TyCtxt | Santiago Pastorino | -8/+3 |
| 2022-11-21 | Rollup merge of #104662 - nnethercote:tweak-deriving-for-packed-non-copy, r=j... | Matthias Krüger | -70/+24 |
| 2022-11-21 | Rollup merge of #104605 - RalfJung:clf_consts, r=bjorn3 | Matthias Krüger | -51/+31 |
| 2022-11-21 | Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr | Matthias Krüger | -52/+47 |