| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-06 | clean up some old const trait impl syntax | Nathaniel McCallum | -6/+3 | |
| 2025-09-03 | Add `funnel_sh{l,r}` functions and intrinsics | sayantn | -0/+73 | |
| - Add a fallback implementation for the intrinsics - Add LLVM backend support for funnel shifts Co-Authored-By: folkertdev <folkert@folkertdev.nl> | ||||
| 2025-01-31 | PR feedback | Scott McMurray | -7/+5 | |
| 2025-01-31 | Add `unchecked_disjoint_bitor` with fallback intrinsic implementation | Scott McMurray | -0/+40 | |
| 2025-01-14 | Enforce syntactical stability of const traits in HIR | Michael Goulet | -0/+1 | |
| 2024-12-27 | Override `carrying_mul_add` in cg_llvm | Scott McMurray | -2/+2 | |
| 2024-12-27 | Move `{widening, carrying}_mul` to an intrinsic with fallback MIR | Scott McMurray | -0/+111 | |
| Including implementing it for `u128`, so it can be defined in `uint_impl!`. This way it works for all backends, including CTFE. | ||||
