| Age | Commit message (Expand) | Author | Lines |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -463/+508 |
| 2023-07-05 | Auto merge of #113370 - compiler-errors:rollup-8gvyy8e, r=compiler-errors | bors | -237/+209 |
| 2023-07-05 | Document magic boolean | Oli Scherer | -1/+3 |
| 2023-07-05 | Name the destructure_mir_constant query appropriately | Oli Scherer | -3/+3 |
| 2023-07-05 | Remove a function argument that is always passed with the same value. | Oli Scherer | -45/+20 |
| 2023-07-05 | Specialize `DestructuredConstant` to its one user (pretty printing) | Oli Scherer | -7/+12 |
| 2023-07-05 | Specialize `try_destructure_mir_constant` for its sole user | Oli Scherer | -8/+14 |
| 2023-07-05 | Rollup merge of #113337 - compiler-errors:next-solver-winnow-specializing, r=... | Michael Goulet | -2/+2 |
| 2023-07-05 | Rollup merge of #113321 - BoxyUwU:move_constkind_to_typeir, r=oli-obk | Michael Goulet | -235/+203 |
| 2023-07-05 | Rollup merge of #113320 - oli-obk:eval_obligation_query, r=petrochenkov,BoxyUwU | Michael Goulet | -0/+4 |
| 2023-07-05 | Auto merge of #113210 - fee1-dead-contrib:effects-mvp, r=oli-obk | bors | -0/+18 |
| 2023-07-05 | Deal with fallout | Boxy | -16/+37 |
| 2023-07-05 | move `ConstKind` to typeir and move inherent impls to `Const` | Boxy | -220/+167 |
| 2023-07-05 | Add some extra information to opaque type cycle errors | Oli Scherer | -0/+4 |
| 2023-07-05 | Don't require associated types with `Self: Sized` bounds in `dyn Trait` objects | Oli Scherer | -0/+4 |
| 2023-07-05 | Winnow specializing impls | Michael Goulet | -2/+2 |
| 2023-07-04 | include `host_effect_index` in `Generics` | Deadbeef | -0/+3 |
| 2023-07-04 | Replace `const_error` methods with `Const::new_error` | Boxy | -37/+45 |
| 2023-07-04 | Replace `mk_const` with `Const::new_x` methods | Boxy | -42/+114 |
| 2023-07-04 | enforce context effects in typeck | Deadbeef | -0/+15 |
| 2023-07-03 | remove TypeWellFormedFromEnv | Michael Goulet | -22/+4 |
| 2023-07-03 | Remove chalk from the compiler | Michael Goulet | -414/+2 |
| 2023-07-03 | use `deeply_normalize` for `assumed_wf_types` | lcnr | -1/+1 |
| 2023-07-03 | fix structurally relate for weak aliases | lcnr | -11/+15 |
| 2023-07-02 | Auto merge of #113256 - matthiaskrgr:rollup-poex8w2, r=matthiaskrgr | bors | -1/+1 |
| 2023-07-02 | Rollup merge of #113233 - Nilstrieb:chaaalk, r=jackh726 | Matthias Krüger | -1/+1 |
| 2023-07-02 | Auto merge of #112718 - oli-obk:SIMD-destructure_mir_const, r=cjgillot | bors | -19/+10 |
| 2023-07-01 | Put `FnAbiError` behind reference to shrink result | Nilstrieb | -18/+10 |
| 2023-07-01 | Put `LayoutError` behind reference to shrink result | Nilstrieb | -19/+34 |
| 2023-07-01 | Update chalk | Nilstrieb | -1/+1 |
| 2023-06-30 | Fix comment of `fn_can_unwind` | Gary Guo | -11/+5 |
| 2023-06-29 | Rollup merge of #112670 - petrochenkov:typriv, r=eholk | Matthias Krüger | -16/+19 |
| 2023-06-28 | Rollup merge of #112867 - compiler-errors:more-impl-source-nits, r=lcnr | Dylan DPC | -37/+2 |
| 2023-06-28 | Auto merge of #112708 - flip1995:clippy-freezing-pc-with-ice, r=oli-obk | bors | -5/+10 |
| 2023-06-28 | Rustdoc nit: refer to macro from docs | Oli Scherer | -1/+1 |
| 2023-06-27 | Auto merge of #113105 - matthiaskrgr:rollup-rci0uym, r=matthiaskrgr | bors | -5/+18 |
| 2023-06-27 | Rollup merge of #113103 - cjgillot:normalize-inhabited, r=compiler-errors | Matthias Krüger | -1/+12 |
| 2023-06-27 | Rollup merge of #113084 - WaffleLapkin:less_map_or, r=Nilstrieb | Matthias Krüger | -3/+4 |
| 2023-06-27 | Rollup merge of #112972 - nbdd0121:mir, r=davidtwco | Matthias Krüger | -1/+2 |
| 2023-06-27 | Normalize types when applying uninhabited predicate. | Camille GILLOT | -1/+12 |
| 2023-06-27 | Avoid calling queries during query stack printing | Oli Scherer | -4/+9 |
| 2023-06-27 | `thir`: Add `Become` expression kind | Maybe Waffle | -0/+5 |
| 2023-06-27 | Simplify some conditions | Maybe Waffle | -3/+4 |
| 2023-06-27 | Auto merge of #112938 - compiler-errors:clause-3, r=oli-obk | bors | -115/+100 |
| 2023-06-27 | Auto merge of #112693 - ericmarkmartin:use-more-placeref, r=spastorino | bors | -7/+4 |
| 2023-06-26 | TypeWellFormedInEnv | Michael Goulet | -17/+17 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -98/+83 |
| 2023-06-26 | Assert that we don't convert unevaluated MIR promoteds to unevaluated type co... | Oli Scherer | -2/+1 |
| 2023-06-26 | Make simd_shuffle_indices use valtrees | Oli Scherer | -17/+9 |
| 2023-06-25 | use PlaceRef abstractions more consistently | Eric Mark Martin | -7/+4 |