Age | Commit message (Expand) | Author | Files | Lines |
2024-01-16 | gccrs: Remove Rust::Optional in favor of tl::optional | Arthur Cohen | 1 | -288/+0 |
2024-01-16 | gccrs: Prevent initialization related warnings/errors for Optional | Owen Avery | 1 | -0/+4 |
2024-01-16 | gccrs: Add operator== for Optional. | Owen Avery | 1 | -0/+10 |
2024-01-16 | gccrs: Improve Optional<T> implementation | Owen Avery | 1 | -28/+52 |
2024-01-16 | gccrs: Allow hashing Optional<T> | Owen Avery | 1 | -0/+12 |
2024-01-16 | gccrs: Improve Optional<T&> implementation | Owen Avery | 1 | -50/+9 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-02-21 | gccrs: Improve lexer dump | Raiki Tamura | 1 | -0/+1 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-13 | gccrs: Add implementation of Optional | Arthur Cohen | 1 | -0/+278 |