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
/
runtime
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Replace the `*_remove_range` with procedures with `remove_range`
gingerBill
2020-09-30
1
-10
/
+4
*
Make runtime.slice_handle_error explicitly diverging
gingerBill
2020-09-26
1
-1
/
+1
*
Update packages os, path, and filepath
gingerBill
2020-09-26
1
-2
/
+0
*
Remove usage of `do` in core library
gingerBill
2020-09-23
4
-78
/
+192
*
update essence platform
nakst
2020-09-15
1
-0
/
+18
*
Fix odin/parser issues
gingerBill
2020-09-15
1
-2
/
+1
*
Remove runtime.os_stdout, since it is not required by the runtime
gingerBill
2020-09-15
2
-6
/
+0
*
Fix +build tag logic
gingerBill
2020-09-15
2
-38
/
+38
*
Add -default-to-nil-allocator flag (sets `ODIN_DEFAULT_TO_NIL_ALLOCATOR`)
gingerBill
2020-09-15
1
-1
/
+1
*
Move all os specific stuff for the runtime to one file
gingerBill
2020-09-15
5
-151
/
+272
*
Reorganize package runtime
gingerBill
2020-09-15
6
-479
/
+497
*
Expose `runtime._startup_runtime` to allow for freestanding targets in the fu...
gingerBill
2020-09-15
1
-0
/
+14
*
Get Odin compiling and produced exe's running on FreeBSD
Christian Seibold
2020-09-14
1
-1
/
+1
*
Fix Odin bug with "none" procedure calling conventions in the runtime
gingerBill
2020-09-10
1
-6
/
+6
*
Update math and math/linalg; add "pure_none" calling convention
gingerBill
2020-09-10
2
-9
/
+13
*
Remove debug print
gingerBill
2020-09-07
1
-2
/
+0
*
[REFLECTION BREAKING] Modify the internals of the `map` type to increase perf...
gingerBill
2020-09-07
1
-16
/
+44
*
Add new core procedures: `ordered_remove_range`; `unordered_remove_range`; `i...
gingerBill
2020-09-04
1
-3
/
+88
*
Add `mem.Allocator_Query_Info` and `mem.query_info`
gingerBill
2020-08-16
2
-4
/
+13
*
Add `mem.Allocator_Mode.Query_Features, `mem.Allocator_Mode_Set`, `mem.query_...
gingerBill
2020-08-16
2
-1
/
+11
*
Add .Thread_Id option to log package
Oskar Nordquist
2020-07-22
1
-1
/
+2
*
Clean-up OS constants; Clean-up procs_wasm32.odin
gingerBill
2020-07-09
1
-0
/
+1
*
Add `strings.pop_byte` `strings.pop_rune`
gingerBill
2020-07-08
1
-4
/
+0
*
Add `-show-system-calls`; Update runtime for windows_386; Fix some minor bugs
gingerBill
2020-06-30
1
-0
/
+2
*
Begin work on windows 386
gingerBill
2020-06-29
3
-21
/
+54
*
Add `raw_data` to replace cases in which `&x[0]` was used
gingerBill
2020-06-29
5
-7
/
+56
*
Fix ABI typo bug; Add `pop_safe` and `pop_front_safe`
gingerBill
2020-06-22
1
-11
/
+35
*
Fix LLVM code gen bug
gingerBill
2020-06-22
1
-1
/
+1
*
Add built-in `Maybe`
gingerBill
2020-06-22
1
-0
/
+16
*
Clean up `package log` code
gingerBill
2020-06-19
1
-5
/
+5
*
Use windows specific exception traps
gingerBill
2020-06-15
2
-7
/
+41
*
Fix `runtime.bswap_16`
gingerBill
2020-06-05
1
-1
/
+1
*
Fix temporary allocator resizing
Tetralux
2020-06-04
1
-1
/
+3
*
Change runtime.Type_Info_Enum_Value to be `i64` internally rather than a `union`
gingerBill
2020-06-03
1
-5
/
+1
*
Remove `mem_zero` from `make`; Implement custom `memset` for windows amd64
gingerBill
2020-05-27
2
-5
/
+9
*
Begin work on supporting wasm32 architecture
gingerBill
2020-05-25
1
-0
/
+14
*
Relative pointers
gingerBill
2020-05-15
2
-1
/
+26
*
Fix `runtime.memset` issue
gingerBill
2020-05-14
1
-9
/
+0
*
Enforce explicit context definition for procedure calls
gingerBill
2020-05-14
2
-4
/
+11
*
Implement Explicit context creation #639
gingerBill
2020-05-14
1
-0
/
+6
*
Fix -llvm-api `memset` "bug"
gingerBill
2020-05-13
1
-19
/
+7
*
Add extra 128 bit integer procedures
gingerBill
2020-05-13
1
-7
/
+118
*
Improve append_elem(s) logic
gingerBill
2020-05-02
1
-2
/
+2
*
Fix type assertion bug #619
gingerBill
2020-04-21
1
-2
/
+6
*
Fix LLVM API backend for procedure "constant" values
gingerBill
2020-04-17
1
-1
/
+1
*
Change behaviour for zero-sized value types of array-related types; Fix make ...
gingerBill
2020-04-12
1
-9
/
+17
*
Endian specific floating point types (e.g. f32be)
gingerBill
2020-04-11
2
-1
/
+17
*
Add `runtime.bswap_*` required for -llvm-api
gingerBill
2020-04-11
1
-0
/
+16
*
Fix `-vet` warning in core.odin for `intrinsics` not being used
gingerBill
2020-04-04
1
-0
/
+1
*
Remove `context.std*` parameters; Fix unary boolean not
gingerBill
2020-03-19
1
-7
/
+7
[prev]
[next]