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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve `linalg.transpose` type determination for square matrices
gingerBill
2021-06-28
1
-2
/
+1
*
ZLIB: Fix edge case where initial buffer < 258 bytes.
Jeroen van Rijn
2021-06-27
1
-6
/
+4
*
Merge branch 'master' into zlib_optimize
Jeroen van Rijn
2021-06-27
1
-0
/
+83
|
\
|
*
Add `bufio.Lookahead_Reader`
gingerBill
2021-06-26
1
-0
/
+83
*
|
ZLIB: cleanup.
Jeroen van Rijn
2021-06-27
5
-59
/
+67
*
|
PNG: Inform `inflate` about expected output size for extra speed.
Jeroen van Rijn
2021-06-27
1
-26
/
+28
*
|
PNG: Let PNG use the new compress I/O routines.
Jeroen van Rijn
2021-06-27
4
-342
/
+32
*
|
ZLIB: Split up input from stream and memory into own code paths.
Jeroen van Rijn
2021-06-27
5
-74
/
+475
*
|
Refactor compress.Context struct.
Jeroen van Rijn
2021-06-26
3
-11
/
+15
*
|
ZLIB: Moar faster.
Jeroen van Rijn
2021-06-26
3
-159
/
+109
*
|
ZLIB: Remove superfluous code.
Jeroen van Rijn
2021-06-26
4
-150
/
+69
*
|
So far, so good.
Jeroen van Rijn
2021-06-26
2
-30
/
+138
*
|
Merge branch 'master' into zlib_optimize
Jeroen van Rijn
2021-06-26
1
-0
/
+340
|
\
|
|
*
Add `bufio.Scanner`
gingerBill
2021-06-25
1
-0
/
+340
*
|
ZLIB: If output size is known, reserve that much.
Jeroen van Rijn
2021-06-26
5
-28
/
+166
|
/
*
Merge pull request #1040 from Kelimion/zlib_optimize
Jeroen van Rijn
2021-06-24
1
-5
/
+38
|
\
|
*
Adler32 speedup.
Jeroen van Rijn
2021-06-24
1
-5
/
+38
*
|
Allow `bufio.Reader` and `bufio.Writer` to have a configurable `max_consecuti...
gingerBill
2021-06-24
2
-4
/
+16
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-06-24
2
-5
/
+24
|
\
|
|
*
ZLIB: Another 10%+ faster.
Jeroen van Rijn
2021-06-24
2
-5
/
+24
*
|
Add helper procedures for `strings.Reader` creation
gingerBill
2021-06-24
1
-0
/
+22
|
/
*
Update hash.crc32 to use slicing-by-8 algorithm to improve throughput by ~3.5x
gingerBill
2021-06-24
2
-74
/
+401
*
ZLIB: More faster.
Jeroen van Rijn
2021-06-23
4
-14
/
+58
*
All reads now skip stream if in memory.
Jeroen van Rijn
2021-06-23
4
-51
/
+52
*
Most reads now go through buffer for zlib.
Jeroen van Rijn
2021-06-23
2
-15
/
+66
*
All reads now go through `read_slice`.
Jeroen van Rijn
2021-06-23
1
-17
/
+10
*
Introduce `read_slice`, make `read_u8` use it.
Jeroen van Rijn
2021-06-23
1
-1
/
+21
*
Refactor ZLIB structs.
Jeroen van Rijn
2021-06-23
6
-132
/
+175
*
Move `bytes` utils back to EXR code for the time being.
Jeroen van Rijn
2021-06-22
2
-211
/
+24
*
PNG: Fix leak if you don't ask for metadata.
Jeroen van Rijn
2021-06-21
2
-8
/
+4
*
Merge pull request #1031 from Kelimion/zlib_fix
Jeroen van Rijn
2021-06-21
1
-15
/
+3
|
\
|
*
ZLIB: fix.
Jeroen van Rijn
2021-06-21
1
-16
/
+4
*
|
Comment out tracy imports.
Jeroen van Rijn
2021-06-21
3
-4
/
+6
|
/
*
ZLIB: Start optimization.
Jeroen van Rijn
2021-06-21
10
-38
/
+211
*
Replace `core:image`'s `sidecar` with explicit `metadata_ptr` and `metadata_t...
Jeroen van Rijn
2021-06-21
3
-23
/
+23
*
Change PNG's img.sidecar to ^Info, make img.depth an int.
Jeroen van Rijn
2021-06-20
3
-9
/
+12
*
Merge pull request #1024 from Kelimion/defer_fix
Jeroen van Rijn
2021-06-20
1
-2
/
+3
|
\
|
*
GZIP defer diverging fix in gzip example.
Jeroen van Rijn
2021-06-20
1
-2
/
+3
*
|
Fix Windows test runner.
Jeroen van Rijn
2021-06-20
1
-1
/
+1
|
/
*
Fix comment.
Jeroen van Rijn
2021-06-18
1
-2
/
+2
*
Add `bytes.buffer_create_of_type` and `bytes.buffer_convert_to_type`.
Jeroen van Rijn
2021-06-18
1
-0
/
+181
*
Add `intrinsics.type_is_endian_platform`
gingerBill
2021-06-17
1
-0
/
+1
*
Add missing `-> !` annotation
gingerBill
2021-06-16
1
-1
/
+1
*
Improve logic for diverging procedures by checking if it terminates
gingerBill
2021-06-16
1
-4
/
+4
*
Change uses for parapoly records to use `$` always
gingerBill
2021-06-14
12
-14
/
+14
*
More minor stylization changes (remove unneeded parentheses)
gingerBill
2021-06-14
5
-12
/
+12
*
Minor formatting changes
gingerBill
2021-06-14
5
-373
/
+362
*
Core library clean up: Make range expressions more consistent and replace use...
gingerBill
2021-06-14
23
-84
/
+80
*
Add `struct_fields_zipped` and `enum_fields_zipped` (allowing for iteration t...
gingerBill
2021-06-14
1
-21
/
+63
*
Correct minimum dependency for `complex32`
gingerBill
2021-06-08
1
-0
/
+6
[next]