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
*
string.cut uses context.allocator by default.
Jeroen van Rijn
2021-08-02
1
-2
/
+2
*
Add `strings.cut`, which returns a substring.
Jeroen van Rijn
2021-08-01
1
-0
/
+34
*
Big simplification and improvement of the entity collection system, reducing ...
gingerBill
2021-07-27
1
-0
/
+2
*
Allow `core:sys/windows` to build on Windows only
Jeroen van Rijn
2021-07-15
12
-0
/
+12
*
Fix `floattidf` typo
gingerBill
2021-07-10
1
-2
/
+2
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-07-09
1
-1
/
+2
|
\
|
*
Fix error: Cannot assign to a procedure parameter
streof
2021-07-09
1
-0
/
+1
|
*
Fix error: Undeclared name: p
streof
2021-07-09
1
-1
/
+1
*
|
Use builtin.min and builtin.max in package slice
gingerBill
2021-07-09
1
-2
/
+2
|
/
*
Add `slice.min` and add `slice.max`
gingerBill
2021-07-08
1
-0
/
+24
*
Fix `thread_unix.odin`
gingerBill
2021-07-05
1
-0
/
+1
*
Use `or_else` in the core library when it makes sense
gingerBill
2021-07-05
5
-29
/
+6
*
`delete_key` now returns the deleted key and deleted value (if found)
gingerBill
2021-07-04
1
-2
/
+13
*
Add documentation for the overview of `package fmt`
gingerBill
2021-07-04
2
-1
/
+143
*
Add `slice.sort_by_cmp` Ordering based sorting algorithms
gingerBill
2021-07-03
1
-8
/
+229
*
Add `#no_bounds_check` to linalg procedures
gingerBill
2021-07-03
1
-15
/
+10
*
Be more consistent with runtime intrinsics usage
gingerBill
2021-07-03
1
-3
/
+3
*
Deprecate `sort.slice` and `sort.reverse_slice`
gingerBill
2021-07-03
1
-54
/
+9
*
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
[next]