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
*
Fix string16 bugs in Mac and Linux
CJ
2026-01-24
1
-13
/
+94
*
fix: fix segfault on string_to_string16
xenobas
2025-09-16
1
-10
/
+15
*
Fix string16 literal length set in LLVM
gingerBill
2025-08-02
1
-2
/
+0
*
Begin supporting `string16` across the core library
gingerBill
2025-08-02
1
-0
/
+7
*
Add `string16` and `cstring16` (UTF-16 based strings)
gingerBill
2025-08-02
1
-17
/
+155
*
Support subtargets in build tags: `#build darwin:generic` and `#build linux:a...
gingerBill
2025-04-10
1
-0
/
+77
*
Improve bodge for android execute build
gingerBill
2025-03-26
1
-0
/
+9
*
Fix #4530
gingerBill
2024-12-02
1
-5
/
+5
*
Merge pull request #4437 from dpoetzschke/fix/windows-args-escaping
gingerBill
2024-11-06
1
-0
/
+30
|
\
|
*
added braces
Dominik Pötzschke
2024-10-31
1
-2
/
+4
|
*
adjust memory allocation
Dominik Pötzschke
2024-10-30
1
-1
/
+6
|
*
fix: fix windows params bug
Dominik Pötzschke
2024-10-30
1
-0
/
+23
*
|
Fix passing nullptr to args marked as non-null
bobsayshilol
2024-10-27
1
-0
/
+1
|
/
*
Merge pull request #3896 from odin-lang/cached-builds
gingerBill
2024-07-09
1
-0
/
+7
|
\
|
*
Add `-internal-cached`
gingerBill
2024-07-08
1
-0
/
+7
*
|
implement `temporary_directory` on non-windows
Laytan Laats
2024-07-08
1
-4
/
+16
|
/
*
Use a temporary directory for -use-separate-modules
gingerBill
2024-07-08
1
-16
/
+38
*
Merge pull request #3369 from joakin/fix-dynamic-library-from-vendor-on-linux
gingerBill
2024-05-03
1
-0
/
+19
|
\
|
*
Recognize dynamic library names like libraylib.so.5.0.0
joakin
2024-04-19
1
-0
/
+19
*
|
normalize_path
Thomas la Cour
2024-04-20
1
-6
/
+28
|
/
*
Print to string buffer before printing errors
gingerBill
2024-04-16
1
-0
/
+37
*
Add template specialization for compared against `""` with `String` internally
gingerBill
2024-04-15
1
-0
/
+3
*
Serialize errors to make them sortable, deterministic, and generally more con...
gingerBill
2024-03-19
1
-1
/
+0
*
Add list of C identifier suggestions (types and keywords)
gingerBill
2024-03-18
1
-0
/
+3
*
Add check to people trying to `foreign import` C files.
gingerBill
2024-03-18
1
-0
/
+7
*
Add `#load_directory(path: string) > []runtime.Load_Directory_File`
gingerBill
2024-02-09
1
-0
/
+12
*
Merge pull request #2944 from Kelimion/microarch-help
Jeroen van Rijn
2023-11-22
1
-0
/
+24
|
\
|
*
Add -microarch:?
Jeroen van Rijn
2023-11-10
1
-0
/
+24
*
|
Fix `string_extension_position`
Jeroen van Rijn
2023-11-21
1
-1
/
+1
|
/
*
Minor fix to `string_compare`
gingerBill
2023-01-18
1
-1
/
+1
*
Improve `odin doc` string printing (Fixes #2246)
gingerBill
2023-01-18
1
-34
/
+15
*
Remove the synchronization primitive init/destroy calls
gingerBill
2023-01-01
1
-5
/
+0
*
Remove dead code in the compiler
gingerBill
2022-12-18
1
-14
/
+0
*
`gb_internal` a lot
gingerBill
2022-12-18
1
-62
/
+62
*
find windows sdk bin path for rc.exe
Ian Lilley
2022-08-07
1
-0
/
+10
*
`@(require_target_feature=<string>)` `@(enable_target_feature=<string>)`
gingerBill
2022-05-30
1
-0
/
+9
*
Address edge cases.
Jeroen van Rijn
2022-04-26
1
-35
/
+0
*
Compiler: Add early error for output path being a directory.
Jeroen van Rijn
2022-04-24
1
-4
/
+6
*
`-target-features:<string>`
gingerBill
2022-02-28
1
-8
/
+0
*
Add more objc attributes
gingerBill
2022-02-11
1
-0
/
+31
*
Add `//+private file` to complement `//+private` (`//+private package`)
gingerBill
2022-02-02
1
-2
/
+10
*
Add `wasi_wasm32`
gingerBill
2021-10-31
1
-3
/
+4
*
Change the implementation of `Arena` to use virtual memory, and remove the ol...
gingerBill
2021-08-26
1
-5
/
+0
*
Remove unused code
gingerBill
2021-08-19
1
-2
/
+0
*
Begin optimizing tokenizer; Replace `gb_utf8_decode` with `utf8_decode` (CC b...
gingerBill
2021-08-01
1
-3
/
+3
*
Define which mutexes are blocking and recursive explicitly
gingerBill
2021-07-27
1
-4
/
+4
*
Add "Suggestion: Did you mean?" for selector expression typos
gingerBill
2021-07-08
1
-38
/
+0
*
Prefix named types with package name in debug types
gingerBill
2021-03-23
1
-0
/
+9
*
Fix string_compare
gingerBill
2020-11-17
1
-0
/
+1
*
Add `-microarch:<string>` (e.g. `-microarch:native`)
gingerBill
2020-10-20
1
-0
/
+6
[next]