| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove core:mem dependency from strings intern.odin | Shane Shrybman | 3 days | 1 | -2/+1 |
| | | |||||
| * | Fix #6198 | Jeroen van Rijn | 2026-01-31 | 1 | -4/+7 |
| | | |||||
| * | strings: use map_entry | Laytan Laats | 2025-01-08 | 1 | -5/+11 |
| | | |||||
| * | Fix loads of indentation issues with mixing spaces and tabs | gingerBill | 2024-06-29 | 1 | -1/+1 |
| | | |||||
| * | Replace `core:*` to `base:*` where appropriate | gingerBill | 2024-01-28 | 1 | -1/+1 |
| | | |||||
| * | Intern add location to init. | Pix | 2023-08-15 | 1 | -2/+2 |
| | | |||||
| * | Document return values of strings and add allocator errors where | Lucas Perlind | 2023-04-07 | 1 | -5/+13 |
| | | | | | possible | ||||
| * | Small improvements strings documentation | Lucas Perlind | 2023-04-03 | 1 | -8/+8 |
| | | | | | | | | | * 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 | ||||
| * | Fix website formatting and incorrect examples | Lucas Perlind | 2023-03-29 | 1 | -3/+6 |
| | | |||||
| * | add backticks on variables, code review comments | Jon Lipstate | 2023-03-28 | 1 | -7/+7 |
| | | |||||
| * | markdown compliant spaces | Jon Lipstate | 2023-03-27 | 1 | -8/+8 |
| | | |||||
| * | transform into odin-site parsable format | Jon Lipstate | 2023-03-27 | 1 | -8/+8 |
| | | |||||
| * | string code docs | Jon Lipstate | 2023-03-27 | 1 | -11/+58 |
| | | |||||
| * | Clean-up and unification for the allocation procedures | gingerBill | 2022-08-08 | 1 | -11/+11 |
| | | |||||
| * | Remove `strings` dependency from `core:sys/windows` | gingerBill | 2022-06-02 | 1 | -3/+4 |
| | | |||||
| * | documentation for the rest of the strings library | Michael Kutowski | 2022-04-03 | 1 | -0/+12 |
| | | |||||
| * | Remove unneeded semicolons from the core library | gingerBill | 2021-08-31 | 1 | -18/+18 |
| | | |||||
| * | Move `#no_bounds_check` to before `return` | gingerBill | 2021-08-15 | 1 | -1/+1 |
| | | |||||
| * | Add `strings.Intern` | gingerBill | 2020-12-15 | 1 | -0/+54 |