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 (
Collapse
)
Author
Age
Files
Lines
*
`transmute(type)x`; Minor code clean up
Ginger Bill
2017-07-30
1
-0
/
+1
|
*
`type_info_of`; enum_value_to_string and string_to_enum_value
Ginger Bill
2017-07-19
1
-1
/
+1
|
*
Merge `raw_union` into `struct` as a memory layout tag `#raw_union`
Ginger Bill
2017-07-18
1
-1
/
+1
|
*
Remove `atomic`, `++`, and `--`
Ginger Bill
2017-07-18
1
-5
/
+5
|
*
`cast(Type)expr`; Fix overloaded procedure determination on assignment
Ginger Bill
2017-07-11
1
-0
/
+1
|
*
Fix _preload.odin; Add for in without parameters; Change sync.Mutex for windows
Ginger Bill
2017-07-08
1
-3
/
+3
|
*
`..` half closed range; `...` open range; `...` variadic syntax
Ginger Bill
2017-07-07
1
-5
/
+5
|
*
Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functions
Ginger Bill
2017-07-06
1
-2
/
+2
|
*
*_of as keyords; Allow constant aliasing for user/built-in procedures, ↵
Ginger Bill
2017-07-04
1
-0
/
+4
|
|
|
|
import names, and library names
*
`do` keyword for inline statements instead of blocks
Ginger Bill
2017-07-01
1
-23
/
+30
|
*
Implicit parametric polymorphic procedures
Ginger Bill
2017-06-29
1
-27
/
+32
|
*
Update procedure names and extend demo.odin
Ginger Bill
2017-06-29
1
-1
/
+1
|
*
Remove `var` and `const` keywords; Fix default parameter syntax
Ginger Bill
2017-06-28
1
-2
/
+0
|
*
Remove `let`
Ginger Bill
2017-06-26
1
-1
/
+0
|
*
Undef value `---` (for setting a value to be uninitialized/undefined)
Ginger Bill
2017-06-26
1
-1
/
+19
|
*
Default result values for procedure types; Named result values in `return` ↵
Ginger Bill
2017-06-22
1
-1
/
+8
|
|
|
|
statements
*
Begin work on documentation generation
Ginger Bill
2017-06-18
1
-1
/
+1
|
*
`foreign` blocks for procedures
Ginger Bill
2017-06-12
1
-0
/
+1
|
*
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
|
|
|
|
TODO: Define better name mangling rules and allow for explicit name overload
*
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
|
[next]