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
*
Fix `runtime.cstring_len`
gingerBill
2019-10-29
1
-3
/
+3
*
Modify runtime to reduce dependencies on other packages
gingerBill
2019-10-23
2
-33
/
+139
*
`#panic`; Minor change to demo.odin; Fix `#assert` bug at file scope
gingerBill
2019-10-13
1
-26
/
+28
*
Change implicit semicolon rules for record types within procedure bodies; Upd...
gingerBill
2019-10-06
1
-1
/
+1
*
strings.split; strings.index; eprint* over print*_err;
gingerBill
2019-10-06
1
-2
/
+2
*
Built-in Quaternions (Not just an April Fool's Joke any more)
gingerBill
2019-08-26
2
-13
/
+80
*
`package reflect`; fix substring type bug; fix scoping rules for `using` on p...
gingerBill
2019-08-11
1
-4
/
+7
*
Struct field tags
gingerBill
2019-08-09
1
-2
/
+3
*
Fix bit_field comparison against nil #414
gingerBill
2019-08-09
1
-0
/
+34
*
Fix parsing for procedure literals expression statements; improve assert perf...
gingerBill
2019-07-28
1
-5
/
+7
*
Improve the performance of simple array comparisons
gingerBill
2019-07-27
1
-1
/
+39
*
Fix __get_map_key
gingerBill
2019-07-15
1
-1
/
+2
*
Make procedure parameters just named values rather than copied variables
gingerBill
2019-07-15
2
-3
/
+6
*
union #no_nil
gingerBill
2019-07-09
1
-3
/
+4
*
Move internal 128-bit stuff to a windows specific file
gingerBill
2019-06-01
2
-201
/
+202
*
Add i128/u128 support for bit sets
gingerBill
2019-05-28
1
-0
/
+2
*
Support 128-bit integers `i128` `u128`
gingerBill
2019-05-28
1
-0
/
+199
*
Make core library use `a..<b` rather than doing `a..b-1`
gingerBill
2019-05-28
1
-3
/
+3
*
Remove `derived` from `context`; Fix parsing issue for `typeid` specializatio...
gingerBill
2019-03-31
2
-26
/
+31
*
Use `context` for assert-based things.
gingerBill
2019-03-30
1
-5
/
+5
*
Overrideable stdin, stdout, stderr at the `context` level
gingerBill
2019-03-30
1
-0
/
+8
*
Fix slicing issue; Change path of math/bits in package json #363
gingerBill
2019-03-30
1
-1
/
+1
*
Remove *_remove from demo and use built-in versions
gingerBill
2019-03-25
2
-2
/
+4
*
Modify slice_expr_error_* logic to change depending on which parameters are p...
gingerBill
2019-03-25
1
-5
/
+26
*
Fix `runtime.*_expr_error` error
gingerBill
2019-03-25
1
-2
/
+2
*
Minor code clean up
gingerBill
2019-03-11
1
-18
/
+12
*
`intrinsics.vector` type (Experimental)
gingerBill
2019-02-23
1
-1
/
+7
*
Allow for @indent for attributes that don't require any parameters; Add -igno...
gingerBill
2019-01-30
1
-37
/
+37
*
Source_Code_Location.hash; %#v printing for Source_Code_Location; allow typei...
gingerBill
2019-01-05
2
-6
/
+22
*
Move error handling for bounds checking into separate procedures (eliminate c...
gingerBill
2018-12-31
1
-65
/
+81
*
Update `package strings`
gingerBill
2018-12-26
1
-1
/
+1
*
Remove `#[...]` attribute syntax.
gingerBill
2018-12-26
1
-0
/
+1
*
Add `card` procedure to measure cardinality of a bit_set
gingerBill
2018-12-21
1
-0
/
+20
*
Remove return value from `append`
gingerBill
2018-12-14
1
-9
/
+6
*
Change procedure group syntax from `proc[]` to `proc{}`; deprecate `proc[]` (...
gingerBill
2018-12-02
1
-14
/
+14
*
Endian specific integers: e.g. i32 i32le i32be
gingerBill
2018-12-02
1
-1
/
+7
*
Subset and superset operators for `bit_set`: < <= > >=
gingerBill
2018-11-25
1
-1
/
+1
*
`opaque` keyword and type
gingerBill
2018-11-11
1
-0
/
+6
*
Allow comparisons of `cstring`; Add `resize`
gingerBill
2018-10-31
1
-0
/
+35
*
Fix `context` initialization
gingerBill
2018-10-20
1
-8
/
+13
*
Add basics for context-based Logger
gingerBill
2018-10-20
1
-0
/
+4
*
Add `unimplemented` and `unreachable` procedures; make `os.exit` a diverging ...
gingerBill
2018-10-13
1
-0
/
+22
*
switch on typeid with type cases
gingerBill
2018-10-13
1
-4
/
+2
*
Update runtime printing code
gingerBill
2018-10-11
1
-13
/
+21
*
Prefix runtime procedures
gingerBill
2018-09-29
1
-12
/
+12
*
Remove reference to the runtime package within itself
Lipid
2018-09-16
1
-2
/
+2
*
Fix delete_key #262
gingerBill
2018-09-15
1
-10
/
+15
*
Fix runtime proc names; Change calling convention of `context` parameter
gingerBill
2018-09-15
1
-3
/
+3
*
context.allocator = a; Remove __ from runtime procs; improve division for com...
gingerBill
2018-09-15
2
-84
/
+121
*
Make `panic` a diverging procedure
gingerBill
2018-09-08
1
-1
/
+1
[next]