| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Document return values of strings and add allocator errors where | Lucas Perlind | 2023-04-07 | 1 | -41/+53 |
| | | | | | possible | ||||
| * | Small improvements strings documentation | Lucas Perlind | 2023-04-03 | 1 | -36/+43 |
| | | | | | | | | | * Use new 'Returns:' and 'Inputs:' keywords used by the website generator * Make order item order resemble website, i.e. 'Returns:' comes before 'Example:' * Add a few missing input items * Add a few missing return items | ||||
| * | Enforce example names in documentation | Lucas Perlind | 2023-04-01 | 1 | -9/+9 |
| | | |||||
| * | Fix website formatting and incorrect examples | Lucas Perlind | 2023-03-29 | 1 | -15/+28 |
| | | |||||
| * | add backticks on variables, code review comments | Jon Lipstate | 2023-03-28 | 1 | -9/+7 |
| | | |||||
| * | markdown compliant spaces | Jon Lipstate | 2023-03-27 | 1 | -27/+27 |
| | | |||||
| * | transform into odin-site parsable format | Jon Lipstate | 2023-03-27 | 1 | -62/+152 |
| | | |||||
| * | string code docs | Jon Lipstate | 2023-03-27 | 1 | -46/+204 |
| | | |||||
| * | Fix strings.to_ada_case() | oskarnp | 2023-03-23 | 1 | -30/+11 |
| | | |||||
| * | Fix documentation example of strings.to_upper | William Roe | 2023-03-10 | 1 | -2/+2 |
| | | | | This looks like it was a copy/paste mistake | ||||
| * | Rename strings.Builder procedures to be consistent with the rest of the core ↵ | gingerBill | 2022-07-11 | 1 | -10/+10 |
| | | | | | library | ||||
| * | documentation for the rest of the strings library | Michael Kutowski | 2022-04-03 | 1 | -7/+47 |
| | | |||||
| * | Remove unneeded semicolons from the core library | gingerBill | 2021-08-31 | 1 | -109/+109 |
| | | |||||
| * | Core library clean up: Make range expressions more consistent and replace ↵ | gingerBill | 2021-06-14 | 1 | -3/+3 |
| | | | | | uses of `..` with `..=` | ||||
| * | Improve packages io and strings; add io.Section_Reader | gingerBill | 2020-12-03 | 1 | -26/+31 |
| | | |||||
| * | Integrate `package io` into core library | gingerBill | 2020-12-03 | 1 | -7/+14 |
| | | |||||
| * | Fix import paths | gingerBill | 2020-11-12 | 1 | -0/+3 |
| | | |||||
| * | Reorganize package strings | gingerBill | 2020-11-12 | 1 | -0/+254 |