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
/
string.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extra type safety; Fix typos
Ginger Bill
2017-07-31
1
-5
/
+4
*
Parallelization of the Parser
Ginger Bill
2017-07-30
1
-24
/
+33
*
Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functions
Ginger Bill
2017-07-06
1
-11
/
+11
*
Basic command line flags: e.g. `-opt=0`
Ginger Bill
2017-06-24
1
-0
/
+7
*
Use UTF-8 command line on windows
Ginger Bill
2017-06-24
1
-0
/
+13
*
`#location(..)` and `#call_location`
Ginger Bill
2017-06-18
1
-2
/
+5
*
Remove unnecessary `typedef` usage
Ginger Bill
2017-06-08
1
-4
/
+4
*
Update `String` to use overloading
Ginger Bill
2017-06-08
1
-24
/
+57
*
Build as C++
Ginger Bill
2017-06-08
1
-0
/
+505
*
Change extensions .cpp to .c
Ginger Bill
2016-11-23
1
-422
/
+0
*
Remove templated Map; replace with #include macro "templates" trick
Ginger Bill
2016-11-23
1
-8
/
+8
*
Remove: string overloads; defer
Ginger Bill
2016-11-22
1
-20
/
+24
*
Separate ssa_struct_gep and ssa_array_gep procedures
Ginger Bill
2016-10-23
1
-1
/
+1
*
Minor Style Fixes
Ginger Bill
2016-10-22
1
-2
/
+2
*
Update ImplicitValue "architecture"
Ginger Bill
2016-10-15
1
-11
/
+11
*
Minimal Dependency Map: Only build what is needed
Ginger Bill
2016-09-27
1
-1
/
+12
*
Unicode file loading; push_allocator & push_context
Ginger Bill
2016-09-23
1
-1
/
+91
*
enum_to_string fix; enum count, min_value, max_value
Ginger Bill
2016-09-19
1
-0
/
+9
*
#import search rule: relative then core/
Ginger Bill
2016-09-17
1
-1
/
+2
*
Default struct member reordering for minimal size
Ginger Bill
2016-09-10
1
-7
/
+10
*
Begin reording of struct members by default.
Ginger Bill
2016-09-09
1
-0
/
+40
*
Infix and Postfix procedure calls
gingerBill
2016-08-23
1
-5
/
+5
*
Full Unicode Support
gingerBill
2016-08-15
1
-6
/
+1
*
string comparisons
gingerBill
2016-08-15
1
-1
/
+6
*
Minor refactor and basic library
gingerBill
2016-08-05
1
-19
/
+21
*
String support
gingerBill
2016-08-05
1
-0
/
+262