aboutsummaryrefslogtreecommitdiff
path: root/core/os/os2/errors.odin
Commit message (Expand)AuthorAgeFilesLines
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Clean up `core:time` to be consistent across all platformsgingerBill2022-05-121-0/+2
* Update error handling for os2 on windowsgingerBill2022-05-121-30/+49
* Fill in most of os2/file_windows.odingingerBill2022-05-121-0/+3
* Begin mocking os2 for windows out moregingerBill2022-05-051-30/+2
* Strip semicolonsgingerBill2021-09-191-32/+32
* Make `or_else` and `or_return` operators (binary and suffix respectively)gingerBill2021-08-151-1/+1
* Use `or_else` in the core library when it makes sensegingerBill2021-07-051-5/+2
* Redesign `os2.Error` to work with the new extended `union` behaviourgingerBill2021-05-161-45/+16
* Mockup of the new `package os` interface (incomplete and non-functioning)gingerBill2021-04-141-0/+126