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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix make and reserve
Tetralux
2020-01-03
1
-1
/
+3
*
Fix behaviour for `make` to return `nil` when alloc returns `nil`
gingerBill
2020-01-03
1
-0
/
+2
*
Make `mem.set` use `llvm.memset.p0i8.iXX`
gingerBill
2019-12-31
1
-1
/
+12
*
Move definition of mem.Allocator and log.Logger to `package runtime`, to redu...
gingerBill
2019-12-31
3
-29
/
+27
*
Make default `context.temp_allocator` thread safe when using `package thread`
gingerBill
2019-12-29
1
-0
/
+12
*
Fix mem.Arena
Tetralux
2019-12-15
1
-1
/
+1
*
Add assert into scratch_allocator_proc to prevent initialization cycles #504
gingerBill
2019-12-15
1
-0
/
+2
*
Implement core:thread and core:sync on Unix using pthreads
Tetralux
2019-12-01
2
-19
/
+33
*
Use `runtime.mem_copy` in `package me`
gingerBill
2019-11-03
1
-26
/
+4
*
Add complex/quaternion raw layouts to mem/raw.odin
gingerBill
2019-08-26
1
-0
/
+6
*
Minor code clean-up
gingerBill
2019-07-28
1
-2
/
+0
*
Make procedure parameters just named values rather than copied variables
gingerBill
2019-07-15
2
-13
/
+14
*
slice_data_cast
gingerBill
2019-07-09
1
-0
/
+10
*
Add implicit selector expressions for in/notin
gingerBill
2019-03-06
1
-16
/
+12
*
Add minor additions to mem, sync, and sys/win32
gingerBill
2019-02-21
1
-0
/
+8
*
Fix untyped ternary string IR conversion
gingerBill
2019-02-14
1
-0
/
+2
*
Reorganize `package mem`
gingerBill
2019-02-10
3
-664
/
+628
*
Add `Stack` and `Small_Stack` allocators to `package mem`
gingerBill
2019-02-10
1
-0
/
+291
*
Minimize mem.zero use
gingerBill
2019-02-06
1
-4
/
+0
*
Remove `inline` from many of the mem.* procedures
gingerBill
2019-02-04
1
-5
/
+5
*
inline certain mem.* procedures
gingerBill
2019-01-29
1
-19
/
+19
*
Fix default parameter assignment checking
gingerBill
2018-12-28
1
-0
/
+3
*
Change procedure group syntax from `proc[]` to `proc{}`; deprecate `proc[]` (...
gingerBill
2018-12-02
3
-6
/
+6
*
Subset and superset operators for `bit_set`: < <= > >=
gingerBill
2018-11-25
1
-5
/
+34
*
`-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
*
Fix `using import` override "bug"
gingerBill
2018-09-29
1
-0
/
+8
*
context.allocator = a; Remove __ from runtime procs; improve division for com...
gingerBill
2018-09-15
2
-8
/
+4
*
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
*
`typeid` as keyword (ready to implement polymorphic name parameters)
gingerBill
2018-09-02
2
-3
/
+3
*
Change memory layout of `map` to be 3 words smaller
gingerBill
2018-08-30
2
-1
/
+4
*
Make `free_all` built-in
gingerBill
2018-08-30
1
-3
/
+1
*
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
2
-6
/
+95
*
Add default `allocator` to allocation related procedures e.g. alloc, free, de...
gingerBill
2018-08-28
2
-65
/
+48
*
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
*
Replace `context <- c {}` with `context = c;`. context assignments are scope...
gingerBill
2018-08-04
1
-5
/
+4
*
Reduce number of range and slice operators #239
gingerBill
2018-08-01
1
-2
/
+2
*
foreign import x {"foo.lib", "bar.lib"}
gingerBill
2018-07-29
1
-0
/
+4
*
Rename `free` to `delete` for non pointer types
gingerBill
2018-07-08
1
-21
/
+33
[next]