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
/
mem
/
alloc.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
`-vet` flag to do basic vetting of code
gingerBill
2018-11-25
1
-2
/
+2
*
Fix `context` initialization
gingerBill
2018-10-20
1
-2
/
+7
*
Update runtime printing code
gingerBill
2018-10-11
1
-0
/
+6
*
context.allocator = a; Remove __ from runtime procs; improve division for com...
gingerBill
2018-09-15
1
-4
/
+1
*
Fixed core library bugs after recent changes. (#257)
Joshua Mark Manton
2018-09-02
1
-1
/
+1
*
Add `$T: typeid/[]$E`; Deprecate `T: type/[]$E`
gingerBill
2018-09-02
1
-6
/
+6
*
Change memory layout of `map` to be 3 words smaller
gingerBill
2018-08-30
1
-0
/
+3
*
Fix `delete` for dynamic array and map
gingerBill
2018-08-30
1
-5
/
+5
*
Add `Assertion_Failure_Proc` to `context`
gingerBill
2018-08-29
1
-1
/
+19
*
Temporary allocator for `context`
gingerBill
2018-08-29
1
-0
/
+78
*
Add default `allocator` to allocation related procedures e.g. alloc, free, de...
gingerBill
2018-08-28
1
-64
/
+47
*
Improve proc group scoring algorithm
gingerBill
2018-08-21
1
-9
/
+10
*
Implement suggestions from #247
gingerBill
2018-08-20
1
-1
/
+5
*
Fix default make parameters for dynamic arrays
gingerBill
2018-08-09
1
-4
/
+8
*
`auto_cast` prefix for procedure parameters
gingerBill
2018-08-09
1
-4
/
+4
*
Fix `make` error messages
gingerBill
2018-08-08
1
-1
/
+1
*
Add runtime messages for `make` for the len/cap parameters
gingerBill
2018-08-08
1
-5
/
+10
*
`make` as a user-level procedure rather than a built-in procedure
gingerBill
2018-08-08
1
-0
/
+28
*
Add `*with_allocator` procedures to `mem`
gingerBill
2018-08-05
1
-10
/
+25
*
Rename `free` to `delete` for non pointer types
gingerBill
2018-07-08
1
-21
/
+33
*
Make source code compile with 32 bit (but not build 32 bit code)
gingerBill
2018-06-15
1
-1
/
+1
*
Allow `.allocator` for dynamic arrays; Add `mem.Pool`
gingerBill
2018-06-12
1
-1
/
+159
*
Fix alloc.odin using old `raw` file
Joshua Mark Manton
2018-06-03
1
-1
/
+1
*
Remove special shared scope for runtime stuff
gingerBill
2018-06-03
1
-37
/
+22
*
Comment based build tags for packages (basic and temporary)
gingerBill
2018-05-28
1
-0
/
+10
*
Clean up name mangling by using unique package names per project
gingerBill
2018-05-27
1
-1
/
+1
*
Reorganize `runtime` package
gingerBill
2018-05-27
1
-0
/
+115