| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update `tests\core\encoding\cbor` to use new test runner. | Jeroen van Rijn | 2024-06-02 | 1 | -4/+4 |
| | | | | | | | It was leaky and required a substantial number of `loc := #caller_location` additions to parts of the core library to make it easier to track down how and where it leaked. The tests now run fine multi-threaded. | ||||
| * | Replace `core:*` to `base:*` where appropriate | gingerBill | 2024-01-28 | 1 | -1/+1 |
| | | |||||
| * | Builder makes added caller location | Pix | 2023-08-15 | 1 | -12/+12 |
| | | |||||
| * | Update to new io interface | gingerBill | 2023-06-08 | 1 | -25/+16 |
| | | |||||
| * | update builder sample | Jon Lipstate | 2023-04-26 | 1 | -6/+5 |
| | | |||||
| * | fix typo, add builder sample | Jon Lipstate | 2023-04-26 | 1 | -1/+27 |
| | | |||||
| * | Document return values of strings and add allocator errors where | Lucas Perlind | 2023-04-07 | 1 | -65/+65 |
| | | | | | possible | ||||
| * | Small improvements strings documentation | Lucas Perlind | 2023-04-03 | 1 | -89/+97 |
| | | | | | | | | | * 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 documentation | Lucas Perlind | 2023-04-01 | 1 | -8/+8 |
| | | |||||
| * | Fix website formatting and incorrect examples | Lucas Perlind | 2023-03-29 | 1 | -34/+68 |
| | | |||||
| * | pr pickups | Jon Lipstate | 2023-03-28 | 1 | -7/+23 |
| | | |||||
| * | markdown compliant spaces | Jon Lipstate | 2023-03-27 | 1 | -68/+68 |
| | | |||||
| * | transform into odin-site parsable format | Jon Lipstate | 2023-03-27 | 1 | -120/+188 |
| | | |||||
| * | string code docs | Jon Lipstate | 2023-03-27 | 1 | -84/+369 |
| | | |||||
| * | Minor fixes | gingerBill | 2023-03-16 | 1 | -2/+6 |
| | | |||||
| * | Don't write leading + unless +Inf or we ask for it. | Jeroen van Rijn | 2022-11-14 | 1 | -4/+18 |
| | | |||||
| * | Add `write_(f16|f32|f64)` calls | gingerBill | 2022-11-14 | 1 | -0/+23 |
| | | |||||
| * | add floats to string builder | Colin Davidson | 2022-11-14 | 1 | -0/+7 |
| | | |||||
| * | Clean up of the core library to make the stream vtables not be pointers ↵ | gingerBill | 2022-09-15 | 1 | -2/+2 |
| | | | | | directly. | ||||
| * | Rename strings.Builder procedures to be consistent with the rest of the core ↵ | gingerBill | 2022-07-11 | 1 | -105/+43 |
| | | | | | library | ||||
| * | 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 ↵ | gingerBill | 2021-09-29 | 1 | -1/+8 |
| | | | | | `reflect.write_type` a little more robust with `io.Error` handling | ||||
| * | 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 ↵ | gingerBill | 2021-06-14 | 1 | -2/+2 |
| | | | | | uses of `..` with `..=` | ||||
| * | 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 ↵ | gingerBill | 2020-10-01 | 1 | -71/+127 |
| | | | | | custom flush procedure | ||||
| * | 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 |
| | | | | | Allows for extra security and optimization benefits | ||||
| * | 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 |
| | | |||||