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
*
Move internal 128-bit stuff to a windows specific file
gingerBill
2019-06-01
2
-201
/
+202
*
Add i128/u128 support for bit sets
gingerBill
2019-05-28
3
-8
/
+21
*
Support 128-bit integers `i128` `u128`
gingerBill
2019-05-28
3
-0
/
+374
*
sync_atomic_* make most ordering parameters compile-time constant
gingerBill
2019-05-28
1
-12
/
+51
*
Improve tokenizer slightly
gingerBill
2019-05-28
1
-3
/
+12
*
Update parsers
gingerBill
2019-05-28
2
-1
/
+3
*
Make core library use `a..<b` rather than doing `a..b-1`
gingerBill
2019-05-28
8
-40
/
+40
*
make_builder function now properly uses given allocator
Zilarrezko
2019-05-18
1
-1
/
+1
*
Fix package odin/parser
gingerBill
2019-05-09
1
-2
/
+2
*
Fix ||= and &&=
gingerBill
2019-05-06
1
-0
/
+8
*
Add float64_range and float32_range to package math/rand
gingerBill
2019-04-28
1
-0
/
+3
*
Add `#load` to package odin/parser
gingerBill
2019-04-21
1
-1
/
+1
*
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-03-31
8
-49
/
+64
|
\
|
|
*
Remove `derived` from `context`; Fix parsing issue for `typeid` specializatio...
gingerBill
2019-03-31
3
-27
/
+34
|
*
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
3
-9
/
+9
|
*
Fix slicing issue; Change path of math/bits in package json #363
gingerBill
2019-03-30
2
-2
/
+2
*
|
Merge branch 'master' of github.com:odin-lang/Odin
Kevin Watters
2019-03-26
3
-14
/
+54
|
\
|
|
*
Remove *_remove from demo and use built-in versions
gingerBill
2019-03-25
2
-2
/
+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
1
-5
/
+26
|
*
Fix `runtime.*_expr_error` error
gingerBill
2019-03-25
1
-2
/
+2
*
|
Fix some -vet warnings; change import to core:math/bits
Kevin Watters
2019-03-25
4
-7
/
+5
|
/
*
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
*
`@(private)` for `foreign` blocks; Improve foreign signature similarity rules
gingerBill
2019-03-24
1
-2
/
+2
*
Add error message for when trying to assign a type to a variable.
gingerBill
2019-03-22
1
-3
/
+2
*
Fix fmt.println a rawptr causes access violation #356
gingerBill
2019-03-19
1
-3
/
+3
*
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 `using import` behaviour - #352
gingerBill
2019-03-17
1
-1
/
+2
*
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
*
Improve package strings
gingerBill
2019-03-15
3
-80
/
+270
*
Add -pdb-name for custom names of PDBs
gingerBill
2019-03-14
1
-6
/
+15
*
Minor code clean up
gingerBill
2019-03-11
2
-20
/
+37
*
Stylistic improvements to new comdlg helpers.
Jeroen van Rijn
2019-03-09
1
-24
/
+33
*
Add convenience functions for open + save dialogs.
Jeroen van Rijn
2019-03-09
1
-2
/
+89
*
Add win32.get_cwd to return the current working directory
Jeroen van Rijn
2019-03-09
3
-0
/
+34
*
Using implicit selector expressions in the core library
gingerBill
2019-03-06
2
-8
/
+6
*
Add implicit selector expressions for in/notin
gingerBill
2019-03-06
2
-19
/
+15
[next]