| Age | Commit message (Expand) | Author | Lines |
| 2024-02-20 | Rollup merge of #121350 - compiler-errors:resolve, r=oli-obk | Matthias Krüger | -15/+3 |
| 2024-02-20 | Rollup merge of #121344 - fmease:lta-constr-by-input, r=oli-obk | Matthias Krüger | -162/+230 |
| 2024-02-20 | Rollup merge of #121323 - compiler-errors:raw-param-types, r=oli-obk | Matthias Krüger | -2/+6 |
| 2024-02-20 | Rollup merge of #121322 - compiler-errors:next-solver-fulfillment-ice, r=lcnr | Matthias Krüger | -1/+4 |
| 2024-02-20 | Move the peeling function for weak alias types | León Orell Valerian Liehr | -28/+34 |
| 2024-02-20 | Use expand_weak_alias_tys when collecting constrained generics params in impls | León Orell Valerian Liehr | -40/+25 |
| 2024-02-20 | Expand weak alias types before collecting constrained and referenced late bou... | León Orell Valerian Liehr | -16/+18 |
| 2024-02-20 | Introduce expand_weak_alias_tys | León Orell Valerian Liehr | -39/+103 |
| 2024-02-20 | Rename some normalization-related items | León Orell Valerian Liehr | -40/+51 |
| 2024-02-20 | Fix stray trait mismatch in resolve_associated_item for AsyncFn | Michael Goulet | -15/+3 |
| 2024-02-20 | Rollup merge of #121318 - kadiwa4:no_assembly_in_supposedly_safe_code, r=Nils... | Nilstrieb | -2/+12 |
| 2024-02-20 | Rollup merge of #121291 - heiher:revert-medium-cmodel, r=Nilstrieb | Nilstrieb | -4/+3 |
| 2024-02-20 | Rollup merge of #121286 - gurry:constprop-lint-rename, r=oli-obk | Nilstrieb | -17/+19 |
| 2024-02-20 | Rollup merge of #121167 - petrochenkov:unload2, r=wesleywiser | Nilstrieb | -17/+18 |
| 2024-02-20 | Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=dav... | bors | -788/+968 |
| 2024-02-20 | Auto merge of #121087 - oli-obk:eager_const_failures, r=lcnr | bors | -29/+12 |
| 2024-02-20 | Auto merge of #121327 - Nilstrieb:rollup-zxcwwwy, r=Nilstrieb | bors | -1008/+1014 |
| 2024-02-20 | Rollup merge of #121319 - compiler-errors:err, r=oli-obk | Nilstrieb | -0/+5 |
| 2024-02-20 | Rollup merge of #121307 - estebank:drive-by, r=compiler-errors | Nilstrieb | -17/+20 |
| 2024-02-20 | Rollup merge of #121256 - Jarcho:visitor2, r=oli-obk | Nilstrieb | -769/+959 |
| 2024-02-20 | Rollup merge of #121205 - nnethercote:fix-stable-mir-CompilerError, r=oli-obk | Nilstrieb | -10/+12 |
| 2024-02-20 | Rollup merge of #120716 - spastorino:change-some-lint-msgs, r=lcnr | Nilstrieb | -212/+18 |
| 2024-02-20 | Auto merge of #120692 - Nadrieril:move-column-analysis-to-placeinfo, r=compil... | bors | -74/+90 |
| 2024-02-20 | Don't use raw parameter types in find_builder_fn | Michael Goulet | -2/+6 |
| 2024-02-20 | Reduce capabilities of `Diagnostic`. | Nicholas Nethercote | -377/+476 |
| 2024-02-20 | Simply do not ICE | Michael Goulet | -1/+4 |
| 2024-02-20 | Rename `ConstPropLint` to `KnownPanicsLint` | Gurinder Singh | -17/+19 |
| 2024-02-20 | Auto merge of #121296 - madsmtm:fix-mac-catalyst-deployment-target, r=shepmaster | bors | -72/+53 |
| 2024-02-19 | return ty::Error when equating ty::Error | Michael Goulet | -0/+5 |
| 2024-02-20 | trigger `unsafe_code` on `global_asm!` invocations | Kalle Wachsmuth | -2/+12 |
| 2024-02-19 | Always evaluate free constants and statics, even if previous errors occurred | Oli Scherer | -29/+12 |
| 2024-02-19 | Auto merge of #121211 - lcnr:nll-relate-handle-infer, r=BoxyUwU | bors | -542/+334 |
| 2024-02-19 | Inline do_orphan_check_impl | Santiago Pastorino | -17/+9 |
| 2024-02-19 | Remove suspicious auto trait lint | Santiago Pastorino | -195/+9 |
| 2024-02-19 | Drive-by `DUMMY_SP` -> `Span` and fmt changes | Esteban Küber | -17/+20 |
| 2024-02-19 | Auto merge of #120463 - lcnr:eager-inference-replacement, r=compiler-errors | bors | -917/+814 |
| 2024-02-19 | Lower default Mac Catalyst deployment target to 13.1 | Mads Marquart | -1/+2 |
| 2024-02-19 | Merge deployment target variable loading on iOS and Mac Catalyst | Mads Marquart | -26/+21 |
| 2024-02-19 | Fix ld platform_version argument on Mac Catalyst | Mads Marquart | -29/+13 |
| 2024-02-19 | Rollup merge of #121230 - GuillaumeGomez:extend-level-api, r=Nadrieril | Matthias Krüger | -13/+17 |
| 2024-02-19 | Rollup merge of #121032 - oli-obk:cyclic_type_ice, r=cjgillot | Matthias Krüger | -2/+3 |
| 2024-02-19 | Make LLVM target contain correct deployment target info on Mac Catalyst | Mads Marquart | -16/+23 |
| 2024-02-19 | Remove MACOSX_DEPLOYMENT_TARGET env var when linking Mac Catalyst | Mads Marquart | -10/+4 |
| 2024-02-19 | target: Revert default to the medium code model on LoongArch targets | WANG Rui | -4/+3 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -411/+492 |
| 2024-02-19 | remove outdated comment | lcnr | -1/+1 |
| 2024-02-19 | split `project` into multiple files | lcnr | -784/+797 |
| 2024-02-19 | `normalize_projection_ty` is not used with next-solver | lcnr | -14/+13 |
| 2024-02-19 | remove `pred_known_to_hold_modulo_regions` | lcnr | -47/+3 |
| 2024-02-19 | never normalize without eager inference replacement | lcnr | -82/+11 |