| Age | Commit message (Expand) | Author | Lines |
| 2023-04-03 | Auto merge of #109819 - scottmcm:index-slice, r=WaffleLapkin | bors | -2/+2 |
| 2023-04-03 | fix(middle): emit error rather than delay bug when reaching limit | bohan | -5/+9 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -2/+2 |
| 2023-04-01 | use and_then/flat_map for map().flatten() | Matthias Krüger | -1/+1 |
| 2023-03-31 | Auto merge of #109762 - scottmcm:variantdef-indexvec, r=WaffleLapkin | bors | -25/+26 |
| 2023-03-31 | Auto merge of #109750 - compiler-errors:deep-reject-less-permissive-num-var, ... | bors | -0/+4 |
| 2023-03-30 | Auto merge of #109740 - compiler-errors:new-solver-deep-reject-placeholder-co... | bors | -1/+5 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -25/+26 |
| 2023-03-30 | deep reject only unify numeric var with concrete numeric | Michael Goulet | -0/+4 |
| 2023-03-29 | Don't ICE on placeholder consts in deep reject | Michael Goulet | -1/+5 |
| 2023-03-29 | Rollup merge of #109716 - scottmcm:field-to-fieldidx, r=oli-obk | Matthias Krüger | -7/+5 |
| 2023-03-29 | Auto merge of #108089 - Zoxc:windows-tls, r=bjorn3 | bors | -1/+39 |
| 2023-03-29 | Support TLS access into dylibs on Windows | John Kåre Alsaker | -1/+39 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -7/+5 |
| 2023-03-29 | Inline and remove `generic_args_may_unify`. | Nicholas Nethercote | -19/+12 |
| 2023-03-29 | Introduce `DeepRejectCtxt::substs_refs_may_unify`. | Nicholas Nethercote | -4/+11 |
| 2023-03-28 | Auto merge of #109692 - Nilstrieb:rollup-hq65rps, r=Nilstrieb | bors | -45/+14 |
| 2023-03-28 | Rollup merge of #108480 - Zoxc:rayon-tlv, r=cuviper | nils | -45/+14 |
| 2023-03-27 | Some tracing/instrument cleanups | Oli Scherer | -21/+2 |
| 2023-03-27 | Add a builtin `FnPtr` trait | lcnr | -11/+23 |
| 2023-03-26 | Rollup merge of #109621 - scottmcm:update-variantidx, r=compiler-errors | Matthias Krüger | -8/+7 |
| 2023-03-25 | Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT` | Scott McMurray | -8/+7 |
| 2023-03-26 | transmute test | Michael Goulet | -2/+2 |
| 2023-03-25 | Update indexmap and rayon crates | John Kåre Alsaker | -1/+1 |
| 2023-03-25 | Use Rayon's TLV directly | John Kåre Alsaker | -45/+14 |
| 2023-03-24 | Auto merge of #109547 - matthiaskrgr:rollup-zczqgdk, r=matthiaskrgr | bors | -0/+15 |
| 2023-03-23 | Don't split up TreatProjections and TreatParams anymore | Michael Goulet | -30/+33 |
| 2023-03-23 | Refine error spans for const args in hir typeck | Michael Goulet | -0/+15 |
| 2023-03-23 | Auto merge of #109517 - matthiaskrgr:rollup-m3orqzd, r=matthiaskrgr | bors | -11/+34 |
| 2023-03-23 | Rollup merge of #109506 - BoxyUwU:debugable_bound_var_printing, r=compiler-er... | Matthias Krüger | -1/+5 |
| 2023-03-23 | Rollup merge of #109462 - compiler-errors:alias-relate, r=BoxyUwU,lcnr | Matthias Krüger | -10/+29 |
| 2023-03-23 | Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgr | bors | -9/+4 |
| 2023-03-23 | Remove AliasRelationDirection::Supertype | Michael Goulet | -12/+0 |
| 2023-03-23 | Printing alias-relate goals correctly | Michael Goulet | -4/+14 |
| 2023-03-23 | Rename AliasEq -> AliasRelate | Michael Goulet | -8/+8 |
| 2023-03-23 | Include relation direction in AliasEq predicate | Michael Goulet | -6/+27 |
| 2023-03-23 | make param bound vars visibly bound vars | Boxy | -1/+5 |
| 2023-03-22 | Rollup merge of #109378 - MU001999:master, r=scottmcm | Matthias Krüger | -6/+1 |
| 2023-03-22 | Rollup merge of #109358 - petrochenkov:nosess, r=cjgillot | Matthias Krüger | -3/+3 |
| 2023-03-22 | Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgr | bors | -1/+1 |
| 2023-03-23 | Rollup merge of #109280 - compiler-errors:no-vec-map, r=Mark-Simulacrum | Dylan DPC | -3/+2 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -3/+3 |
| 2023-03-22 | `HirId` to `LocalDefId` cleanup | lcnr | -1/+1 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -0/+14 |
| 2023-03-21 | Auto merge of #109453 - matthiaskrgr:rollup-odn02wu, r=matthiaskrgr | bors | -1/+13 |
| 2023-03-21 | Rollup merge of #109441 - oli-obk:fn_trait_new_solver, r=compiler-errors | Matthias Krüger | -1/+13 |
| 2023-03-21 | query_keys_local is conditional on separate_provide_if_extern | Michael Goulet | -15/+14 |
| 2023-03-21 | LocalCrate key | Michael Goulet | -3/+4 |
| 2023-03-21 | AsLocalKey trait | Michael Goulet | -6/+3 |
| 2023-03-21 | IdentitySubsts::identity_for_item takes Into<DefId> | Michael Goulet | -4/+4 |