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
/
log
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `core:log` support for js/wasm
Jeroen van Rijn
3 days
1
-0
/
+119
*
core:os -> core:os/old && core:os/os2 -> core:os
Jeroen van Rijn
6 days
1
-7
/
+7
*
Remove all `core:os` imports from JS targets
Jeroen van Rijn
6 days
1
-0
/
+1
*
In the middle of porting core:testing
Jeroen van Rijn
7 days
1
-18
/
+16
*
Don't build log allocator file on freestanding. This makes core:log compile o...
Karl Zylinski
2025-11-21
1
-0
/
+2
*
Use `sync.Mutex` instead of a boolean-check for `log.Log_Allocator`
gingerBill
2025-10-10
1
-68
/
+67
*
Further overhaul of package line comments.
Jeroen van Rijn
2025-10-09
1
-1
/
+1
*
Package lines for `core:math` and more.
Jeroen van Rijn
2025-10-09
1
-0
/
+1
*
Remove inaccurate tprint concern
connnnal
2025-10-04
1
-1
/
+1
*
Require `@(init)` and `@(fini)` to be `proc "contextless" ()`
gingerBill
2025-08-08
1
-1
/
+3
*
Rename `core:encoding/ansi` to `core:terminal/ansi`
Feoramund
2025-05-20
1
-1
/
+1
*
Add terminal color detection to `core:log`
Feoramund
2025-05-20
1
-10
/
+52
*
add ensure and ensuref to fmt and log, fix some inconsistencies
Laytan Laats
2025-01-13
1
-2
/
+33
*
Pass allocator to implicitly (de)allocating procs in `core:log`
FourteenBrush
2024-11-30
2
-14
/
+14
*
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
1
-2
/
+2
*
orca: implement core:time and core:log
Laytan Laats
2024-08-23
1
-0
/
+1
*
Fix log unnecessary allocations
Amadeu Moya
2024-08-17
1
-5
/
+5
*
Imply `#no_capture` to all variadic parameters
gingerBill
2024-07-14
1
-16
/
+16
*
Add more uses of `#no_capture`
gingerBill
2024-07-14
1
-16
/
+16
*
Add `core:encoding/ansi` package
Feoramund
2024-06-02
1
-4
/
+5
*
Make `log.do_*_header` argument orders consistent
Feoramund
2024-06-02
1
-2
/
+2
*
Fix trailing space with only `.Date` log option
Feoramund
2024-06-02
1
-1
/
+6
*
Move log timestamping out to `do_time_header` proc
Feoramund
2024-06-02
1
-9
/
+14
*
Take logger itself, not a pointer to logger in multi-logger destructor.
Vitalii Kravchenko
2024-05-28
1
-3
/
+2
*
Make destroy_file_logger take logger instead of logger pointer.
Vitalii Kravchenko
2024-05-27
1
-1
/
+1
*
Make file_console_logger.odin be ignored on freestanding targets
gingerBill
2024-01-31
1
-0
/
+1
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
2
-2
/
+2
*
Removed return value of assertf. assertf now correctly responds to -disable-a...
Dragos Popescu
2024-01-23
1
-0
/
+36
*
bring log allocator up to date
Colin Davidson
2024-01-17
1
-61
/
+68
|
\
|
*
use stack buffer for log allocator to avoid logging it's own allocations
Laytan Laats
2023-12-19
1
-46
/
+42
|
*
log allocator: add option to switch between bytes and human format
Laytan Laats
2023-12-16
1
-25
/
+34
|
*
log allocator: fix the formatting for query info/features and errors
Laytan Laats
2023-12-16
1
-4
/
+4
|
*
log allocator: use %m to format size
Laytan Laats
2023-12-15
1
-5
/
+5
*
|
add resize non zeroed in more places
Colin Davidson
2023-12-04
1
-1
/
+8
|
/
*
Fix errant tab in alignment.
Jeroen van Rijn
2023-11-22
1
-2
/
+2
*
Use positional and named arguments within the core library
gingerBill
2023-06-21
2
-40
/
+40
*
Add `Allocator_Mode.Alloc_Non_Zerored`
gingerBill
2022-09-22
1
-0
/
+7
*
Merge pull request #1928 from IanLilleyT/logger_extra_space
gingerBill
2022-08-11
1
-1
/
+1
|
\
|
*
removed extra space from file_console_logger
Ian Lilley
2022-08-03
1
-1
/
+1
*
|
Eliminate use of LLVMGetElementType for pointers
gingerBill
2022-08-09
1
-8
/
+23
*
|
Add basic "lock" around `Log_Allocator` to minimize errors with allocation lo...
gingerBill
2022-08-08
1
-43
/
+50
*
|
Update `delete` to pass size in bytes to free when possible
gingerBill
2022-08-08
1
-6
/
+15
*
|
Remove unnecessary pointer
gingerBill
2022-08-08
1
-1
/
+1
*
|
Add `log.Log_Allocator`
gingerBill
2022-08-08
2
-6
/
+81
|
/
*
Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate
gingerBill
2022-05-16
1
-1
/
+1
*
memleak fix on destroy_multi_logger()
André
2021-10-23
1
-0
/
+2
*
Strip even more semicolons if followed by a `}` or `)` on the same line
gingerBill
2021-08-31
1
-2
/
+2
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
3
-100
/
+100
*
Make trailing comma usage consistent
gingerBill
2021-03-13
1
-2
/
+2
*
vet all core packages
gingerBill
2021-01-09
1
-1
/
+0
[next]