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
/
encoding
Commit message (
Expand
)
Author
Age
Files
Lines
*
core:os -> core:os/old && core:os/os2 -> core:os
Jeroen van Rijn
6 days
4
-4
/
+4
*
Remove all `core:os` imports from JS targets
Jeroen van Rijn
6 days
7
-60
/
+72
*
eprintf
Jeroen van Rijn
7 days
1
-6
/
+5
*
Add `loc := #caller_location` to `read_entire_file`
Jeroen van Rijn
7 days
1
-2
/
+2
*
Convert `core:encoding/hxa`
Jeroen van Rijn
7 days
2
-7
/
+7
*
`core:os` -> `core:os/os` for CSV, INI, and XML
Jeroen van Rijn
7 days
3
-33
/
+40
*
encoding/xml: pass allocator on destroy
Isabella Basso
2026-01-25
1
-1
/
+2
*
Merge branch 'master' into xmlcomment
Jeroen van Rijn
2026-01-22
3
-2429
/
+2725
|
\
|
*
Keep -vet happy
gingerBill
2026-01-19
1
-1
/
+1
|
*
Remove the nbsp change, as it is not necessary
gingerBill
2026-01-19
1
-5
/
+2
|
*
Escape non-breaking space (0xa0) to ` `
gingerBill
2026-01-19
1
-1
/
+4
|
*
Merge pull request #6145 from odin-lang/bill/html-escape
Jeroen van Rijn
2026-01-18
2
-2429
/
+2676
|
|
\
|
|
*
Update generated.odin
gingerBill
2026-01-18
1
-101
/
+101
|
|
*
Keep `-vet` happy
gingerBill
2026-01-18
1
-9
/
+9
|
|
*
Move html escaping calls and fix existing generator
gingerBill
2026-01-18
2
-2429
/
+2676
|
*
|
core:encoding/base64: add support for url variant
rykad
2026-01-17
1
-0
/
+49
|
|
/
*
|
Comment includiing -- at end
StudebakerGuy
2026-01-07
1
-1
/
+1
*
|
Comments before first emlement not being captured
StudebakerGuy
2026-01-07
1
-1
/
+1
|
/
*
Merge pull request #5882 from IllusionMan1212/custom-json-marshalling
Jeroen van Rijn
2026-01-01
2
-3
/
+164
|
\
|
*
Make custom JSON (un)marshalers more like core:fmt's
Jeroen van Rijn
2025-12-10
2
-61
/
+200
|
*
encoding/json: error handling for custom (un)marshallers
Hisham Aburaqibah
2025-12-02
2
-4
/
+4
|
*
encoding/json: custom json (un)marshalling
IllusionMan1212
2025-12-02
2
-44
/
+66
*
|
[encoding/json] Allow Unmarshalling to `rune`
dozn
2025-12-30
2
-0
/
+10
*
|
[encoding/json] Fix Escapes When Marshalling
dozn
2025-12-30
1
-3
/
+3
*
|
Moved `first_iteration` up a couple lines so it makes sense readability-wise.
dozn
2025-12-30
1
-1
/
+1
*
|
Add JSON5/SJSON Comments When Marshalling
dozn
2025-12-29
1
-0
/
+26
*
|
Merge pull request #6078 from BigBoyBarney/json-arrays
Laytan
2025-12-29
2
-11
/
+11
|
\
\
|
*
|
Fix standard json parsing / unmarshalling issue for pure arrays
Sylphrena
2025-12-29
2
-11
/
+11
|
|
/
*
|
encoding/base32: Fix padding validation for malformed input
Zoltán Kéri
2025-12-27
1
-7
/
+7
*
|
Address issue identifying of CDATA
StudebakerGuy
2025-12-23
1
-1
/
+2
|
/
*
Increase base64 decoding table size to 256, preventing out of bounds reads
Franz Hoeltermann
2025-11-22
1
-19
/
+35
*
encoding/json: clone unquoted strings
Neirokan
2025-11-06
2
-15
/
+17
*
Merge pull request #5859 from odin-lang/bill/change-license
dev-2025-11
gingerBill
2025-11-04
7
-31
/
+20
|
\
|
*
Change Odin's LICENSE to zlib from BSD 3-clause
gingerBill
2025-10-28
7
-31
/
+20
*
|
encoding/cbor: fix epoch tag with small values
Laytan
2025-11-03
1
-14
/
+18
|
/
*
Link doc lines to source specifications.
Jeroen van Rijn
2025-10-10
5
-8
/
+5
*
Render examples.
Jeroen van Rijn
2025-10-10
8
-48
/
+49
*
Further overhaul of package line comments.
Jeroen van Rijn
2025-10-09
17
-19
/
+15
*
package lines for encoding
Jeroen van Rijn
2025-10-09
11
-18
/
+21
*
More package lines
Jeroen van Rijn
2025-10-09
3
-4
/
+6
*
Package lines for base32, move its tests to tests"
Jeroen van Rijn
2025-10-09
3
-229
/
+5
*
Followup fix to #4895
Courtney Strachan
2025-10-05
1
-3
/
+1
*
Merge branch 'odin-lang:master' into master
Courtney Strachan
2025-10-06
17
-287
/
+236
|
\
|
*
Add `#+test` to base32_test.odin
gingerBill
2025-09-28
1
-0
/
+1
|
*
Require `@(init)` and `@(fini)` to be `proc "contextless" ()`
gingerBill
2025-08-08
1
-4
/
+6
|
*
Change `is_utf16` field to `encoding` and use an enum
gingerBill
2025-08-05
3
-3
/
+3
|
*
Begin supporting `string16` across the core library
gingerBill
2025-08-02
4
-6
/
+10
|
*
Fix #4705
Jeroen van Rijn
2025-06-09
1
-1
/
+2
|
*
Clarify `strconv.append_*` to `strconv.write_*`
Feoramund
2025-06-05
2
-7
/
+7
|
*
encoding/cbor: support simd vectors
Laytan Laats
2025-06-04
2
-0
/
+30
[next]