| Age | Commit message (Expand) | Author | Lines |
| 2022-11-25 | Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU | bors | -296/+256 |
| 2022-11-25 | move 2 candidates into builtin candidate | lcnr | -2/+0 |
| 2022-11-25 | reduce duplicated argument logic | Boxy | -64/+40 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -296/+280 |
| 2022-11-25 | Some manual formatting of let..else statements | Oli Scherer | -14/+14 |
| 2022-11-24 | Auto merge of #103693 - HKalbasi:master, r=oli-obk | bors | -954/+44 |
| 2022-11-24 | move things from rustc_target::abi to rustc_abi | hkalbasi | -12/+10 |
| 2022-11-24 | move some layout logic to rustc_target::abi::layout | hkalbasi | -940/+32 |
| 2022-11-24 | make rustc_target usable outside of rustc | hkalbasi | -13/+13 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -0/+6 |
| 2022-11-22 | also sort fields by niche sizes to retain optimizations | The 8472 | -3/+16 |
| 2022-11-22 | group fields based on largest power of two dividing its size | The 8472 | -7/+3 |
| 2022-11-22 | optimize field ordering by grouping power-of-two arrays with larger types | The 8472 | -4/+13 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -1/+1 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -1/+1 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -6/+3 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -5/+0 |
| 2022-11-20 | Factor out conservative_is_privately_uninhabited | Cameron Steffen | -60/+2 |
| 2022-11-13 | add is_sized method on Abi and Layout, and use it | Ralf Jung | -1/+1 |
| 2022-11-13 | Create bidirectional bounds between original and duplicated parameters. | Camille GILLOT | -5/+0 |
| 2022-11-10 | Use const_error_with_guaranteed more | Michael Goulet | -1/+3 |
| 2022-11-04 | Refactor tcx mk_const parameters. | Mateusz | -15/+5 |
| 2022-11-02 | Properly render asyncness for traits without default body | Michael Goulet | -1/+1 |
| 2022-10-29 | Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors | Guillaume Gomez | -6/+5 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -8/+8 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -6/+5 |
| 2022-10-26 | Auto merge of #103284 - compiler-errors:const-sad, r=oli-obk | bors | -1/+73 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -24/+24 |
| 2022-10-21 | Introduce deduced parameter attributes, and use them for deducing `readonly` on | Patrick Walton | -5/+38 |
| 2022-10-20 | Note discrepancies in constness calculation | Michael Goulet | -0/+5 |
| 2022-10-20 | Revert "Unify tcx.constness and param env constness checks" | Michael Goulet | -1/+68 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-12 | Rollup merge of #102830 - compiler-errors:constness-parity, r=fee1-dead | Dylan DPC | -68/+1 |
| 2022-10-12 | Unify tcx.constness and param env constness checks | Michael Goulet | -68/+1 |
| 2022-10-10 | Check representability in adt_sized_constraint | Cameron Steffen | -4/+8 |
| 2022-10-10 | Rollup merge of #102786 - compiler-errors:no-tuple-candidate, r=lcnr | Dylan DPC | -2/+1 |
| 2022-10-10 | Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki | Yuki Okushi | -1/+1 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -1/+1 |
| 2022-10-08 | Auto merge of #100720 - camsteffen:representable, r=cjgillot | bors | -359/+93 |
| 2022-10-07 | Remove tuple candidate, nothing special about it | Michael Goulet | -2/+1 |
| 2022-10-07 | Rewrite representability | Cameron Steffen | -359/+93 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -22/+13 |
| 2022-10-06 | Rollup merge of #98496 - BoxyUwU:instancers_bad_equality, r=lcnr | Matthias Krüger | -31/+6 |
| 2022-10-04 | Rollup merge of #102653 - lcnr:delay_span_bug, r=fee1-dead | Matthias Krüger | -2/+6 |
| 2022-10-04 | missing value to delay_span_bug | lcnr | -2/+6 |
| 2022-10-04 | It's not about types or consts, but the lack of regions | Oli Scherer | -8/+8 |
| 2022-10-03 | Move utils from rustc_middle to rustc_ty_utils | Cameron Steffen | -2/+2632 |
| 2022-09-30 | make query take `(LocalDefId, DefId)` | Boxy | -7/+4 |
| 2022-09-30 | make `compare_const_impl` a query and use it in `instance.rs` | Boxy | -30/+8 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -1/+1 |