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
*
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
*
Improve location information for log.panic*
gingerBill
2020-10-14
1
-2
/
+2
*
Improve default temp_allocator; make nil loggers do nothing; improve mem.Scra...
gingerBill
2020-10-02
1
-0
/
+6
*
Remove usage of `do` in core library
gingerBill
2020-09-23
1
-7
/
+18
*
Fix typo
gingerBill
2020-08-12
1
-1
/
+1
*
Fix `multi_logger_proc` to check for `lowest_level`
gingerBill
2020-08-12
1
-0
/
+3
*
Add .Thread_Id option to log package
Oskar Nordquist
2020-07-22
1
-0
/
+6
*
Added "sep" parameter to logging procs
jharler
2020-07-13
1
-12
/
+12
*
Fix typo
Mikkel Hjortshoej
2020-07-02
1
-1
/
+1
*
Revert to old format and fix : when no file opt specified
Mikkel Hjortshoej
2020-07-02
1
-5
/
+4
*
Fix misplaced line number (was wrongly formatted and before procedure)
Mikkel Hjortshoej
2020-07-02
1
-6
/
+6
*
Reorder `log.do_location_header` order
gingerBill
2020-06-19
1
-2
/
+4
*
Clean up some of the log code
gingerBill
2020-06-19
1
-12
/
+21
*
Add `log.panic` and `log.panicf`
gingerBill
2020-06-19
1
-0
/
+12
*
Add multi_logger.odin; Fix os_windows.odin
gingerBill
2020-06-19
1
-0
/
+26
*
Clean up `package log` code
gingerBill
2020-06-19
2
-146
/
+142
*
Switch from now removed context.stdout/stderr to os.stdout/stderr
Mikkel Hjortshoej
2020-03-28
1
-1
/
+1
*
`x if cond else y` and `x when cond else y` expressions
gingerBill
2020-03-05
2
-2
/
+2
*
Enhance logger interface with 'f' and not 'f' variants, also move level detec...
Mikkel Hjortshoej
2020-02-10
2
-17
/
+27
*
Don't change delimiter as location has changed to be unified no matter the pl...
Mikkel Hjortshoej
2020-01-08
1
-2
/
+1
*
Move definition of mem.Allocator and log.Logger to `package runtime`, to redu...
gingerBill
2019-12-31
1
-0
/
+21
*
ThreadPool for the parser
gingerBill
2019-09-01
1
-16
/
+16
*
Minor code clean-up
gingerBill
2019-07-28
1
-31
/
+36
*
Overrideable stdin, stdout, stderr at the `context` level
gingerBill
2019-03-30
1
-1
/
+1
*
Reorganize fmt and strings; Replace fmt.String_Buffer with strings.Builder
gingerBill
2019-01-06
1
-18
/
+19
*
Fix vetting
gingerBill
2018-12-31
1
-4
/
+3
*
Copy instead of loop
Mikkel Hjortshoej
2018-12-08
1
-1
/
+1
*
Add timestamp support using the new core:time
Mikkel Hjortshoej
2018-12-08
2
-9
/
+32
*
remove ident from logger struct
Mikkel Hjortshoej
2018-12-08
2
-19
/
+21
*
Add a file-, console- and multi-logger
Mikkel Hjortshoej
2018-12-08
2
-6
/
+179
*
Add basics for context-based Logger
gingerBill
2018-10-20
1
-0
/
+34