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
/
time
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove `strings` dependency from `core:sys/windows`
gingerBill
2022-06-02
1
-4
/
+4
*
Update `time` procedures for js targets
gingerBill
2022-05-21
1
-8
/
+17
*
Clean up `core:time` to be consistent across all platforms
gingerBill
2022-05-12
7
-133
/
+70
*
Add mock for `_yield`
gingerBill
2022-05-06
1
-0
/
+2
*
Update time.odin
Jeroen van Rijn
2022-04-16
1
-1
/
+6
*
time: remove unnecessary yield
hikari
2022-04-16
1
-5
/
+1
*
time: fix unix build
hikari
2022-04-16
1
-3
/
+11
*
time: yield accurate_sleep instead of relaxing the cpu
hikari
2022-04-16
3
-2
/
+18
*
time: add accurate sleep procedure
hikari
2022-04-16
1
-0
/
+31
*
initial OpenBSD support
Sébastien Marie
2022-02-25
1
-11
/
+23
*
Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings
gingerBill
2022-01-20
1
-1
/
+1
*
Begin work in semi-standardized `js_wasm32` target
gingerBill
2021-11-07
3
-0
/
+60
*
better naming conventions for stopwatch procedures + fields
Phil H
2021-10-28
1
-10
/
+10
*
Add clock overloads for Duration and Stopwatch
Phil
2021-10-28
1
-4
/
+19
*
Add a stopwatch to time.odin
Phil
2021-10-28
1
-1
/
+30
*
Make many `package time` procedures use `"contextless"` calling convention
gingerBill
2021-10-11
4
-15
/
+15
*
Make `QPC` thread local again.
Jeroen van Rijn
2021-09-09
1
-2
/
+1
*
Add xxhash tests to CI.
Jeroen van Rijn
2021-09-09
1
-1
/
+2
*
Add xxhash benchmark.
Jeroen van Rijn
2021-09-09
2
-1
/
+59
*
Strip semicolons in core which were missing
gingerBill
2021-09-08
1
-42
/
+42
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
3
-163
/
+163
*
Enforce `core:builtin` and `core:intrinsics` for imports
gingerBill
2021-08-21
1
-1
/
+1
*
datetime_to_time's ok should default to true.
Jeroen van Rijn
2021-05-02
1
-5
/
+4
*
Replace many `foreign` llvm calls with intrinsics
gingerBill
2021-04-25
1
-5
/
+3
*
Correct overflowed months.
Jeroen van Rijn
2021-03-23
1
-1
/
+1
*
Add core:datetime_to_time
Jeroen van Rijn
2021-03-23
1
-0
/
+44
*
Minimize unneeded casts
gingerBill
2021-03-03
2
-6
/
+6
*
update essence API header
nakst
2021-02-26
1
-1
/
+17
*
Replace usage of `inline proc` with `#force_inline proc` in the core library
gingerBill
2021-02-23
1
-1
/
+1
*
Update package reflect
gingerBill
2021-01-27
1
-1
/
+11
*
Add time.Tick for performance related timings
gingerBill
2021-01-09
4
-0
/
+78
*
Switched to else instead of not equal
Platin21
2020-09-27
1
-3
/
+1
*
Adds when statement for framework include
Platin21
2020-09-27
1
-1
/
+8
*
Add `package path/filepath`; Add `os.stat` for windows (TODO: unix)
gingerBill
2020-09-25
2
-5
/
+15
*
Remove usage of `do` in core library
gingerBill
2020-09-23
2
-10
/
+14
*
Get Odin compiling and produced exe's running on FreeBSD
Christian Seibold
2020-09-14
1
-1
/
+1
*
Fix #712
gingerBill
2020-08-26
1
-2
/
+4
*
Add `raw_data` to replace cases in which `&x[0]` was used
gingerBill
2020-06-29
1
-1
/
+1
*
Begin migration from sys/win32 to sys/windows
gingerBill
2020-06-26
1
-5
/
+5
*
Add `time.read_cycle_counter`
gingerBill
2020-06-22
1
-0
/
+8
*
Fix `time.now`
gingerBill
2020-06-19
2
-6
/
+13
*
`x if cond else y` and `x when cond else y` expressions
gingerBill
2020-03-05
1
-1
/
+1
*
Implement core:thread and core:sync on Unix using pthreads
Tetralux
2019-12-01
4
-102
/
+80
*
Add missing foreign import to time_darwin
Chris Heyes
2019-11-01
1
-0
/
+2
*
Move time code from os to time package
Chris Heyes
2019-11-01
1
-10
/
+30
*
Merge remote-tracking branch 'upstream/master'
Chris Heyes
2019-11-01
3
-1
/
+3
|
\
|
*
Change ODIN_OS string for osx from "osx" to "darwin" to allow for other platf...
gingerBill
2019-10-01
1
-0
/
+0
|
*
New Essence OS layer; cross-compiling improvements
nakst
2019-09-02
1
-0
/
+2
|
*
Fix parsing for procedure literals expression statements; improve assert perf...
gingerBill
2019-07-28
1
-1
/
+1
*
|
Impl time for macOS
Chris Heyes
2019-07-16
1
-1
/
+32
|
/
[next]