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
...
|
|
*
|
Merge branch 'master' of github.com:odin-lang/Odin
Kevin Watters
2019-03-26
6
-44
/
+93
|
|
|
\
\
|
|
*
|
|
Fix some -vet warnings; change import to core:math/bits
Kevin Watters
2019-03-25
4
-7
/
+5
*
|
|
|
|
Fix `is_operand_value` to support more addressing modes
gingerBill
2019-04-19
1
-1
/
+3
|
/
/
/
/
*
|
|
|
The Proposal Process
gingerBill
2019-03-31
1
-0
/
+64
*
|
|
|
Remove dead keywords; Fix `min` and `max` for enum types
gingerBill
2019-03-31
3
-6
/
+14
*
|
|
|
Minor code organization change
gingerBill
2019-03-31
3
-11
/
+17
|
|
_
|
/
|
/
|
|
*
|
|
Remove -keep-temp-files from the build.bat
gingerBill
2019-03-31
1
-1
/
+1
*
|
|
Remove `derived` from `context`; Fix parsing issue for `typeid` specializatio...
gingerBill
2019-03-31
4
-29
/
+37
*
|
|
Modify ir_generate_array name logic slightly
gingerBill
2019-03-31
1
-3
/
+5
*
|
|
Use `context` for assert-based things.
gingerBill
2019-03-30
1
-5
/
+5
*
|
|
Overrideable stdin, stdout, stderr at the `context` level
gingerBill
2019-03-30
3
-7
/
+15
*
|
|
Fix -vet for demo.odin
gingerBill
2019-03-30
4
-10
/
+9
*
|
|
Disallow ambiguous singularly variadic polymorphic parameters #361
gingerBill
2019-03-30
2
-2
/
+36
*
|
|
Fix slicing issue; Change path of math/bits in package json #363
gingerBill
2019-03-30
2
-2
/
+2
|
|
/
|
/
|
*
|
Remove *_remove from demo and use built-in versions
gingerBill
2019-03-25
3
-16
/
+4
*
|
Fix possible buffer overflows in `package strconv`
gingerBill
2019-03-25
1
-9
/
+26
*
|
Modify slice_expr_error_* logic to change depending on which parameters are p...
gingerBill
2019-03-25
3
-25
/
+61
*
|
Remove bounds checks for slice expressions with both indices empty
gingerBill
2019-03-25
1
-4
/
+12
*
|
Fix `runtime.*_expr_error` error
gingerBill
2019-03-25
1
-2
/
+2
|
/
*
Improve package strconv
gingerBill
2019-03-24
3
-345
/
+424
*
Move core:bits to core:math/bits
gingerBill
2019-03-24
1
-0
/
+0
*
Improve package math/rand
gingerBill
2019-03-24
3
-9
/
+226
*
Improve a tokenizer error message; Add extra tokens for `in` and `notin` for ...
gingerBill
2019-03-24
2
-15
/
+15
*
Allow implicit selectors to unions with only one enum variant
gingerBill
2019-03-24
1
-12
/
+36
*
`@(private)` for `foreign` blocks; Improve foreign signature similarity rules
gingerBill
2019-03-24
4
-28
/
+55
*
Add error message for when trying to assign a type to a variable.
gingerBill
2019-03-22
2
-3
/
+10
*
Disallow casting to and from cstring/pointers
gingerBill
2019-03-19
1
-4
/
+9
*
Fix fmt.println a rawptr causes access violation #356
gingerBill
2019-03-19
1
-3
/
+3
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2019-03-19
3
-31
/
+29
|
\
|
*
Merge pull request #355 from mattt-b/master
Jeroen van Rijn
2019-03-18
1
-6
/
+6
|
|
\
|
|
*
Replace calls to deprecated string functions on linux
matt
2019-03-18
1
-6
/
+6
|
|
/
|
*
Vet CEL
Jeroen van Rijn
2019-03-17
2
-25
/
+23
*
|
Fix bug with assigning certain integers to a bit_field #353
gingerBill
2019-03-19
1
-1
/
+1
|
/
*
Fix Erroneous redeclaration error with `using import` #354
gingerBill
2019-03-17
1
-1
/
+1
*
Fix bit_field scoping bug
gingerBill
2019-03-17
1
-0
/
+2
*
Fix `using import` behaviour - #352
gingerBill
2019-03-17
3
-31
/
+45
*
Minor changes to fmt of auto deferencing
gingerBill
2019-03-16
1
-7
/
+18
*
fmt.printf support for pointer to container (one level deep)
gingerBill
2019-03-16
1
-0
/
+27
*
Add extra pointer printing options to fmt.printf
gingerBill
2019-03-15
1
-16
/
+32
*
%h support in fmt.printf for hexadecimal floats
gingerBill
2019-03-15
1
-0
/
+19
*
%e and %g support in fmt.printf
gingerBill
2019-03-15
3
-26
/
+126
*
Disallow attributes on alias declarations
gingerBill
2019-03-15
1
-2
/
+12
*
Improve package strings
gingerBill
2019-03-15
5
-87
/
+285
*
Fix issue with `deferred_*` attributes
gingerBill
2019-03-15
2
-12
/
+10
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2019-03-15
1
-1
/
+1
|
\
|
*
Fix build error on !Windows.
Jeroen van Rijn
2019-03-15
1
-1
/
+1
*
|
Minor adjustments
gingerBill
2019-03-15
2
-3
/
+3
|
/
*
Fix `ir_copy_value_to_ptr` usage in `ir_emit_call` #350
gingerBill
2019-03-14
1
-4
/
+10
*
Add -pdb-name for custom names of PDBs
gingerBill
2019-03-14
3
-39
/
+86
*
Fix #raw_union bug caused by typo #349
gingerBill
2019-03-14
1
-1
/
+1
[prev]
[next]