aboutsummaryrefslogtreecommitdiff
path: root/core/encoding
Commit message (Collapse)AuthorAgeFilesLines
* Core library clean up: Make range expressions more consistent and replace ↵gingerBill2021-06-144-23/+23
| | | | uses of `..` with `..=`
* Implement `f16` functionalitygingerBill2021-04-011-0/+1
|
* Make base32 and base64 adhere to `-strict-style`gingerBill2021-03-142-4/+4
|
* Make trailing comma usage consistentgingerBill2021-03-131-1/+1
|
* Remove `#opaque` typesgingerBill2021-02-231-3/+0
|
* Remove `bit_field` in type info, runtime, and general core librarygingerBill2021-02-191-28/+0
|
* vet all core packagesgingerBill2021-01-093-4/+2
|
* Add encoding/csv WritergingerBill2021-01-092-18/+165
|
* Add encoding/csv `Reader`gingerBill2021-01-081-0/+406
|
* Integrate `package io` into core librarygingerBill2020-12-031-2/+3
|
* Remove unused variablegingerBill2020-11-251-2/+0
|
* Update package json for new map layout; Correct llvm-api includes for *nixgingerBill2020-11-251-4/+4
|
* Remove usage of `do` in core librarygingerBill2020-09-237-70/+104
|
* Added parse_integers optional to validationjockus2020-09-151-2/+2
|
* Added option to parse number as integer, disabled by defaultjockus2020-09-153-8/+10
|
* [REFLECTION BREAKING] Modify the internals of the `map` type to increase ↵gingerBill2020-09-071-5/+1
| | | | performance
* Commit fixgingerBill2020-06-165-119/+139
|
* Add extra information to `-show-more-timings`gingerBill2020-05-211-12/+12
|
* Fix `strconv.parse_` usage across other packagesgingerBill2020-05-092-4/+8
|
* Fix encoding/base64 encoding null bytes incorrectlyTetralux2020-02-281-5/+5
| | | | | Fixes #574. Thanks @jroatch!
* Implement `#complete switch` by default, replace with `#partial switch` #511gingerBill2019-12-226-120/+119
|
* Make the `string` type elements "immutable", akin to `char const *` in CgingerBill2019-12-013-12/+12
| | | | Allows for extra security and optimization benefits
* Removed CSV stuff.zhibog2019-11-171-138/+0
|
* Missed onezhibog2019-11-091-1/+1
|
* Fixed indentingzhibog2019-11-091-44/+44
|
* Added procs to read and write just the data, without any file loading / writingzhibog2019-11-081-12/+44
|
* Added names to return valueszhibog2019-11-081-5/+5
|
* Should be row_count obviouslyzhibog2019-11-081-10/+10
|
* Removed comments regarding RFC test vectorszhibog2019-11-082-72/+2
|
* Added an implementation for reading and writing csv fileszhibog2019-11-011-0/+106
|
* Added Base32 + official test vectors from the RFCzhibog2019-11-011-0/+180
|
* Added official test vectors from the RFCzhibog2019-11-011-1/+36
|
* Change implicit semicolon rules for record types within procedure bodies; ↵gingerBill2019-10-061-4/+3
| | | | Update `package odin/*`
* Change print*_err to eprint* in core librarygingerBill2019-10-062-6/+6
|
* Added an implementation for Base64. Also provides the ability to supply your ↵zhibog2019-08-151-0/+93
| | | | own alphabet and decoding table.
* Remove `package types` and merge with `package reflect`gingerBill2019-08-131-2/+2
|
* Fix core library for the new procedure parameter addressing modegingerBill2019-07-154-20/+27
|
* Make core library use `a..<b` rather than doing `a..b-1`gingerBill2019-05-282-7/+7
|
* Fix som JSON parsing bugs.Kevin Watters2019-04-061-18/+20
| | | | | - Single digit integer keys `{"a": 5}` ` Negative float keys `{"b": -42.0}`
* Fix some -vet warnings; change import to core:math/bitsKevin Watters2019-03-253-5/+3
|
* Vet CELJeroen van Rijn2019-03-172-25/+23
|
* Fix typo in `cel` tokeniser.Jeroen van Rijn2019-03-041-10/+10
|
* Fix typo in json/parser.odingingerBill2019-01-141-1/+1
|
* Update `package json` parser to store the end position on the valuesgingerBill2019-01-142-3/+15
|
* Make encoding/json use []byte rather than stringgingerBill2019-01-074-18/+67
|
* json.marshalgingerBill2019-01-061-0/+283
|
* Support NaN and Infinity for JSON5gingerBill2019-01-062-14/+38
|
* package json; JSON5 supportgingerBill2019-01-064-48/+319
|
* Add json.is_valid filegingerBill2019-01-061-0/+98
|
* Add json.is_validgingerBill2019-01-061-2/+3
|