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
/
os_windows.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move os_*.odin files to os/
gingerBill
2018-03-04
1
-285
/
+0
*
Update core library with `cstring`
gingerBill
2018-02-28
1
-3
/
+3
*
Fix os.args on Windows #143
gingerBill
2018-02-22
1
-47
/
+18
*
`distinct` keyword for type declarations
gingerBill
2018-02-05
1
-3
/
+3
*
Update sys/windows.odin to use `Bool :: b32;` rather than `i32`
gingerBill
2018-01-17
1
-5
/
+5
*
New slice memory layout (ptr+len); `byte`
gingerBill
2017-11-26
1
-17
/
+17
*
Attributes; @(link_name="foo")
gingerBill
2017-10-29
1
-2
/
+2
*
#alias type declarations; core library additions; `_global` import name for t...
gingerBill
2017-10-29
1
-5
/
+5
*
`match` to `switch`; Optional semicolons after "import" statements
Ginger Bill
2017-10-01
1
-6
/
+6
*
Fix issue #94
Ginger Bill
2017-09-11
1
-1
/
+1
*
Library collections
Ginger Bill
2017-09-07
1
-2
/
+2
*
v0.6.2; Use Ada_Case for types
v0.6.2
Ginger Bill
2017-08-03
1
-12
/
+12
*
Remove `atomic`, `++`, and `--`
Ginger Bill
2017-07-18
1
-14
/
+14
*
General specialization for polymorphic parameters
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
*
Fix _preload.odin; Add for in without parameters; Change sync.Mutex for windows
Ginger Bill
2017-07-08
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
-7
/
+3
*
Allow for overloading of polymorphic procedures
Ginger Bill
2017-07-04
1
-8
/
+8
*
Disable polymorphic overloading in the global scope
Ginger Bill
2017-07-02
1
-46
/
+21
*
:: style procedure declarations; remove old parsing code
Ginger Bill
2017-06-28
1
-16
/
+16
*
Remove `type` prefix declarations
Ginger Bill
2017-06-28
1
-5
/
+4
*
Disable `var` and `const` declarations
Ginger Bill
2017-06-28
1
-99
/
+98
*
Remove `let`
Ginger Bill
2017-06-26
1
-1
/
+1
*
Declaration grouping uses () rather than {}; Fix some problem with compilatio...
Ginger Bill
2017-06-17
1
-7
/
+7
*
Declaration grouping uses braces rather than parentheses
Ginger Bill
2017-06-13
1
-30
/
+33
*
Pascal style declaration grouping with ()
Ginger Bill
2017-06-12
1
-47
/
+49
*
`import` and `import_load` as keywords; Fix procedure literal call trick
Ginger Bill
2017-06-12
1
-1
/
+1
*
Prefix `type` and `let` to replace `immutable`
Ginger Bill
2017-06-12
1
-4
/
+4
*
Prefix `proc` syntax
Ginger Bill
2017-06-12
1
-16
/
+16
*
Remove := with var and :: with const
Ginger Bill
2017-06-12
1
-114
/
+114
*
Make `rune` a basic type and not an alias; Remove `byte`
Ginger Bill
2017-06-06
1
-17
/
+17
*
Convert windows.odin to the new naming convention
Ginger Bill
2017-05-28
1
-22
/
+22
*
Change naming convention from Ada_Like to RustLike
Ginger Bill
2017-05-28
1
-9
/
+9
*
`default:` to `case:`; `no_alias` to `#no_alias`
Ginger Bill
2017-05-27
1
-2
/
+2
*
Fix alignment for normal structures to match LLVM
Ginger Bill
2017-05-10
1
-1
/
+0
*
Add hidden __tag for union variables.
Ginger Bill
2017-05-04
1
-65
/
+53
*
Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => tr...
Ginger Bill
2017-04-30
1
-48
/
+48
*
`fmt.String_Buffer`, Fix issue #44, Tweak overloading rules
Ginger Bill
2017-04-26
1
-0
/
+3
*
Change interval syntax: .. open range, ..< half-closed range
Ginger Bill
2017-04-20
1
-1
/
+1
*
Fix procedure calls from non-regular addressing modes
Ginger Bill
2017-04-17
1
-0
/
+6
*
Fix error printing for basic directives
Ginger Bill
2017-04-17
1
-0
/
+4
*
Fix slicing bug on dynamic arrays
Ginger Bill
2017-04-11
1
-0
/
+1
*
Fix issue #31; Removed `down_cast`
Ginger Bill
2017-04-04
1
-6
/
+2
*
Fix make for dynamic arrays
Ginger Bill
2017-04-02
1
-1
/
+1
*
len, cap, make; remove .count, .capacity, new_slice
Ginger Bill
2017-04-02
1
-9
/
+8
*
Complex numbers: complex64 complex128
Ginger Bill
2017-04-01
1
-52
/
+115
*
Update gb.h
Ginger Bill
2017-03-17
1
-1
/
+0
*
windows.odin TYPE_NAME to Type_Name; More SSA work and SSA printing for debug...
Ginger Bill
2017-03-12
1
-45
/
+44
*
Ellipsis is now just `..`; Remove half-closed range operator and treat all of...
Ginger Bill
2017-02-26
1
-3
/
+3
[next]