| Age | Commit message (Expand) | Author | Lines |
| 2024-02-22 | Rollup merge of #121441 - lcnr:typesystem-cleanup, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-02-22 | Rollup merge of #121386 - oli-obk:no_higher_ranked_opaques, r=lcnr | Matthias Krüger | -19/+26 |
| 2024-02-22 | `report_mismatch` did not actually report anymore | Oli Scherer | -6/+8 |
| 2024-02-22 | Avoid emitting type mismatches against `{type error}` | Oli Scherer | -19/+24 |
| 2024-02-22 | `DefId` to `LocalDefId` | lcnr | -1/+1 |
| 2024-02-21 | remove simd_reduce_{min,max}_nanless | Ralf Jung | -3/+1 |
| 2024-02-21 | Prevent cycle in implied predicates computation | Michael Goulet | -8/+22 |
| 2024-02-21 | Auto merge of #121383 - Dylan-DPC:rollup-735p4u4, r=Dylan-DPC | bors | -35/+40 |
| 2024-02-21 | Use existing query feeding workarounds | Oli Scherer | -20/+10 |
| 2024-02-21 | Auto merge of #120718 - saethlin:reasonable-fast-math, r=nnethercote | bors | -1/+11 |
| 2024-02-21 | Rollup merge of #121208 - nnethercote:delayed_bug-to-bug, r=lcnr | Dylan DPC | -35/+40 |
| 2024-02-20 | Stabilize `LazyCell` and `LazyLock` (`lazy_cell`) | Peter Jaszkowiak | -1/+0 |
| 2024-05-25 | Auto merge of #124187 - compiler-errors:self-ctor, r=petrochenkov | bors | -3/+2 |
| 2024-05-24 | Actually just remove the special case altogether | Michael Goulet | -75/+47 |
| 2024-05-18 | (Mostly) revert "Account for type param from other item in `note_and_explain`" | Michael Goulet | -3/+2 |
| 2024-02-21 | Convert `bug`s back to `delayed_bug`s. | Nicholas Nethercote | -8/+26 |
| 2024-02-21 | Convert `delayed_bug`s to `bug`s. | Nicholas Nethercote | -33/+20 |
| 2024-02-20 | Rollup merge of #121344 - fmease:lta-constr-by-input, r=oli-obk | Matthias Krüger | -73/+31 |
| 2024-02-20 | Add "algebraic" versions of the fast-math intrinsics | Ben Kimock | -1/+11 |
| 2024-02-20 | Move the peeling function for weak alias types | León Orell Valerian Liehr | -28/+1 |
| 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 | -5/+5 |
| 2024-02-20 | Propagate temporary lifetime extension into if and match. | Mara Bos | -0/+13 |
| 2024-02-20 | Add newtype for first input type | clubby789 | -5/+5 |
| 2024-02-20 | Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=dav... | bors | -28/+32 |
| 2024-02-20 | Auto merge of #121087 - oli-obk:eager_const_failures, r=lcnr | bors | -0/+11 |
| 2024-02-20 | Rollup merge of #121307 - estebank:drive-by, r=compiler-errors | Nilstrieb | -1/+1 |
| 2024-02-20 | Rollup merge of #120716 - spastorino:change-some-lint-msgs, r=lcnr | Nilstrieb | -176/+12 |
| 2024-02-19 | Always evaluate free constants and statics, even if previous errors occurred | Oli Scherer | -0/+11 |
| 2024-02-19 | Inline do_orphan_check_impl | Santiago Pastorino | -17/+9 |
| 2024-02-19 | Remove suspicious auto trait lint | Santiago Pastorino | -160/+4 |
| 2024-02-19 | Drive-by `DUMMY_SP` -> `Span` and fmt changes | Esteban Küber | -1/+1 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -28/+32 |
| 2024-02-19 | split `project` into multiple files | lcnr | -11/+10 |
| 2024-02-18 | Rollup merge of #121247 - scottmcm:intrinsic-reminder, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2024-02-18 | Auto merge of #117772 - surechen:for_117448, r=petrochenkov | bors | -7/+4 |
| 2024-02-18 | Propagate the resolved type of assoc const bindings via query feeding | León Orell Valerian Liehr | -31/+30 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -7/+4 |
| 2024-02-18 | Auto merge of #121034 - obeis:improve-static-mut-ref, r=RalfJung | bors | -39/+17 |
| 2024-02-17 | Add help to `hir_analysis_unrecognized_intrinsic_function` | Scott McMurray | -0/+1 |
| 2024-02-18 | Auto merge of #121252 - fmease:rollup-x7zogl8, r=fmease | bors | -186/+154 |
| 2024-02-18 | Rollup merge of #121221 - fmease:refactor-astconv-assoc-item-bindings, r=comp... | León Orell Valerian Liehr | -175/+125 |
| 2024-02-18 | Auto merge of #120780 - fmease:lta-in-impls, r=oli-obk | bors | -18/+70 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -39/+17 |
| 2024-02-17 | Add more checks for `unnamed_field` during HIR analysis | clubby789 | -11/+29 |
| 2024-02-17 | Fix non_local_definitions lint in rustc_hir_analysis | Urgau | -5/+5 |
| 2024-02-17 | Rollup merge of #121192 - oli-obk:intrinsics2.0, r=WaffleLapkin | Guillaume Boisseau | -3/+3 |
| 2024-02-17 | Properly check constrainedness of gen params in the presence of weak alias types | León Orell Valerian Liehr | -17/+40 |
| 2024-02-17 | Support weak alias types as self type of inherent impls | León Orell Valerian Liehr | -1/+30 |
| 2024-02-17 | Remove astconv::ConvertedBinding | León Orell Valerian Liehr | -151/+96 |