| Age | Commit message (Expand) | Author | Lines |
| 2022-08-07 | Auto merge of #99983 - RalfJung:more-layout-checks, r=eddyb | bors | -110/+309 |
| 2022-08-05 | Auto merge of #99867 - spastorino:refactor-remap-lifetimes, r=nikomatsakis | bors | -0/+5 |
| 2022-08-04 | Rollup merge of #100095 - jackh726:early-binder, r=lcnr | Matthias Krüger | -3/+27 |
| 2022-08-04 | Document generics_def_id_map field and record/get methods on it | Santiago Pastorino | -1/+4 |
| 2022-08-04 | Implement def_id based remapping | Santiago Pastorino | -0/+2 |
| 2022-08-03 | Add bound_impl_subject and bound_return_ty | Jack Huey | -0/+10 |
| 2022-08-03 | Change sized_constraints to return EarlyBinder | Jack Huey | -3/+3 |
| 2022-08-02 | Add bound_predicates_of and bound_explicit_predicates_of | Jack Huey | -0/+14 |
| 2022-08-02 | Avoid invalidating the CFG in MirPatch. | Jakob Degen | -35/+30 |
| 2022-08-02 | Auto merge of #92268 - jswrenn:transmute, r=oli-obk | bors | -1/+94 |
| 2022-08-02 | Auto merge of #100032 - BoxyUwU:no_ty_in_placeholder_const, r=compiler-errors | bors | -4/+4 |
| 2022-08-02 | fix a comment | Ralf Jung | -1/+1 |
| 2022-08-01 | Remove trait_of_item query. | Camille GILLOT | -9/+20 |
| 2022-08-01 | Remove DefId from AssocItemContainer. | Camille GILLOT | -41/+34 |
| 2022-08-01 | Remove visibility from AssocItem. | Camille GILLOT | -1/+5 |
| 2022-08-01 | Store associated item defaultness in impl_defaultness. | Camille GILLOT | -4/+8 |
| 2022-08-01 | fix for unions with scalar layout | Ralf Jung | -0/+4 |
| 2022-08-01 | Rollup merge of #100003 - nnethercote:improve-size-assertions, r=lqd | Matthias Krüger | -21/+23 |
| 2022-08-01 | Rollup merge of #99340 - GoldsteinE:fix-localdefid-debug-ice, r=lcnr | Matthias Krüger | -2/+2 |
| 2022-08-01 | make `PlaceholderConst` not store the type of the const | Ellen | -4/+4 |
| 2022-08-01 | move layout sanity check to its own file | Ralf Jung | -290/+304 |
| 2022-08-01 | tighter checks for (some) ScalarPair layouts | Ralf Jung | -16/+102 |
| 2022-08-01 | check that Scalar layout is newtype around a suitable type | Ralf Jung | -40/+135 |
| 2022-08-01 | fix ICE in Definitions::create_def | Goldstein | -2/+2 |
| 2022-08-01 | Improve size assertions. | Nicholas Nethercote | -21/+23 |
| 2022-07-31 | Rollup merge of #99973 - RalfJung:layout-things, r=eddyb | Matthias Krüger | -0/+4 |
| 2022-07-31 | Rollup merge of #99186 - camsteffen:closure-localdefid, r=cjgillot | Dylan DPC | -55/+54 |
| 2022-07-31 | check 'size multiple of align' for all layouts | Ralf Jung | -0/+4 |
| 2022-07-30 | Auto merge of #99959 - cuviper:niche-size, r=eddyb | bors | -2/+8 |
| 2022-07-30 | Use LocalDefId for closures more | Cameron Steffen | -55/+54 |
| 2022-07-30 | Fix the size of niche enums with ZST alignment | Josh Stone | -2/+8 |
| 2022-07-30 | Rollup merge of #99900 - lcnr:hash-stable-fun, r=cjgillot | Dylan DPC | -89/+10 |
| 2022-07-30 | Rollup merge of #99311 - kckeiks:clean-up-body-owner-methods, r=cjgillot | Dylan DPC | -12/+14 |
| 2022-07-29 | Change enclosing_body_owner to return LocalDefId | Miguel Guarniz | -4/+4 |
| 2022-07-29 | Rename local_did to def_id | Miguel Guarniz | -3/+3 |
| 2022-07-29 | Change maybe_body_owned_by to take local def id | Miguel Guarniz | -9/+11 |
| 2022-07-29 | Auto merge of #99730 - lcnr:bound-vars-anon, r=jackh726 | bors | -72/+154 |
| 2022-07-29 | remove some manual hash stable impls | lcnr | -89/+10 |
| 2022-07-29 | optimize bound vars replacement :3 | lcnr | -18/+22 |
| 2022-07-28 | anonymize all bound vars, not just regions | lcnr | -7/+75 |
| 2022-07-28 | `BoundVarReplacer`: trait object instead of 3 fns | lcnr | -66/+76 |
| 2022-07-28 | Use line numbers relative to function in mir opt tests | Nilstrieb | -6/+12 |
| 2022-07-27 | safe transmute: revise `Hash`, `PartialEq` impls on `VariantDef`, `FieldDef` | Jack Wrenn | -12/+61 |
| 2022-07-27 | Initial (incomplete) implementation of transmutability trait. | Jack Wrenn | -1/+45 |
| 2022-07-27 | Rollup merge of #99728 - cjgillot:ast-lifetimes-anon-clean, r=petrochenkov | Guillaume Gomez | -1/+0 |
| 2022-07-27 | Rollup merge of #99651 - compiler-errors:fn-and-raw-ptr-in-const-generics, r=... | Guillaume Gomez | -1/+1 |
| 2022-07-27 | Rollup merge of #99358 - compiler-errors:issue-99325, r=oli-obk | Guillaume Gomez | -21/+15 |
| 2022-07-27 | Rollup merge of #99704 - fee1-dead-contrib:add_self_tilde_const_trait, r=oli-obk | Yuki Okushi | -1/+9 |
| 2022-07-26 | Auto merge of #99574 - durin42:allocator-patch-redux, r=nikic | bors | -1/+7 |
| 2022-07-26 | Stop creating anonymous late lifetimes. | Camille GILLOT | -1/+0 |