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
*
Subset and superset operators for `bit_set`: < <= > >=
gingerBill
2018-11-25
2
-6
/
+35
*
`-vet` flag to do basic vetting of code
gingerBill
2018-11-25
2
-6
/
+5
*
Fix issue #280
gingerBill
2018-11-17
1
-4
/
+4
*
`opaque` keyword and type
gingerBill
2018-11-11
3
-1
/
+67
*
Fix issue with complication of -debug that is caused sometimes due to lambda ...
gingerBill
2018-11-11
1
-3
/
+7
*
Allow comparisons of `cstring`; Add `resize`
gingerBill
2018-10-31
1
-0
/
+35
*
Fix `context` initialization
gingerBill
2018-10-20
6
-14
/
+24
*
Add basics for context-based Logger
gingerBill
2018-10-20
2
-0
/
+38
*
Fix atomic.odin
gingerBill
2018-10-20
1
-15
/
+12
*
Move atomic intrinsics to the new built-in package intrinsics
gingerBill
2018-10-20
1
-61
/
+63
*
sync atomics "wrapper" procedures
gingerBill
2018-10-17
3
-102
/
+185
*
Fix compilation error #272
gingerBill
2018-10-17
1
-2
/
+2
*
Add `unimplemented` and `unreachable` procedures; make `os.exit` a diverging ...
gingerBill
2018-10-13
4
-4
/
+26
*
switch on typeid with type cases
gingerBill
2018-10-13
2
-8
/
+4
*
Update runtime printing code
gingerBill
2018-10-11
3
-13
/
+67
*
Fixed heap alloc not allowing empty structs on Linux - Fixes #267
Alexis Breust
2018-10-09
1
-1
/
+1
*
Prefix runtime procedures
gingerBill
2018-09-29
1
-12
/
+12
*
Fix `using import` override "bug"
gingerBill
2018-09-29
1
-0
/
+8
*
Remove reference to the runtime package within itself
Lipid
2018-09-16
1
-2
/
+2
*
Fix delete_key #262
gingerBill
2018-09-15
1
-10
/
+15
*
Fix runtime proc names; Change calling convention of `context` parameter
gingerBill
2018-09-15
1
-3
/
+3
*
context.allocator = a; Remove __ from runtime procs; improve division for com...
gingerBill
2018-09-15
4
-92
/
+125
*
Make `panic` a diverging procedure
gingerBill
2018-09-08
1
-1
/
+1
*
Diverging procedures `proc() -> !` (no return)
gingerBill
2018-09-08
1
-1
/
+1
*
Parametric polymorphic union type
gingerBill
2018-09-08
2
-1
/
+8
*
Fixed core library bugs after recent changes. (#257)
Joshua Mark Manton
2018-09-02
2
-3
/
+1
*
Add `$T: typeid/[]$E`; Deprecate `T: type/[]$E`
gingerBill
2018-09-02
3
-8
/
+8
*
`typeid` as keyword (ready to implement polymorphic name parameters)
gingerBill
2018-09-02
5
-43
/
+57
*
Remove test code
gingerBill
2018-08-30
1
-1
/
+0
*
Change memory layout of `map` to be 3 words smaller
gingerBill
2018-08-30
4
-10
/
+45
*
Rename buffer entity
gingerBill
2018-08-30
1
-5
/
+5
*
Make `free_all` built-in
gingerBill
2018-08-30
2
-3
/
+4
*
Place assertf and printf to package fmt
gingerBill
2018-08-30
2
-26
/
+21
*
Fix `delete` for dynamic array and map
gingerBill
2018-08-30
1
-5
/
+5
*
Add `assertf` and `panicf`
gingerBill
2018-08-30
2
-3
/
+29
*
Add extra nil check for `assert` and `panic`
gingerBill
2018-08-30
1
-2
/
+10
*
Add `utf8_to_ucs2` for package win32 so that the wide procedures can used by ...
gingerBill
2018-08-30
4
-16
/
+73
*
Add `Assertion_Failure_Proc` to `context`
gingerBill
2018-08-29
2
-21
/
+41
*
Temporary allocator for `context`
gingerBill
2018-08-29
4
-7
/
+123
*
Add default `allocator` to allocation related procedures e.g. alloc, free, de...
gingerBill
2018-08-28
3
-67
/
+50
*
`runtime.Typeid_Bit_Field` layout to store more information into the typeid
gingerBill
2018-08-25
2
-1
/
+90
*
Fix for in enum iteration
gingerBill
2018-08-22
3
-7
/
+1
*
Improve proc group scoring algorithm
gingerBill
2018-08-21
2
-12
/
+64
*
Implement suggestions from #247
gingerBill
2018-08-20
1
-1
/
+5
*
All enums in array indices
gingerBill
2018-08-17
1
-2
/
+2
*
Add underlying type for `bit_set`
gingerBill
2018-08-17
2
-4
/
+17
*
bit_set['A'..'Z'], bit_set[0..8]
gingerBill
2018-08-16
3
-6
/
+51
*
Minor sanity features for `bit_set`
gingerBill
2018-08-14
2
-11
/
+13
*
Add `bit_set` type
gingerBill
2018-08-14
4
-7
/
+146
*
Fix default make parameters for dynamic arrays
gingerBill
2018-08-09
2
-5
/
+10
[next]