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
*
`runtime.Typeid_Bit_Field` layout to store more information into the typeid
gingerBill
2018-08-25
2
-1
/
+90
*
Fix for in enum iteration
gingerBill
2018-08-22
3
-7
/
+1
*
Improve proc group scoring algorithm
gingerBill
2018-08-21
2
-12
/
+64
*
Implement suggestions from #247
gingerBill
2018-08-20
1
-1
/
+5
*
All enums in array indices
gingerBill
2018-08-17
1
-2
/
+2
*
Add underlying type for `bit_set`
gingerBill
2018-08-17
2
-4
/
+17
*
bit_set['A'..'Z'], bit_set[0..8]
gingerBill
2018-08-16
3
-6
/
+51
*
Minor sanity features for `bit_set`
gingerBill
2018-08-14
2
-11
/
+13
*
Add `bit_set` type
gingerBill
2018-08-14
4
-7
/
+146
*
Fix default make parameters for dynamic arrays
gingerBill
2018-08-09
2
-5
/
+10
*
`auto_cast` prefix for procedure parameters
gingerBill
2018-08-09
1
-4
/
+4
*
Fix `make` error messages
gingerBill
2018-08-08
3
-6
/
+6
*
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
2
-0
/
+37
*
Add `*with_allocator` procedures to `mem`
gingerBill
2018-08-05
1
-10
/
+25
*
Remove `opengl` package
gingerBill
2018-08-05
2
-1588
/
+0
*
Fix map runtime issue regarding erasing a key
gingerBill
2018-08-05
1
-12
/
+14
*
Replace `context <- c {}` with `context = c;`. context assignments are scope...
gingerBill
2018-08-04
2
-11
/
+6
*
Reduce number of range and slice operators #239
gingerBill
2018-08-01
18
-149
/
+149
*
foreign import x {"foo.lib", "bar.lib"}
gingerBill
2018-07-29
1
-0
/
+4
*
Do `using Foo :: enum` at the `type_decl` stage
gingerBill
2018-07-29
1
-1
/
+0
*
using Foo :: enum {A, B, C}; len(Foo)
gingerBill
2018-07-29
2
-2
/
+1
*
Support larger integer literals to work with the new BigInt system
gingerBill
2018-07-29
1
-19
/
+19
*
Merge pull request #238 from odin-lang/big-int
gingerBill
2018-07-28
2
-81
/
+81
|
\
|
*
BigInt support in the constant system
gingerBill
2018-07-28
2
-81
/
+81
*
|
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
|
/
*
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
4
-51
/
+56
*
Made `os_osx.odin` use the new-style `runtime.args__` and added `read_directo...
Zachary Pierson
2018-07-02
1
-2
/
+3
*
Fix on *nix
gingerBill
2018-07-01
2
-2
/
+6
*
Fix anonymous procedures
gingerBill
2018-07-01
1
-7
/
+25
*
Clean up import lookup code
gingerBill
2018-06-17
1
-23
/
+24
*
Modify CommentGroup parsing
gingerBill
2018-06-17
1
-1
/
+1
*
Add escape code for ESC \e
gingerBill
2018-06-15
1
-172
/
+172
*
Make source code compile with 32 bit (but not build 32 bit code)
gingerBill
2018-06-15
4
-9
/
+9
*
Modify how build settings are handled
gingerBill
2018-06-15
1
-0
/
+0
*
Allow `.allocator` for dynamic arrays; Add `mem.Pool`
gingerBill
2018-06-12
3
-60
/
+181
*
fix quick_sort_proc calling quick_sort instead of recursively calling itself
Joshua Mark Manton
2018-06-03
1
-2
/
+2
*
fix core opengl ODIN_OS reference and pointer math stuff
Joshua Mark Manton
2018-06-03
1
-6
/
+7
*
Fix alloc.odin using old `raw` file
Joshua Mark Manton
2018-06-03
1
-1
/
+1
*
Rename os.default_allocator to os.heap_allocator
gingerBill
2018-06-03
2
-4
/
+4
*
Remove special shared scope for runtime stuff
gingerBill
2018-06-03
13
-454
/
+354
*
Split up `init_preload` into specific parts
gingerBill
2018-06-03
1
-86
/
+73
*
Remove need for __llvm_core
gingerBill
2018-06-03
5
-54
/
+54
*
Use const & for Array<AstNode *> parameters
gingerBill
2018-06-03
5
-19
/
+16
*
Comment based build tags for packages (basic and temporary)
gingerBill
2018-05-28
4
-2
/
+14
*
Change import lookup
gingerBill
2018-05-27
1
-2
/
+2
*
Remove unused packages
gingerBill
2018-05-27
3
-4
/
+1
*
Clean up name mangling by using unique package names per project
gingerBill
2018-05-27
4
-60
/
+47
[next]