aboutsummaryrefslogtreecommitdiff
path: root/core/strings/reader.odin
Commit message (Expand)AuthorAgeFilesLines
* Small improvements strings documentationLucas Perlind2023-04-031-27/+27
* Fix website formatting and incorrect examplesLucas Perlind2023-03-291-7/+14
* rename nul to null, allocation clarificationsJon Lipstate2023-03-281-3/+3
* add backticks on variables, code review commentsJon Lipstate2023-03-281-21/+21
* markdown compliant spacesJon Lipstate2023-03-271-27/+27
* transform into odin-site parsable formatJon Lipstate2023-03-271-27/+27
* string code docsJon Lipstate2023-03-271-20/+130
* Clean up of the core library to make the stream vtables not be pointers direc...gingerBill2022-09-151-2/+2
* Simplify `package io` by removing different unnecessary types and callsgingerBill2022-09-111-14/+0
* documentation for the rest of the strings libraryMichael Kutowski2022-04-031-2/+34
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-91/+91
* Add helper procedures for `strings.Reader` creationgingerBill2021-06-241-0/+22
* Make bytes.Reader and strings.Reader have the same interfacegingerBill2020-12-041-98/+132
* Rename stream field namesgingerBill2020-12-021-11/+11
* Add `strings.Reader`gingerBill2020-12-021-0/+143