| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-07-27 | Update the minimum external LLVM to 15 | Josh Stone | -1/+0 | |
| 2023-01-19 | Auto merge of #106989 - clubby789:is-zero-num, r=scottmcm | bors | -0/+17 | |
| Implement `alloc::vec::IsZero` for `Option<$NUM>` types Fixes #106911 Mirrors the `NonZero$NUM` implementations with an additional `assert_zero_valid`. `None::<i32>` doesn't stricly satisfy `IsZero` but for the purpose of allocating we can produce more efficient codegen. | ||||
| 2023-01-18 | Implement `alloc::vec::IsZero` for `Option<$NUM>` types | clubby789 | -0/+17 | |
| 2023-01-17 | Add more codegen tests | Nilstrieb | -1/+1 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+167 | |
