aboutsummaryrefslogtreecommitdiff
path: root/core/strings/intern.odin
Commit message (Collapse)AuthorAgeFilesLines
* Remove core:mem dependency from strings intern.odinShane Shrybman3 days1-2/+1
|
* Fix #6198Jeroen van Rijn2026-01-311-4/+7
|
* strings: use map_entryLaytan Laats2025-01-081-5/+11
|
* Fix loads of indentation issues with mixing spaces and tabsgingerBill2024-06-291-1/+1
|
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
|
* Intern add location to init.Pix2023-08-151-2/+2
|
* Document return values of strings and add allocator errors whereLucas Perlind2023-04-071-5/+13
| | | | possible
* Small improvements strings documentationLucas Perlind2023-04-031-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 examplesLucas Perlind2023-03-291-3/+6
|
* add backticks on variables, code review commentsJon Lipstate2023-03-281-7/+7
|
* markdown compliant spacesJon Lipstate2023-03-271-8/+8
|
* transform into odin-site parsable formatJon Lipstate2023-03-271-8/+8
|
* string code docsJon Lipstate2023-03-271-11/+58
|
* Clean-up and unification for the allocation proceduresgingerBill2022-08-081-11/+11
|
* Remove `strings` dependency from `core:sys/windows`gingerBill2022-06-021-3/+4
|
* documentation for the rest of the strings libraryMichael Kutowski2022-04-031-0/+12
|
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-18/+18
|
* Move `#no_bounds_check` to before `return`gingerBill2021-08-151-1/+1
|
* Add `strings.Intern`gingerBill2020-12-151-0/+54