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
*
Change `error` to `syntax_error` in parser
gingerBill
2019-10-13
1
-0
/
+9
*
`where` clauses for procedure literals
gingerBill
2019-08-31
1
-0
/
+1
*
Fix typo in tokenizer (no actual bug)
gingerBill
2019-08-26
1
-3
/
+2
*
Built-in Quaternions (Not just an April Fool's Joke any more)
gingerBill
2019-08-26
1
-1
/
+4
*
Improve tokenizer slightly
gingerBill
2019-05-28
1
-8
/
+13
*
Add `..<` operator for ranges; Add extra checking for bit set assignments
gingerBill
2019-05-28
1
-0
/
+5
*
odin query
gingerBill
2019-05-25
1
-19
/
+103
*
Fix ||= and &&=
gingerBill
2019-05-06
1
-3
/
+2
*
Remove dead keywords; Fix `min` and `max` for enum types
gingerBill
2019-03-31
1
-3
/
+0
*
Improve a tokenizer error message; Add extra tokens for `in` and `notin` for ...
gingerBill
2019-03-24
1
-14
/
+13
*
Fix `using import` behaviour - #352
gingerBill
2019-03-17
1
-3
/
+5
*
Fix bugs: Array Literals with constant elements; IR printing of raw procedure...
gingerBill
2019-02-24
1
-1
/
+1
*
Make `static` an attribute rather than a keyword prefix
gingerBill
2019-02-23
1
-1
/
+0
*
Replace `foreign export {}` with `@export`
gingerBill
2019-02-23
1
-1
/
+0
*
`static` variable declarations (Experimental)
gingerBill
2018-12-28
1
-1
/
+1
*
Support `#[...]` as an alternative attribute syntax
gingerBill
2018-12-26
1
-1
/
+0
*
Support #! comments
gingerBill
2018-12-26
1
-45
/
+12
*
`notin` operator
gingerBill
2018-12-21
1
-0
/
+1
*
`opaque` keyword and type
gingerBill
2018-11-11
1
-0
/
+1
*
Remove `type` as being a keyword
gingerBill
2018-10-13
1
-1
/
+0
*
Minor fixes
gingerBill
2018-09-24
1
-1
/
+1
*
`typeid` as keyword (ready to implement polymorphic name parameters)
gingerBill
2018-09-02
1
-0
/
+1
*
bit_set['A'..'Z'], bit_set[0..8]
gingerBill
2018-08-16
1
-0
/
+1
*
Add `bit_set` type
gingerBill
2018-08-14
1
-0
/
+1
*
`-no-crt` flag for windows amd64
gingerBill
2018-08-13
1
-7
/
+7
*
Allow for '\"'
gingerBill
2018-08-10
1
-5
/
+5
*
Reduce number of range and slice operators #239
gingerBill
2018-08-01
1
-7
/
+11
*
BigInt support in the constant system
gingerBill
2018-07-28
1
-0
/
+10
*
Allow for base enum type with an enum declaration
gingerBill
2018-06-11
1
-43
/
+43
*
Add basic package support (no IR support yet)
gingerBill
2018-05-26
1
-4
/
+1
*
Parse directories to be packages
gingerBill
2018-05-21
1
-0
/
+1
*
Improve minimal dependency system
gingerBill
2018-05-12
1
-1
/
+0
*
Hexadecimal floats for "perfect values" 0h42f60000 == 123; use `bit_cast` in ...
gingerBill
2018-02-25
1
-8
/
+26
*
Change parsing for floats and disallow `x.0`
gingerBill
2018-02-25
1
-1
/
+7
*
Fix issue #192
gingerBill
2018-02-22
1
-10
/
+10
*
auto_cast
gingerBill
2018-02-18
1
-0
/
+1
*
#complete switch; Removal of dyncall
gingerBill
2018-02-17
1
-0
/
+16
*
Fix #187
gingerBill
2018-02-14
1
-5
/
+6
*
`distinct` keyword for type declarations
gingerBill
2018-02-05
1
-0
/
+1
*
Remove dead code; Fix issue regarding order of evaluation of function paramet...
gingerBill
2018-02-04
1
-2
/
+2
*
Fix proc groups from import names
gingerBill
2017-12-10
1
-0
/
+1
*
Remove `vector` type (will be replaced by something else in the future)
gingerBill
2017-11-30
1
-1
/
+0
*
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 "sy...
gingerBill
2017-10-15
1
-1
/
+0
*
`match` to `switch`; Optional semicolons after "import" statements
Ginger Bill
2017-10-01
1
-1
/
+1
[next]