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
/
unicode.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add `UCG` library to Odin compiler
Feoramund
2024-06-29
1
-0
/
+5
|
*
`gb_internal` a lot
gingerBill
2022-12-18
1
-5
/
+5
|
*
Begin optimizing tokenizer; Replace `gb_utf8_decode` with `utf8_decode` (CC ↵
gingerBill
2021-08-01
1
-0
/
+97
|
|
|
|
but easier to change later)
*
Add `rune_is_letter_or_digit` for tokenizer
gingerBill
2020-05-27
1
-0
/
+23
|
*
Optimize `rune_is_*` procedures for tokenizer
gingerBill
2020-05-27
1
-2
/
+2
|
*
Change how foreign imports work for mac
gingerBill
2019-09-29
1
-1
/
+0
|
*
Minor code organization change
gingerBill
2019-03-31
1
-1
/
+1
|
*
Clean up name mangling by using unique package names per project
gingerBill
2018-05-27
1
-5
/
+7
|
*
Build as C++
Ginger Bill
2017-06-08
1
-0
/
+43
|
*
Change extensions .cpp to .c
Ginger Bill
2016-11-23
1
-66
/
+0
|
*
Remove templated Map; replace with #include macro "templates" trick
Ginger Bill
2016-11-23
1
-5
/
+5
|
*
Minor Style Fixes
Ginger Bill
2016-10-22
1
-2
/
+2
|
*
Minimal Dependency Map: Only build what is needed
Ginger Bill
2016-09-27
1
-4
/
+4
|
*
Filename as default import name; as .; as _; panic()
Ginger Bill
2016-09-21
1
-0
/
+25
|
*
Pointer arithmetic builtin procedures
Ginger Bill
2016-08-27
1
-0
/
+2
|
*
Full Unicode Support
gingerBill
2016-08-15
1
-0
/
+39