Commit History

作者 SHA1 備註 提交日期
  Ginger Bill 333924cce1 v0.3 Release 8 年之前
  Ginger Bill 574b82c0c7 v0.3.0 8 年之前
  Ginger Bill f60c772c11 Make `rune` a basic type and not an alias; Remove `byte` 8 年之前
  Ginger Bill 107740ca5e Fix issue #69 for fmt.printf padding 8 年之前
  gingerBill 88b990eb63 Merge pull request #53 from ghost/master 8 年之前
  Ginger Bill d2e7d730ac Fix key generation for constant strings in IR 8 年之前
  Ginger Bill 817e4b663e Add murmurhash3.c 8 年之前
  Ginger Bill 214bb73454 Merge branch 'master' of https://github.com/gingerBill/Odin 8 年之前
  Ginger Bill eba2c74bff Allow 128 bit map keys 8 年之前
  gingerBill 7c5e6c808b Merge pull request #68 from ThisDrunkDane/master 8 年之前
  Ginger Bill ebe5beaafd Allow using on bit fields 8 年之前
  Ginger Bill 029a6095d9 Fix enum printing bug 8 年之前
  Ginger Bill 2c0e59ae06 `bit_field`; Lexical sugar operators ≠ ≤ ≥ 8 年之前
  Ginger Bill 9d1a4c304a Remove Quat from math.odin 8 年之前
  Ginger Bill 13b8a1e348 Remove `quaternion128` and `quaternion256` as core types 8 年之前
  Ginger Bill 0d4945dc87 Implement u128/i128 features; Add bits.odin 8 年之前
  Mikkel Hjortshoej e0b9c4a275 Added extra sys/windows.odin stuff 8 年之前
  Ginger Bill fec6df65b3 Use 128-bit integers for ExactValue integers 8 年之前
  Ginger Bill 78494e84d5 Remove some asserts in timings.c 8 年之前
  Ginger Bill 60d7c833c0 Fix unary expression type check 8 年之前
  Ginger Bill 98dbbf11f3 Fix procedure overloading distinguishing 8 年之前
  Ginger Bill f4924e39d4 Fix printing of struct literals with custom alignment 8 年之前
  Ginger Bill 826e05c96e Convert windows.odin to the new naming convention 8 年之前
  Ginger Bill d3f63e5903 Change label syntax for `for` and `match` from #label name to name: 8 年之前
  Ginger Bill 80c034ec7c Change naming convention from Ada_Like to RustLike 8 年之前
  Ginger Bill b41f09b730 Experimental try for ABI for return values on windows 8 年之前
  Ginger Bill 06185e1769 Try a different ABI type for return values on Windows 8 年之前
  Ginger Bill f8fa7fe380 Fix bug with too many field values in a structure literal. 8 年之前
  Ginger Bill 45dbe8d354 `default:` to `case:`; `no_alias` to `#no_alias` 8 年之前
  Ginger Bill ddb99dd638 Fix interval loop constant bug; Fix ir edge checking; Fix vector arithmetic with scalars 8 年之前