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
...
*
Add runtime messages for `make` for the len/cap parameters
gingerBill
2018-08-08
2
-5
/
+52
*
`make` as a user-level procedure rather than a built-in procedure
gingerBill
2018-08-08
5
-863
/
+82
*
Fix parenthesis warning on clang
gingerBill
2018-08-08
1
-1
/
+1
*
Refactor handle_parameter_value code
gingerBill
2018-08-06
1
-147
/
+82
*
Refactor default parameter values
gingerBill
2018-08-05
4
-48
/
+110
*
Add `*with_allocator` procedures to `mem`
gingerBill
2018-08-05
2
-11
/
+26
*
Fix cstring cast operation
gingerBill
2018-08-05
1
-1
/
+1
*
Remove `opengl` package
gingerBill
2018-08-05
2
-1588
/
+0
*
Fix `cstring` to `string` conversion
gingerBill
2018-08-05
1
-1
/
+1
*
Change build.bat to use release_mode=1 by default
gingerBill
2018-08-05
1
-1
/
+1
*
Fix map runtime issue regarding erasing a key
gingerBill
2018-08-05
2
-12
/
+15
*
Change rules for how `context` and `defer` interact
gingerBill
2018-08-04
1
-1
/
+7
*
Replace `context <- c {}` with `context = c;`. context assignments are scope...
gingerBill
2018-08-04
10
-136
/
+133
*
Reduce number of range and slice operators #239
gingerBill
2018-08-01
31
-219
/
+204
*
foreign import x {"foo.lib", "bar.lib"}
gingerBill
2018-07-29
7
-53
/
+95
*
Add older demos
gingerBill
2018-07-29
3
-11
/
+1359
*
Do `using Foo :: enum` at the `type_decl` stage
gingerBill
2018-07-29
8
-33
/
+33
*
using Foo :: enum {A, B, C}; len(Foo)
gingerBill
2018-07-29
11
-73
/
+60
*
Support larger integer literals to work with the new BigInt system
gingerBill
2018-07-29
3
-43
/
+57
*
`expand_to_tuple` for fixed arrays
gingerBill
2018-07-28
3
-20
/
+37
*
Fix typos
gingerBill
2018-07-28
4
-8
/
+17
*
Merge pull request #238 from odin-lang/big-int
gingerBill
2018-07-28
13
-347
/
+1808
|
\
|
*
Correctly handle bitwise operations for negative BigInt
gingerBill
2018-07-28
2
-91
/
+227
|
*
Fix big_int_shr
gingerBill
2018-07-28
1
-3
/
+5
|
*
BigInt support in the constant system
gingerBill
2018-07-28
13
-347
/
+1670
*
|
Merge pull request #237 from lunaticLipid/master
gingerBill
2018-07-17
1
-4
/
+16
|
\
\
|
|
/
|
/
|
|
*
Fix indent characters
Lipid
2018-07-16
1
-1
/
+1
|
*
Add mat3_mul and generic transpose to math.odin
Lipid
2018-07-16
1
-4
/
+16
|
/
*
Merge pull request #236 from hasenj/master
gingerBill
2018-07-14
2
-12
/
+12
|
\
|
*
free -> delete in os_osx and os_linux
Hasen Judy
2018-07-13
2
-12
/
+12
|
/
*
Rename `free` to `delete` for non pointer types
gingerBill
2018-07-08
8
-102
/
+130
*
Improve array arithmetic inlining
gingerBill
2018-07-08
1
-60
/
+96
*
Remove allocator parameters in ir.cpp
gingerBill
2018-07-07
1
-312
/
+308
*
Loop array arithmetic on large arrays
gingerBill
2018-07-07
3
-49
/
+74
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2018-07-07
5
-9
/
+10
|
\
|
*
Updated makefile to run demo package instead of demo.odin
Morten Vassvik
2018-07-05
1
-1
/
+1
|
*
Surrounded explicit link paths (.a and .so) and the exe path for 'odin run' i...
Morten Vassvik
2018-07-05
1
-3
/
+3
|
*
Replaced CLOCK_PROCESS_CPUTIME_ID with CLOCK_MONOTONIC in calls to clock_gett...
Morten Vassvik
2018-07-04
1
-2
/
+2
|
*
Merge pull request #233 from zangent/master
gingerBill
2018-07-02
2
-3
/
+4
|
|
\
|
|
*
Made `os_osx.odin` use the new-style `runtime.args__` and added `read_directo...
Zachary Pierson
2018-07-02
2
-3
/
+4
|
|
/
*
/
Fix `when` statements within a `foreign` block
gingerBill
2018-07-07
1
-1
/
+0
|
/
*
Uncomment code
gingerBill
2018-07-01
1
-1
/
+1
*
Fix build.sh
gingerBill
2018-07-01
1
-1
/
+1
*
Merge branch 'packages' of https://github.com/odin-lang/Odin into packages
gingerBill
2018-07-01
2
-8
/
+70
|
\
|
*
Add read_directory for linux
gingerBill
2018-06-21
1
-0
/
+64
|
*
Fix `is_excluded_target_filename`
gingerBill
2018-06-21
1
-8
/
+6
*
|
Fix on *nix
gingerBill
2018-07-01
3
-8
/
+18
*
|
Fix anonymous procedures
gingerBill
2018-07-01
4
-9
/
+30
|
/
*
Minor style change
gingerBill
2018-06-17
1
-1
/
+2
*
Scope to use flags rathers than booleans
gingerBill
2018-06-17
6
-70
/
+72
[prev]
[next]