index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
strings
/
builder.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up of the core library to make the stream vtables not be pointers direc...
gingerBill
2022-09-15
1
-2
/
+2
*
Rename strings.Builder procedures to be consistent with the rest of the core ...
gingerBill
2022-07-11
1
-105
/
+43
*
Remove `strings` dependency from `core:sys/windows`
gingerBill
2022-06-02
1
-6
/
+6
*
Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate
gingerBill
2022-05-16
1
-2
/
+3
*
documentation for the rest of the strings library
Michael Kutowski
2022-04-03
1
-13
/
+117
*
Remove deprecation from the build specific procedures
gingerBill
2021-09-30
1
-3
/
+0
*
Correct `_builder_stream_vtable`
gingerBill
2021-09-29
1
-6
/
+6
*
Deprecate `strings.write_quoted_*` in favour of `io.write_quoted_*`; make `re...
gingerBill
2021-09-29
1
-1
/
+8
*
Make the io/conv.odin utilities be `#optional_ok`
gingerBill
2021-09-29
1
-2
/
+1
*
Add `io.write_quoted_*` utility procedures to `package io`
gingerBill
2021-09-29
1
-122
/
+10
*
Simplify `strings.write_byte` and `strings.write_bytes`
gingerBill
2021-09-09
1
-20
/
+8
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-155
/
+155
*
Core library clean up: Make range expressions more consistent and replace use...
gingerBill
2021-06-14
1
-2
/
+2
*
Remove @(static) for global variables
gingerBill
2021-05-19
1
-1
/
+1
*
Minimize unneeded casts
gingerBill
2021-03-03
1
-1
/
+1
*
Clean up `fmt` usage with `io.Writer` and `strings.Builder`
gingerBill
2020-12-04
1
-30
/
+0
*
Improve packages io and strings; add io.Section_Reader
gingerBill
2020-12-03
1
-26
/
+18
*
Integrate `package io` into core library
gingerBill
2020-12-03
1
-62
/
+161
*
Rename stream field names
gingerBill
2020-12-02
1
-0
/
+18
*
Add `%q` for runes in fmt
gingerBill
2020-11-18
1
-0
/
+16
*
Allow flushing with `strings.Builder`; Make `fmt.fprint*` procedures use a cu...
gingerBill
2020-10-01
1
-71
/
+127
*
Remove usage of `do` in core library
gingerBill
2020-09-23
1
-2
/
+2
*
Add `strings.pop_byte` `strings.pop_rune`
gingerBill
2020-07-08
1
-0
/
+18
*
Update strings case convertors to be unicode compliant
gingerBill
2020-05-24
1
-1
/
+18
*
Make the `string` type elements "immutable", akin to `char const *` in C
gingerBill
2019-12-01
1
-1
/
+1
*
strings.split; strings.index; eprint* over print*_err;
gingerBill
2019-10-06
1
-0
/
+4
*
Make procedure parameters just named values rather than copied variables
gingerBill
2019-07-15
1
-11
/
+11
*
make_builder function now properly uses given allocator
Zilarrezko
2019-05-18
1
-1
/
+1
*
Improve package strings
gingerBill
2019-03-15
1
-0
/
+4
*
Make `static` an attribute rather than a keyword prefix
gingerBill
2019-02-23
1
-2
/
+2
*
Minimize buffer size for write_u64 and write_i64
gingerBill
2019-01-13
1
-2
/
+2
*
json.marshal
gingerBill
2019-01-06
1
-1
/
+13
*
strings.write_quoted_string
gingerBill
2019-01-06
1
-2
/
+25
*
fmt.printf("%q", str); (quotes strings)
gingerBill
2019-01-06
1
-13
/
+75
*
Add strings.destroy_builder
gingerBill
2019-01-06
1
-0
/
+5
*
Reorganize fmt and strings; Replace fmt.String_Buffer with strings.Builder
gingerBill
2019-01-06
1
-0
/
+107