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
Commit message (
Expand
)
Author
Age
Files
Lines
*
v0.10.0
v0.10.0
gingerBill
2019-06-02
1
-1
/
+1
*
Move internal 128-bit stuff to a windows specific file
gingerBill
2019-06-01
3
-204
/
+209
*
Update README.md
gingerBill
2019-05-30
1
-11
/
+12
*
Update README.md
gingerBill
2019-05-30
1
-4
/
+36
*
Create FUNDING.yml
gingerBill
2019-05-30
1
-0
/
+4
*
Pedantic conversions on query data
gingerBill
2019-05-29
1
-18
/
+18
*
Fixes to ABI
gingerBill
2019-05-29
3
-17
/
+16
*
Fix bit set size with 128-bit integers
gingerBill
2019-05-28
2
-14
/
+18
*
Add i128/u128 support for bit sets
gingerBill
2019-05-28
6
-32
/
+43
*
Support 128-bit integers `i128` `u128`
gingerBill
2019-05-28
10
-53
/
+584
*
sync_atomic_* make most ordering parameters compile-time constant
gingerBill
2019-05-28
1
-12
/
+51
*
Improve tokenizer slightly
gingerBill
2019-05-28
2
-11
/
+25
*
Update parsers
gingerBill
2019-05-28
3
-3
/
+5
*
Make core library use `a..<b` rather than doing `a..b-1`
gingerBill
2019-05-28
8
-40
/
+40
*
Add `..<` operator for ranges; Add extra checking for bit set assignments
gingerBill
2019-05-28
8
-22
/
+71
*
-go-to-definitions (OGTD file format)
gingerBill
2019-05-26
9
-435
/
+768
*
-compact flag for 'odin query'
gingerBill
2019-05-25
2
-1
/
+13
*
odin query
gingerBill
2019-05-25
12
-86
/
+1018
*
Fix polymorphic procedure return by pointer values #374
gingerBill
2019-05-19
2
-18
/
+39
*
Change import name rules
gingerBill
2019-05-19
1
-5
/
+7
*
Merge pull request #375 from Zilarrezko/master
gingerBill
2019-05-19
1
-1
/
+1
|
\
|
*
make_builder function now properly uses given allocator
Zilarrezko
2019-05-18
1
-1
/
+1
|
/
*
Add an error for C-style pointer selector expressions using '->' when parsing
gingerBill
2019-05-09
1
-0
/
+7
*
Fix constant representability rules
gingerBill
2019-05-09
1
-6
/
+3
*
Fix package odin/parser
gingerBill
2019-05-09
1
-2
/
+2
*
Allow comparisons with bit field values
gingerBill
2019-05-09
3
-15
/
+58
*
Allow booleans to be assigned to a 1-bit bit field value
gingerBill
2019-05-09
4
-9
/
+28
*
Remove test code
gingerBill
2019-05-09
1
-3
/
+0
*
Fix bug with `clamp`
gingerBill
2019-05-06
1
-1
/
+1
*
Fix ||= and &&=
gingerBill
2019-05-06
4
-37
/
+75
*
Improve type inference for variadic parameters
gingerBill
2019-05-04
3
-5
/
+27
*
Fix parapoly related bugs #370
gingerBill
2019-05-04
2
-10
/
+37
*
Minor change to bit_field assignment rules
gingerBill
2019-05-04
4
-17
/
+44
*
Add float64_range and float32_range to package math/rand
gingerBill
2019-04-28
1
-0
/
+3
*
Modify type_set_offsets to patch minor bug
gingerBill
2019-04-28
2
-2
/
+10
*
Add `#load` to package odin/parser
gingerBill
2019-04-21
1
-1
/
+1
*
Slight change to determine_path_from_string rules
gingerBill
2019-04-20
1
-4
/
+8
*
Change the file name rules for imports (use / rather than \ on windows)
gingerBill
2019-04-20
3
-12
/
+48
*
`#load` directive (request from #368) (Basic implementation)
gingerBill
2019-04-20
4
-34
/
+129
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2019-04-19
3
-22
/
+51
|
\
|
*
Merge pull request #367 from kevinw/fix-json-parsing
Jeroen van Rijn
2019-04-06
0
-0
/
+0
|
|
\
|
|
*
Fix som JSON parsing bugs.
Kevin Watters
2019-04-06
1
-18
/
+20
|
*
|
Merge pull request #358 from kevinw/master
Jeroen van Rijn
2019-04-06
2
-22
/
+22
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fix som JSON parsing bugs.
Kevin Watters
2019-04-06
1
-18
/
+20
|
|
*
Merge branch 'master' of github.com:odin-lang/Odin
Kevin Watters
2019-04-06
1
-0
/
+29
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
call_external_process cleanup
Jeroen van Rijn
2019-04-05
1
-20
/
+14
|
*
|
Add helpers to launch process and open website.
Jeroen van Rijn
2019-04-05
1
-0
/
+35
|
|
*
Merge branch 'master' of github.com:odin-lang/Odin
Kevin Watters
2019-04-01
7
-17
/
+95
|
|
|
\
|
|
|
/
|
|
/
|
|
|
*
Merge branch 'master' of github.com:odin-lang/Odin
Kevin Watters
2019-03-31
13
-57
/
+109
|
|
|
\
|
|
*
|
Remove unused import from demo.odin.
Kevin Watters
2019-03-26
1
-1
/
+0
[next]