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
/
src
/
array.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix context assignment with selector expressions
gingerBill
2018-09-24
1
-0
/
+10
|
*
Fix array_ordered_remove typo
gingerBill
2018-09-08
1
-1
/
+1
|
*
`typeid` as keyword (ready to implement polymorphic name parameters)
gingerBill
2018-09-02
1
-15
/
+42
|
*
Replace `context <- c {}` with `context = c;`. context assignments are ↵
gingerBill
2018-08-04
1
-0
/
+9
|
|
|
|
scope based
*
Fix delayed assert collection
gingerBill
2018-05-27
1
-1
/
+4
|
*
More code tidying with `Array`
gingerBill
2018-02-25
1
-15
/
+31
|
*
`array_make`
gingerBill
2018-02-25
1
-18
/
+40
|
*
Use Array<irValue *> in ir.cpp
gingerBill
2018-02-25
1
-2
/
+19
|
*
Fix polymorphic element types usage; Empty `union` as opaque type
Ginger Bill
2017-07-20
1
-2
/
+6
|
*
Add `-show-timings`; Clean up polymorphic procedure code a bit
Ginger Bill
2017-07-07
1
-3
/
+2
|
*
Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functions
Ginger Bill
2017-07-06
1
-5
/
+5
|
*
Use templated `Array` with bounds checking
Ginger Bill
2017-06-08
1
-92
/
+92
|
*
Build as C++
Ginger Bill
2017-06-08
1
-0
/
+229
|
*
Change extensions .cpp to .c
Ginger Bill
2016-11-23
1
-235
/
+0
|
*
Compile as C! Whoop!
Ginger Bill
2016-11-23
1
-1
/
+1
|
*
Remove Array<T> and replace with macro version
Ginger Bill
2016-11-22
1
-0
/
+100
|
*
Separate SSA opt; Basic Timings for sections only
Ginger Bill
2016-11-06
1
-3
/
+3
|
*
File restructure (again)
Ginger Bill
2016-11-02
1
-0
/
+10
|
*
Separate ssa_struct_gep and ssa_array_gep procedures
Ginger Bill
2016-10-23
1
-1
/
+1
|
*
SSA - Dominator Tree Builder
Ginger Bill
2016-10-09
1
-9
/
+22
|
*
SSA - Basic block optimizations
Ginger Bill
2016-10-09
1
-6
/
+2
|
*
Change from gbArray(T) to Array<T>
Ginger Bill
2016-10-08
1
-0
/
+116