| Commit message (Expand) | Author | Age | Files | Lines |
* | Title simplification | Runxi Yu | 2025-03-02 | 1 | -1/+1 |
* | malloc: Return _, ESTACK instead of 0, ESTACK | Runxi Yu | 2025-01-07 | 1 | -4/+3 |
* | Add a README | Runxi Yu | 2025-01-05 | 1 | -0/+7 |
* | Behave well with Hugo | Runxi Yu | 2025-01-03 | 2 | -1/+6 |
* | Delete all build stuff | Runxi Yu | 2025-01-03 | 4 | -100/+0 |
* | Much smaller CSS | Runxi Yu | 2024-12-11 | 2 | -282/+15 |
* | Makefile: --preserve-tabs | Runxi Yu | 2024-12-11 | 1 | -1/+1 |
* | Error propagation clarification | Runxi Yu | 2024-12-11 | 1 | -4/+6 |
* | Use e² instead of $e^2$ | Runxi Yu | 2024-12-11 | 2 | -4/+4 |
* | s/err/error/g | Runxi Yu | 2024-12-11 | 1 | -2/+2 |
* | Some changes, and some examples to start with for error propagation | Test_User | 2024-12-09 | 1 | -2/+31 |
* | README: Update online reading URL | Runxi Yu | 2024-12-09 | 1 | -1/+1 |
* | Amend malloc example to not assume invalidity of zero pointers | Runxi Yu | 2024-12-05 | 1 | -6/+8 |
* | There is language-level support for tagged unions. | Runxi Yu | 2024-12-05 | 1 | -0/+1 |
* | Another round of README updates :/ | Runxi Yu | 2024-12-05 | 4 | -12/+25 |
* | New repo locations and file structure | Runxi Yu | 2024-12-05 | 5 | -151/+164 |
* | e2 in plain text | Runxi Yu | 2024-12-05 | 1 | -1/+1 |
* | e^2 | Runxi Yu | 2024-12-05 | 2 | -3/+5 |
* | Overflow update | Runxi Yu | 2024-12-05 | 1 | -2/+5 |
* | Pandoc | Runxi Yu | 2024-12-05 | 4 | -1/+348 |
* | More details about overflow | Runxi Yu | 2024-12-05 | 1 | -14/+32 |
* | Implicit type changes | Test_User | 2024-12-03 | 1 | -13/+17 |
* | 0x0 meh | Test_User | 2024-12-02 | 1 | -0/+1 |
* | No null termination (by default) | Test_User | 2024-12-01 | 1 | -0/+1 |
* | Optional manual stack freeing | Test_User | 2024-12-01 | 1 | -0/+3 |
* | Comment on integer overflow issues being detectable after the fact. Also, mor... | Test_User | 2024-12-01 | 1 | -1/+3 |
* | Add a few more differences from C | Runxi Yu | 2024-12-01 | 1 | -0/+9 |
* | reasoning: Explicitly mention unlocking as a candidate for nofail | Runxi Yu | 2024-12-01 | 1 | -1/+1 |
* | Add some seperate comments on nofail, and a place to put other such comments | Test_User | 2024-12-01 | 1 | -0/+10 |
* | Fix a typo | Test_User | 2024-11-30 | 1 | -1/+1 |
* | Fix a typo, remove a wrong assertion, and write up a start for `nofail` | Test_User | 2024-11-30 | 1 | -6/+22 |
* | Fix a typo | Test_User | 2024-11-30 | 1 | -1/+1 |
* | README.md: Initial write-up | Runxi Yu | 2024-11-30 | 1 | -0/+73 |
* | LICENSE: CC0 | Runxi Yu | 2024-11-30 | 1 | -0/+122 |