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
/
strings.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix `copy`
Ginger Bill
2017-07-18
1
-0
/
+1
*
Remove `atomic`, `++`, and `--`
Ginger Bill
2017-07-18
1
-1
/
+1
*
Change precedence order for types e.g. ^T(x) == ^(T(x))
Ginger Bill
2017-07-13
1
-2
/
+2
*
`..` half closed range; `...` open range; `...` variadic syntax
Ginger Bill
2017-07-07
1
-1
/
+1
*
Add `free` for maps (a previous oversight)
Ginger Bill
2017-07-05
1
-1
/
+3
*
Fix `do` on `for` loops
Ginger Bill
2017-07-01
1
-3
/
+1
*
:: style procedure declarations; remove old parsing code
Ginger Bill
2017-06-28
1
-3
/
+3
*
Disable `var` and `const` declarations
Ginger Bill
2017-06-28
1
-3
/
+3
*
Check for empty generic declaration list
Ginger Bill
2017-06-12
1
-0
/
+7
*
Prefix `proc` syntax
Ginger Bill
2017-06-12
1
-2
/
+2
*
Remove := with var and :: with const
Ginger Bill
2017-06-12
1
-4
/
+4
*
Make `rune` a basic type and not an alias; Remove `byte`
Ginger Bill
2017-06-06
1
-4
/
+4
*
Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => tr...
Ginger Bill
2017-04-30
1
-3
/
+3
*
len, cap, make; remove .count, .capacity, new_slice
Ginger Bill
2017-04-02
1
-8
/
+7
*
Allow pointers to `append`; Fix strconv stuff; `new_slice` allows for capacity
Ginger Bill
2017-03-02
1
-2
/
+2
*
++ -- statements; add strconv.odin (and replace some of the fmt procs); Fix ~...
Ginger Bill
2017-02-26
1
-1
/
+1
*
Add core/strings.odin
Ginger Bill
2017-02-24
1
-0
/
+15