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
/
examples
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add i128/u128 support for bit sets
gingerBill
2019-05-28
1
-16
/
+1
*
Support 128-bit integers `i128` `u128`
gingerBill
2019-05-28
1
-1
/
+16
*
Add `..<` operator for ranges; Add extra checking for bit set assignments
gingerBill
2019-05-28
1
-2
/
+4
*
Fix -vet for demo.odin
gingerBill
2019-03-30
1
-1
/
+0
*
Remove *_remove from demo and use built-in versions
gingerBill
2019-03-25
1
-14
/
+0
*
Fix typo in demo.odin
gingerBill
2019-03-11
1
-1
/
+1
*
Add implicit selector expression examples to demo.odin
gingerBill
2019-03-06
1
-0
/
+29
*
well, that was a stupid copy/paste bug
Jeroen van Rijn
2019-03-02
1
-2
/
+2
*
Fix #345: Panic when using enum as map key
Jeroen van Rijn
2019-03-02
1
-1
/
+57
*
Create CI files
Mikkel Hjortshoej
2019-02-06
1
-13
/
+1
*
Replace `deferred` with `deferred_none`, `deferred_in`, `deferred_out`
gingerBill
2019-01-13
1
-1
/
+1
*
Reorganize fmt and strings; Replace fmt.String_Buffer with strings.Builder
gingerBill
2019-01-06
1
-1
/
+1
*
Vet demo.odin
gingerBill
2018-12-31
1
-1
/
+3
*
Add `card` procedure to measure cardinality of a bit_set
gingerBill
2018-12-21
1
-0
/
+1
*
Add deferred procedure associations to demo.odin
gingerBill
2018-12-14
1
-0
/
+17
*
Labels for block and if statements (break only)
gingerBill
2018-12-08
1
-7
/
+33
*
Fix `foreign export` #294
gingerBill
2018-12-08
1
-1
/
+7
*
Change procedure group syntax from `proc[]` to `proc{}`; deprecate `proc[]` (...
gingerBill
2018-12-02
1
-12
/
+8
*
Subset and superset operators for `bit_set`: < <= > >=
gingerBill
2018-11-25
1
-0
/
+15
*
`-vet` flag to do basic vetting of code
gingerBill
2018-11-25
1
-1
/
+0
*
v0.9.0 Release
v0.9.0
gingerBill
2018-11-22
1
-1
/
+0
*
Built-in procedure `#defined`
gingerBill
2018-10-27
1
-0
/
+14
*
sync atomics "wrapper" procedures
gingerBill
2018-10-17
1
-1
/
+0
*
Minor fixes
gingerBill
2018-09-24
1
-1
/
+4
*
Constant polymorphic names
gingerBill
2018-09-10
1
-1
/
+17
*
Diverging procedures `proc() -> !` (no return)
gingerBill
2018-09-08
1
-0
/
+10
*
Parametric polymorphic union type
gingerBill
2018-09-08
1
-0
/
+18
*
Add `$T: typeid/[]$E`; Deprecate `T: type/[]$E`
gingerBill
2018-09-02
1
-6
/
+7
*
Temporary allocator for `context`
gingerBill
2018-08-29
1
-3
/
+6
*
Fix gbMutex for *nix
gingerBill
2018-08-19
1
-1
/
+1
*
Fix demo
gingerBill
2018-08-17
1
-1
/
+1
*
Disable non-comparison operations for enum (use `bit_set` for flags)
gingerBill
2018-08-17
1
-1
/
+6
*
Add underlying type for `bit_set`
gingerBill
2018-08-17
1
-4
/
+7
*
bit_set['A'..'Z'], bit_set[0..8]
gingerBill
2018-08-16
1
-27
/
+41
*
Constant evaluation for `in` expression for `bit_set`s
gingerBill
2018-08-16
1
-1
/
+3
*
Fix demo and improve type hinting
gingerBill
2018-08-14
1
-52
/
+24
*
Minor sanity features for `bit_set`
gingerBill
2018-08-14
1
-23
/
+52
*
`bit_set` constants
gingerBill
2018-08-14
1
-3
/
+11
*
Add `bit_set` type
gingerBill
2018-08-14
1
-0
/
+20
*
Replace `context <- c {}` with `context = c;`. context assignments are scope...
gingerBill
2018-08-04
1
-11
/
+9
*
Reduce number of range and slice operators #239
gingerBill
2018-08-01
7
-33
/
+31
*
Add older demos
gingerBill
2018-07-29
2
-0
/
+1348
*
using Foo :: enum {A, B, C}; len(Foo)
gingerBill
2018-07-29
1
-5
/
+6
*
Rename `free` to `delete` for non pointer types
gingerBill
2018-07-08
1
-3
/
+2
*
Allow `.allocator` for dynamic arrays; Add `mem.Pool`
gingerBill
2018-06-12
1
-23
/
+0
*
Change our IR name mangling rules
gingerBill
2018-06-03
1
-5
/
+1
*
Remove special shared scope for runtime stuff
gingerBill
2018-06-03
1
-4
/
+4
*
Remove need for __llvm_core
gingerBill
2018-06-03
1
-1
/
+4
*
Use const & for Array<AstNode *> parameters
gingerBill
2018-06-03
1
-8
/
+1
*
Re-allow `when` statements at the file scope
gingerBill
2018-06-02
1
-3
/
+5
[next]