| Age | Commit message (Expand) | Author | Lines |
| 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/+21 |
| 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/+4 |
| 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 | Auto merge of #92268 - jswrenn:transmute, r=oli-obk | bors | -1/+90 |
| 2022-08-02 | Auto merge of #100032 - BoxyUwU:no_ty_in_placeholder_const, r=compiler-errors | bors | -1/+1 |
| 2022-08-01 | Remove trait_of_item query. | Camille GILLOT | -1/+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 | -3/+7 |
| 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 | -1/+1 |
| 2022-08-01 | fix ICE in Definitions::create_def | Goldstein | -2/+2 |
| 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 | -5/+5 |
| 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 | -5/+5 |
| 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 | -64/+9 |
| 2022-07-29 | remove some manual hash stable impls | lcnr | -64/+9 |
| 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-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/+41 |
| 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-26 | Fix diagnostics for unfulfilled obligations | Deadbeef | -0/+8 |
| 2022-07-26 | Add `Self: ~const Trait` to traits with `#[const_trait]` | Deadbeef | -1/+1 |
| 2022-07-26 | Allow try_to_raw_bytes on u8 array | Michael Goulet | -21/+15 |
| 2022-07-26 | Rollup merge of #99353 - compiler-errors:gat-where-clause-mismatch, r=cjgillot | Yuki Okushi | -6/+13 |
| 2022-07-25 | Auto merge of #99600 - tmiasko:subst-folder, r=petrochenkov | bors | -55/+72 |
| 2022-07-25 | Deeply deny fn and raw ptrs in const generics | Michael Goulet | -1/+1 |
| 2022-07-24 | Combine redundant obligation cause codes | Michael Goulet | -6/+13 |
| 2022-07-23 | Rollup merge of #99580 - fmease:fix-issue-99565, r=estebank | Matthias Krüger | -5/+13 |
| 2022-07-22 | do not mark interior mutable shared refs as dereferenceable | Ralf Jung | -5/+10 |
| 2022-07-22 | rename PointerKind::Shared → SharedMutable to indicate this is NOT the usua... | Ralf Jung | -4/+4 |
| 2022-07-22 | Outline `SubstFolder` bug reporting code paths | Tomasz Miąsko | -55/+70 |
| 2022-07-22 | Inline `SubstFolder::tcx` | Tomasz Miąsko | -0/+1 |
| 2022-07-22 | Inline `Predicate::has_vars_bound_at_or_above` | Tomasz Miąsko | -0/+1 |
| 2022-07-22 | Auto merge of #99521 - fee1-dead-contrib:const_fix_hax, r=oli-obk | bors | -0/+13 |
| 2022-07-22 | Rollup merge of #99393 - Logarithmus:feature/99255-omit-const-generic-suffixe... | Dylan DPC | -1/+1 |
| 2022-07-22 | Don't suggest unnameable generic arguments | León Orell Valerian Liehr | -5/+13 |
| 2022-07-22 | Auto merge of #99420 - RalfJung:vtable, r=oli-obk | bors | -16/+19 |
| 2022-07-21 | Rollup merge of #99558 - fee1-dead-contrib:remap_constness_fix, r=oli-obk | Matthias Krüger | -10/+3 |
| 2022-07-21 | Rollup merge of #99528 - matthiaskrgr:2022_07_perf, r=estebank | Matthias Krüger | -6/+4 |