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
/
tokenizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
foreign_library allow for Pascal-style grouping
Ginger Bill
2017-06-12
1
-0
/
+2
*
`import` and `import_load` as keywords; Fix procedure literal call trick
Ginger Bill
2017-06-12
1
-35
/
+37
*
Prefix `type` and `let` to replace `immutable`
Ginger Bill
2017-06-12
1
-1
/
+1
*
Remove := with var and :: with const
Ginger Bill
2017-06-12
1
-0
/
+3
*
Remove unnecessary `typedef` usage
Ginger Bill
2017-06-08
1
-14
/
+14
*
Use templated `Array` with bounds checking
Ginger Bill
2017-06-08
1
-2
/
+2
*
Update `String` to use overloading
Ginger Bill
2017-06-08
1
-1
/
+1
*
Build as C++
Ginger Bill
2017-06-08
1
-0
/
+977
*
Change extensions .cpp to .c
Ginger Bill
2016-11-23
1
-816
/
+0
*
Compile as C! Whoop!
Ginger Bill
2016-11-23
1
-4
/
+4
*
typedef struct and start removing auto
Ginger Bill
2016-11-23
1
-12
/
+12
*
Remove templated Map; replace with #include macro "templates" trick
Ginger Bill
2016-11-23
1
-10
/
+8
*
Remove Array<T> and replace with macro version
Ginger Bill
2016-11-22
1
-2
/
+2
*
Remove: string overloads; defer
Ginger Bill
2016-11-22
1
-30
/
+27
*
v0.0.3 Build
Ginger Bill
2016-11-17
1
-5
/
+5
*
Minor `Entity` refactor
Ginger Bill
2016-10-30
1
-1
/
+2
*
Separate ssa_struct_gep and ssa_array_gep procedures
Ginger Bill
2016-10-23
1
-7
/
+7
*
Minor Style Fixes
Ginger Bill
2016-10-22
1
-14
/
+17
*
union_cast
Ginger Bill
2016-10-16
1
-3
/
+6
*
Very Basic Profiling
Ginger Bill
2016-10-09
1
-0
/
+2
*
Change from gbArray(T) to Array<T>
Ginger Bill
2016-10-08
1
-8
/
+6
*
Maybe types; value, ok := maybe_value(x)
Ginger Bill
2016-10-06
1
-0
/
+2
*
Begin work on const llvm aggregate literals
Ginger Bill
2016-09-30
1
-37
/
+14
*
Update Standard Library; Fix Type_Info for integers
Ginger Bill
2016-09-28
1
-1
/
+1
*
Minimal Dependency Map: Only build what is needed
Ginger Bill
2016-09-27
1
-38
/
+35
*
Unicode file loading; push_allocator & push_context
Ginger Bill
2016-09-23
1
-23
/
+25
*
fmt improvement; Minor refactoring
Ginger Bill
2016-09-19
1
-0
/
+7
*
enum_to_string fix; enum count, min_value, max_value
Ginger Bill
2016-09-19
1
-4
/
+4
*
Better name mangler for SSA generation
Ginger Bill
2016-09-18
1
-0
/
+12
*
VarDecl and ConstDecl split; error, warning, et al. now global
Ginger Bill
2016-09-17
1
-12
/
+39
*
Some global init cleanup; `volatile` types
Ginger Bill
2016-09-12
1
-0
/
+1
*
Fix match statements for the new AstNodeArray type
Ginger Bill
2016-09-08
1
-0
/
+1
*
Fix type system in SSA generation
Ginger Bill
2016-09-03
1
-7
/
+8
*
min, max, abs
Ginger Bill
2016-09-02
1
-0
/
+8
*
Match statements; Type System change (Type_Record for all sum and product types)
Ginger Bill
2016-09-01
1
-0
/
+2
*
`down_cast`
Ginger Bill
2016-08-31
1
-0
/
+4
*
Subtyping Polymorphic arguments; `using` procedure parameters
Ginger Bill
2016-08-30
1
-1
/
+1
*
Save before Demo 001
Ginger Bill
2016-08-25
1
-1
/
+1
*
Change rune literals to #rune "C"
Ginger Bill
2016-08-25
1
-37
/
+0
*
Untagged (unsafe) unions and unambiguous in|postfix notation.
Ginger Bill
2016-08-24
1
-20
/
+8
*
Infix and Postfix procedure calls
gingerBill
2016-08-23
1
-4
/
+30
*
Implicit Context and #thread_local
gingerBill
2016-08-19
1
-4
/
+4
*
Initial Demo001 code for tour of language
Ginger Bill
2016-08-19
1
-3
/
+3
*
print_(f32|f64)
Ginger Bill
2016-08-18
1
-1
/
+1
*
Win32 Demo: OpenGL Context
gingerBill
2016-08-16
1
-1
/
+0
*
defer statements
gingerBill
2016-08-16
1
-15
/
+16
*
Win32 Window Test
gingerBill
2016-08-16
1
-0
/
+1
*
Full Unicode Support
gingerBill
2016-08-15
1
-27
/
+0
*
string comparisons
gingerBill
2016-08-15
1
-1
/
+0
*
append :: proc(s: ^[]T, i: T) -> bool
gingerBill
2016-08-14
1
-16
/
+23
[prev]
[next]