Karl Zylinski 8c636ac37b Fix build tags that use ! multiple times on one line. Those don't actually do anything since build tags use OR within the line. So something like //+build !windows, !linux would actually build on both linux and windows. What was intended in all these cases was probably AND, which you get by splitting them into separate lines. 1 year ago
..
example edb685f04b Add package `core:flags` 1 year ago
LICENSE edb685f04b Add package `core:flags` 1 year ago
constants.odin ba0581ae79 Give FreeBSD access to `core:net` in `core:flags` 1 year ago
doc.odin 288312a812 core: improve package doc comments for the documentation generator 1 year ago
errors.odin 1d75a612d5 `os.Errno` -> `os.Error` 1 year ago
errors_bsd.odin ba0581ae79 Give FreeBSD access to `core:net` in `core:flags` 1 year ago
errors_nonbsd.odin 8c636ac37b Fix build tags that use ! multiple times on one line. Those don't actually do anything since build tags use OR within the line. So something like //+build !windows, !linux would actually build on both linux and windows. What was intended in all these cases was probably AND, which you get by splitting them into separate lines. 1 year ago
internal_assignment.odin c3bd94a27e Change `Bit_Array.max_index` to `length` 1 year ago
internal_parsing.odin c3acdeb310 Add `--` parsing to UNIX-style `core:flags` 1 year ago
internal_rtti.odin 97c499dbb4 Begin mapping `os.Error` in the rest of the codebase 1 year ago
internal_rtti_nonbsd.odin 8c636ac37b Fix build tags that use ! multiple times on one line. Those don't actually do anything since build tags use OR within the line. So something like //+build !windows, !linux would actually build on both linux and windows. What was intended in all these cases was probably AND, which you get by splitting them into separate lines. 1 year ago
internal_validation.odin 2d8d0dd851 fix `@(optimization_mode)` usage in builtin collections 1 year ago
parsing.odin 2d8d0dd851 fix `@(optimization_mode)` usage in builtin collections 1 year ago
rtti.odin edb685f04b Add package `core:flags` 1 year ago
usage.odin 2d8d0dd851 fix `@(optimization_mode)` usage in builtin collections 1 year ago
util.odin 2d8d0dd851 fix `@(optimization_mode)` usage in builtin collections 1 year ago
validation.odin edb685f04b Add package `core:flags` 1 year ago