| Age | Commit message (Expand) | Author | Lines |
| 2023-07-04 | allow host param to be lowercase | Deadbeef | -0/+4 |
| 2023-07-04 | enforce context effects in typeck | Deadbeef | -4/+81 |
| 2023-07-04 | Add effects during lowering for `~const` bounds | Deadbeef | -17/+121 |
| 2023-07-04 | Add feature and attribute definition | Deadbeef | -0/+11 |
| 2023-07-04 | Auto merge of #113303 - compiler-errors:yeet-chalk, r=lcnr | bors | -2976/+29 |
| 2023-07-04 | Auto merge of #113304 - cuviper:indexmap-2, r=Mark-Simulacrum | bors | -3/+3 |
| 2023-07-04 | Auto merge of #113215 - compiler-errors:rpitit-predicates-tweaks, r=spastorino | bors | -26/+24 |
| 2023-07-04 | Auto merge of #112917 - chenyukang:yukang-fix-112590, r=estebank | bors | -5/+64 |
| 2023-07-03 | remove TypeWellFormedFromEnv | Michael Goulet | -71/+17 |
| 2023-07-03 | Remove chalk from the compiler | Michael Goulet | -2905/+12 |
| 2023-07-03 | Upgrade to indexmap 2.0.0 | Josh Stone | -3/+3 |
| 2023-07-03 | Auto merge of #108611 - davidtwco:issue-94223-external-abi-fn-ptr-in-internal... | bors | -18/+146 |
| 2023-07-03 | Auto merge of #113293 - GuillaumeGomez:rollup-2395uw0, r=GuillaumeGomez | bors | -82/+438 |
| 2023-07-03 | Rollup merge of #113286 - fmease:iat-dont-select-if-not-enabled, r=compiler-e... | Guillaume Gomez | -5/+9 |
| 2023-07-03 | Helpers for creating EvalCtxts, some comments | Michael Goulet | -153/+174 |
| 2023-07-03 | Implement selection in new trait solver | Michael Goulet | -21/+352 |
| 2023-07-03 | lint: refactor to make logic a bit cleaner | David Wood | -29/+27 |
| 2023-07-03 | lint: stop normalizing types to avoid recur limits | David Wood | -5/+1 |
| 2023-07-03 | Revert "Suggest `x build library` for a custom toolchain that fails to load `... | Nilstrieb | -13/+4 |
| 2023-07-03 | lint/ctypes: check other types for ext. fn-ptr ty | David Wood | -1/+63 |
| 2023-07-03 | lint/ctypes: multiple external fn-ptrs in ty | David Wood | -18/+45 |
| 2023-07-03 | abi: avoid ice for non-ffi-safe fn ptrs | David Wood | -4/+6 |
| 2023-07-03 | lint/ctypes: ext. abi fn-ptr in internal abi fn | David Wood | -16/+59 |
| 2023-07-03 | Don't perform selection if IATs are not enabled | León Orell Valerian Liehr | -5/+9 |
| 2023-07-03 | Auto merge of #113086 - lcnr:rust8, r=compiler-errors | bors | -105/+467 |
| 2023-07-03 | rebase | lcnr | -2/+2 |
| 2023-07-03 | review | lcnr | -16/+27 |
| 2023-07-03 | `deeply_normalize` pass in fulfill cx for old solver | lcnr | -12/+15 |
| 2023-07-03 | use `deeply_normalize` for `assumed_wf_types` | lcnr | -52/+111 |
| 2023-07-03 | add a `try_structurally_resolve_type` in coerce | lcnr | -14/+23 |
| 2023-07-03 | add deep normalization via the new solver | lcnr | -6/+281 |
| 2023-07-03 | add instrument to `register_predicate_obligation` | lcnr | -0/+1 |
| 2023-07-03 | fix structurally relate for weak aliases | lcnr | -11/+15 |
| 2023-07-03 | rename `structurally_resolved_type` | lcnr | -22/+22 |
| 2023-07-03 | Auto merge of #113271 - matthiaskrgr:rollup-2ik4vaj, r=matthiaskrgr | bors | -4/+13 |
| 2023-07-03 | Auto merge of #112882 - DrMeepster:new_un_derefer, r=oli-obk | bors | -136/+137 |
| 2023-07-02 | Rollup merge of #113259 - MU001999:diag/add-std, r=Nilstrieb | Matthias Krüger | -4/+13 |
| 2023-07-02 | Downgrade rustix | Nilstrieb | -0/+3 |
| 2023-07-02 | Downgrade tracing and syn | Nilstrieb | -2/+3 |
| 2023-07-02 | Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiasko | bors | -13/+162 |
| 2023-07-02 | Add `rustc` option to output LLVM optimization remarks to YAML files | Jakub Beránek | -13/+162 |
| 2023-07-02 | Auto merge of #113256 - matthiaskrgr:rollup-poex8w2, r=matthiaskrgr | bors | -5/+7 |
| 2023-07-02 | Suggest `x build library` for a custom toolchain that fails to load `core` | Mu001999 | -4/+13 |
| 2023-07-02 | Rollup merge of #113233 - Nilstrieb:chaaalk, r=jackh726 | Matthias Krüger | -4/+6 |
| 2023-07-02 | Rollup merge of #113231 - Urgau:fix_false_positive_drop_copy, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-07-02 | Auto merge of #112718 - oli-obk:SIMD-destructure_mir_const, r=cjgillot | bors | -44/+44 |
| 2023-07-02 | add testcase for 112590 | yukang | -17/+44 |
| 2023-07-02 | Auto merge of #112910 - lqd:mcp510, r=petrochenkov | bors | -83/+376 |
| 2023-07-01 | Put `FnAbiError` behind reference to shrink result | Nilstrieb | -25/+20 |
| 2023-07-01 | Put `LayoutError` behind reference to shrink result | Nilstrieb | -54/+87 |