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
*
Remove `#const`; Minor fixes
gingerBill
2017-11-12
1
-2
/
+0
|
*
Change push allocator system; update core libraries
gingerBill
2017-11-09
1
-2
/
+0
|
*
#const value procedure parameters; $N for polymorphic array lengths
gingerBill
2017-11-05
1
-6
/
+5
|
*
Attributes; @(link_name="foo")
gingerBill
2017-10-29
1
-0
/
+2
|
*
Fix importation of empty file (issue #128)
gingerBill
2017-10-18
1
-5
/
+7
|
*
Change `foreign_library` to `foreign import`
gingerBill
2017-10-15
1
-1
/
+0
|
*
Syntax: Replace `foreign_system_library "kernel.lib"` to `foreign_library ↵
gingerBill
2017-10-15
1
-1
/
+0
|
|
|
|
"system:kernel.lib"`; Remove keyword: `foreign_system_library`
*
`match` to `switch`; Optional semicolons after "import" statements
Ginger Bill
2017-10-01
1
-1
/
+1
|
*
Fix issues #95 and #96
Ginger Bill
2017-09-13
1
-9
/
+11
|
*
Remove () grouping for `foreign_library`
Ginger Bill
2017-08-27
1
-0
/
+1
|
*
Replace `import_load` with `using import .`
Ginger Bill
2017-08-27
1
-1
/
+0
|
*
Import cycle checking
Ginger Bill
2017-08-27
1
-0
/
+5
|
*
`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
|
[next]