aboutsummaryrefslogtreecommitdiff
path: root/core/strings/conversion.odin
Commit message (Collapse)AuthorAgeFilesLines
* Document return values of strings and add allocator errors whereLucas Perlind2023-04-071-41/+53
| | | | possible
* Small improvements strings documentationLucas Perlind2023-04-031-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 documentationLucas Perlind2023-04-011-9/+9
|
* Fix website formatting and incorrect examplesLucas Perlind2023-03-291-15/+28
|
* add backticks on variables, code review commentsJon Lipstate2023-03-281-9/+7
|
* markdown compliant spacesJon Lipstate2023-03-271-27/+27
|
* transform into odin-site parsable formatJon Lipstate2023-03-271-62/+152
|
* string code docsJon Lipstate2023-03-271-46/+204
|
* Fix strings.to_ada_case()oskarnp2023-03-231-30/+11
|
* Fix documentation example of strings.to_upperWilliam Roe2023-03-101-2/+2
| | | This looks like it was a copy/paste mistake
* Rename strings.Builder procedures to be consistent with the rest of the core ↵gingerBill2022-07-111-10/+10
| | | | library
* documentation for the rest of the strings libraryMichael Kutowski2022-04-031-7/+47
|
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-109/+109
|
* Core library clean up: Make range expressions more consistent and replace ↵gingerBill2021-06-141-3/+3
| | | | uses of `..` with `..=`
* Improve packages io and strings; add io.Section_ReadergingerBill2020-12-031-26/+31
|
* Integrate `package io` into core librarygingerBill2020-12-031-7/+14
|
* Fix import pathsgingerBill2020-11-121-0/+3
|
* Reorganize package stringsgingerBill2020-11-121-0/+254