| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-08-10 | Tell LLVM that the negation in `<*const T>::sub` cannot overflow | Scott McMurray | -0/+34 | |
| Today it's just `sub` <https://rust.godbolt.org/z/8EzEPnMr5>; with this PR it's `sub nsw`. | ||||
![]() |
index : rust | |
| https://github.com/rust-lang/rust |
| about summary refs log tree commit diff |
| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-08-10 | Tell LLVM that the negation in `<*const T>::sub` cannot overflow | Scott McMurray | -0/+34 | |
| Today it's just `sub` <https://rust.godbolt.org/z/8EzEPnMr5>; with this PR it's `sub nsw`. | ||||