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 line error printing for error messages
gingerBill
2023-06-19
1
-1
/
+3
|
*
Use `usize` for bounds checking in `Array` and `Slice` (compiler)
gingerBill
2022-12-18
1
-4
/
+4
|
*
`gb_internal` a lot
gingerBill
2022-12-18
1
-75
/
+75
|
*
Minimize memory usage by having an arena per thread rather than an arena per ↵
gingerBill
2022-02-18
1
-1
/
+3
|
|
|
|
file
*
Add mutex guards for signature scopes
gingerBill
2022-01-10
1
-0
/
+4
|
*
Minor code cleanup for backend; add ↵
gingerBill
2021-10-02
1
-93
/
+30
|
|
|
|
`struct_fields_index_by_increasing_offset` for future use
*
Begin minimize `Type` size by replacing `Array` with `Slice` etc
gingerBill
2021-09-13
1
-0
/
+13
|
*
Simplify `Map` and `StringMap` in the compiler to reuse the hashes' array ↵
gingerBill
2021-08-08
1
-1
/
+18
|
|
|
|
data if possible.
*
Inline heap_allocator resize logic on *nix platforms
gingerBill
2021-08-07
1
-5
/
+4
|
*
Minor test on `array_set_capacity`
gingerBill
2021-08-07
1
-1
/
+4
|
*
Minor clean-up
gingerBill
2021-08-07
1
-0
/
+1
|
*
Improve and simplify the memory layout of `MPMCQueue`
gingerBill
2021-08-07
1
-5
/
+10
|
*
Add "Suggestion: Did you mean?" for selector expression typos
gingerBill
2021-07-08
1
-0
/
+13
|
*
Make `for in` logic a bit more generic
gingerBill
2021-03-24
1
-2
/
+9
|
*
Minimize memory usage for AST nodes by using Slice<T> rather than Array<T> ↵
gingerBill
2020-11-16
1
-2
/
+87
|
|
|
|
when the parameter doesn't need to grow
*
Fix #648
gingerBill
2020-06-10
1
-0
/
+10
|
*
Improve performance of tokenization and parsing
gingerBill
2020-05-27
1
-0
/
+14
|
*
-go-to-definitions (OGTD file format)
gingerBill
2019-05-26
1
-0
/
+12
|
*
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