| Age | Commit message (Expand) | Author | Lines |
| 2024-02-22 | `report_mismatch` did not actually report anymore | Oli Scherer | -1/+1 |
| 2024-02-22 | Avoid emitting type mismatches against `{type error}` | Oli Scherer | -1/+1 |
| 2024-02-21 | remove simd_reduce_{min,max}_nanless | Ralf Jung | -3/+1 |
| 2024-02-21 | Auto merge of #121383 - Dylan-DPC:rollup-735p4u4, r=Dylan-DPC | bors | -27/+34 |
| 2024-02-21 | Auto merge of #120718 - saethlin:reasonable-fast-math, r=nnethercote | bors | -1/+11 |
| 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 | -25/+14 |
| 2024-02-20 | Add "algebraic" versions of the fast-math intrinsics | Ben Kimock | -1/+11 |
| 2024-02-20 | Propagate temporary lifetime extension into if and match. | Mara Bos | -0/+13 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -2/+2 |
| 2024-02-18 | Auto merge of #117772 - surechen:for_117448, r=petrochenkov | bors | -2/+1 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -2/+1 |
| 2024-02-18 | Auto merge of #121034 - obeis:improve-static-mut-ref, r=RalfJung | bors | -18/+10 |
| 2024-02-18 | Improve wording of static_mut_ref | Obei Sideg | -18/+10 |
| 2024-02-17 | Add more checks for `unnamed_field` during HIR analysis | clubby789 | -10/+13 |
| 2024-02-16 | Give the (`un`)`likely` intrinsics fallback bodies | Oli Scherer | -2/+2 |
| 2024-02-16 | Give the `assume` intrinsic a fallback body | Oli Scherer | -1/+1 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -128/+177 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -2/+2 |
| 2024-02-15 | Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister | bors | -10/+10 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -2/+2 |
| 2024-02-14 | clean up potential_query_instability with FxIndexMap and UnordMap | yukang | -10/+10 |
| 2024-02-14 | Use fewer delayed bugs. | Nicholas Nethercote | -4/+4 |
| 2024-02-13 | Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errors | bors | -17/+22 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -35/+37 |
| 2024-02-12 | Support safe intrinsics with fallback bodies | Oli Scherer | -3/+8 |
| 2024-02-12 | Give const_deallocate a default body | Oli Scherer | -1/+1 |
| 2024-02-12 | Teach llvm backend how to fall back to default bodies | Oli Scherer | -1/+1 |
| 2024-02-12 | Check signature of intrinsics with fallback bodies | Oli Scherer | -8/+31 |
| 2024-02-12 | Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgr | bors | -13/+12 |
| 2024-02-12 | Rollup merge of #120972 - lukas-code:autoderef-type-error, r=compiler-errors | Matthias Krüger | -3/+7 |
| 2024-02-12 | Rollup merge of #120917 - chenyukang:yukang-dead-parameters, r=compiler-errors | Matthias Krüger | -7/+2 |
| 2024-02-12 | support adding const generic params to intrinsics | Oli Scherer | -92/+104 |
| 2024-02-12 | Make check_intrinsic_type not require ForeignItems anymore | Oli Scherer | -19/+24 |
| 2024-02-12 | fix ICE for deref coercions with type errors | Lukas Markeffsky | -3/+7 |
| 2024-02-12 | Make the signature of equate_intrinsic_type support items other than `Foreign... | Oli Scherer | -17/+21 |
| 2024-02-12 | Stop calling `impl_polarity` when `impl_trait_ref` was also called | Oli Scherer | -17/+22 |
| 2024-02-12 | Tweak delayed bug mentions. | Nicholas Nethercote | -3/+3 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -35/+37 |
| 2024-02-12 | Improve some codes according to the reviews | Frank King | -1/+5 |
| 2024-02-12 | Check representation of unnamed fields | Frank King | -0/+49 |
| 2024-02-12 | remove a bunch of dead parameters in fn | yukang | -7/+2 |
| 2024-02-11 | Auto merge of #120619 - compiler-errors:param, r=lcnr | bors | -4/+21 |
| 2024-02-10 | Loosen an assertion to account for stashed errors. | Nicholas Nethercote | -1/+2 |
| 2024-02-08 | Add a new debug_assertions instrinsic (compiler) | Ben Kimock | -1/+4 |
| 2024-02-08 | Rollup merge of #120206 - petrochenkov:somehir, r=compiler-errors | Matthias Krüger | -7/+7 |
| 2024-02-08 | Rollup merge of #120103 - compiler-errors:concrete-afits, r=oli-obk | Matthias Krüger | -35/+53 |
| 2024-02-07 | Do not create param types that differ only by name when comparing intrinsic s... | Michael Goulet | -4/+21 |
| 2024-02-07 | hir: Remove `fn opt_hir_id` and `fn opt_span` | Vadim Petrochenkov | -7/+7 |
| 2024-02-05 | Make the error message better | Michael Goulet | -4/+53 |