| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-07-27 | Update the minimum external LLVM to 15 | Josh Stone | -1/+0 | |
| 2023-02-16 | Use `partial_cmp` to implement tuple `lt`/`le`/`ge`/`gt` | Scott McMurray | -2/+5 | |
| 2023-02-16 | Add a codegen test for comparisons of 2-tuples of primitives | Scott McMurray | -0/+118 | |
| The operators are all overridden in full for tuples, so those parts pass easily, but they're worth pinning. Going via `Ord::cmp`, though, doesn't optimize away for anything but `cmp`+`is_le`. So this leaves `FIXME`s in the tests for the others. | ||||
