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
/
src
/
error.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix line error printing for error messages
gingerBill
2023-06-19
1
-12
/
+19
|
*
Add extra mutex for error block stuff
gingerBill
2023-05-16
1
-3
/
+14
|
*
Require parentheses around certain uses of `or_return` expressions
gingerBill
2023-04-27
1
-0
/
+34
|
*
Add `-max-error-count:<integer>`
gingerBill
2023-04-04
1
-5
/
+5
|
*
Improve error line squiggle logic
gingerBill
2023-02-27
1
-18
/
+18
|
*
Allow compound literals to access fields through `using`
gingerBill
2023-02-26
1
-2
/
+2
|
*
Improve truncated verbose line error
gingerBill
2023-02-22
1
-2
/
+5
|
*
Change padding of showing the error in line
gingerBill
2023-02-22
1
-1
/
+1
|
*
Improve error bounds for `check_comparison`
gingerBill
2023-02-22
1
-1
/
+7
|
*
Begin work on adding colours to error messages on Windows Terminals
gingerBill
2023-02-22
1
-22
/
+97
|
*
Make `-verbose-errors` the default; `-terse-errors` to disable it
gingerBill
2023-02-22
1
-5
/
+24
|
*
Improve errors about conversions of constant integers
gingerBill
2023-02-22
1
-8
/
+25
|
*
Remove the synchronization primitive init/destroy calls
gingerBill
2023-01-01
1
-4
/
+0
|
*
`gb_internal` a lot
gingerBill
2022-12-18
1
-31
/
+31
|
*
Add ODIN_ERROR_POS_STYLE environment variable
gingerBill
2022-01-26
1
-0
/
+4
|
|
|
|
|
|
|
|
Allowing for two different error message styles: default or odin path(line:column) message unix path:line:column: message
*
Fix #1267
gingerBill
2022-01-23
1
-0
/
+1
|
*
Move error handling code to a separate file
gingerBill
2022-01-10
1
-0
/
+411