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
/
compress
Commit message (
Expand
)
Author
Age
Files
Lines
*
core:os -> core:os/old && core:os/os2 -> core:os
Jeroen van Rijn
6 days
2
-11
/
+11
*
gzip -> os2
Jeroen van Rijn
7 days
2
-42
/
+34
*
Make `using` as a statement an opt-in with `#+feature using-stmt`
gingerBill
2025-12-21
1
-1
/
+1
*
`Empty` -> `Unsupported`
bill/io-error-changes
gingerBill
2025-11-14
1
-4
/
+4
*
Change Odin's LICENSE to zlib from BSD 3-clause
gingerBill
2025-10-28
6
-6
/
+6
*
Render examples.
Jeroen van Rijn
2025-10-10
2
-23
/
+25
*
Further overhaul of package line comments.
Jeroen van Rijn
2025-10-09
5
-6
/
+4
*
More package lines
Jeroen van Rijn
2025-10-09
3
-6
/
+5
*
Add more package lines for the docs
Jeroen van Rijn
2025-10-09
5
-9
/
+13
*
Enable `odin check examples/all` for JS.
Jeroen van Rijn
2025-06-04
1
-3
/
+0
*
Correct zlib usage in doc
Jacob Pfeiffer
2024-11-08
1
-1
/
+2
*
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
1
-1
/
+1
*
core: improve package doc comments for the documentation generator
Laytan Laats
2024-09-03
6
-140
/
+143
*
Use `intrinsics.reverse_bits` in `core:compress/zlib`
Feoramund
2024-08-10
1
-7
/
+2
*
#force_no_inline build_huffman to avoid bloat
Jeroen van Rijn
2024-07-15
1
-2
/
+2
*
fix `@(optimization_mode)` usage in builtin collections
Laytan Laats
2024-07-08
2
-36
/
+36
*
Fix loads of indentation issues with mixing spaces and tabs
gingerBill
2024-06-29
1
-3
/
+3
*
Update for `transmute` `-vet-cast`
gingerBill
2024-06-29
1
-1
/
+1
*
Check for unneeded `transmute` with `-vet-cast`
gingerBill
2024-06-29
1
-6
/
+3
*
Update numerous package declaration names
gingerBill
2024-04-18
6
-6
/
+6
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
2
-2
/
+2
*
[DOC] Fix documentation formatting in site
Kostas Tsiligkiris
2024-01-14
1
-41
/
+31
*
Minor cleanups to the core library
gingerBill
2023-09-30
2
-43
/
+19
*
Use `or_return` on `resize`/`reserve`
gingerBill
2023-08-15
1
-13
/
+5
*
Make `for init; ; {}` an error without an explicit cond or post
gingerBill
2023-08-08
1
-3
/
+3
*
Clean up usage of `using` throughout core and vendor
gingerBill
2023-07-31
1
-0
/
+1
*
Merge pull request #2584 from odin-lang/new-io
gingerBill
2023-06-23
1
-2
/
+3
|
\
|
*
Just make the `io.Reader` etc aliases
gingerBill
2023-06-08
1
-1
/
+1
|
*
Update to new io interface
gingerBill
2023-06-08
1
-2
/
+3
*
|
Use positional and named arguments within the core library
gingerBill
2023-06-21
2
-4
/
+4
|
/
*
Improve error handling for `resize` and `reserve` procedures
gingerBill
2023-05-22
1
-8
/
+4
*
Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate
gingerBill
2023-02-10
1
-0
/
+2
*
Merge pull request #1544 from FancyKillerPanda/build_ignore
gingerBill
2022-11-03
2
-2
/
+2
|
\
|
*
Changed //+ignore to //+build ignore.
FancyKillerPanda
2022-02-24
2
-2
/
+2
*
|
Various changes to TGA reader
Jeroen van Rijn
2022-08-28
1
-1
/
+56
*
|
Rename `load_from_slice` to `load_from_bytes` across `core`
gingerBill
2022-05-14
2
-5
/
+5
*
|
Remove unused fmt.
Jeroen van Rijn
2022-04-22
1
-2
/
+0
*
|
[shoco] Replace 2D slices in model with 1D slices.
Jeroen van Rijn
2022-04-22
2
-125
/
+127
*
|
[compress/shoco] Add short string compressor.
Jeroen van Rijn
2022-04-22
2
-0
/
+466
*
|
[image] Add QOI load/save.
Jeroen van Rijn
2022-04-12
1
-4
/
+0
*
|
Utilize `union #shared_nil` in more places
gingerBill
2022-03-24
1
-1
/
+1
*
|
Utilize `union #shared_nil` to `core:image` `Error`
gingerBill
2022-03-24
2
-29
/
+34
*
|
Merge pull request #1582 from semarie/more-ci
Jeroen van Rijn
2022-03-03
1
-1
/
+1
|
\
\
|
*
|
semi-colons are deprecated in core
Sébastien Marie
2022-03-03
1
-1
/
+1
|
*
|
rename architecture from 386 to i386
Sébastien Marie
2022-03-03
1
-2
/
+2
*
|
|
remove some leftover semi-colons before EOF
Sébastien Marie
2022-03-03
2
-2
/
+2
|
/
/
*
/
[compress] 32-bit cleanness.
Jeroen van Rijn
2022-03-03
2
-3
/
+9
|
/
*
Add `#partial [Enum]Type{...}` support to check for missing enumerated array ...
gingerBill
2022-02-05
1
-0
/
+1
*
Fix `#sparse` usage
gingerBill
2022-02-05
1
-1
/
+1
*
Fix DEFLATE stored block handling.
Jeroen van Rijn
2022-01-27
1
-5
/
+8
[next]