コミット履歴

作者 SHA1 メッセージ 日付
  gingerBill 5c7d6fcfd0 Improve minimum dependency for complex numbers and quaternion numbers. 5 年 前
  Tetralux b32ef9e47b Fix make and reserve 5 年 前
  gingerBill b8324b0776 Fix behaviour for `make` to return `nil` when alloc returns `nil` 5 年 前
  Tetralux f6f10d10e8 Fix `append_string` 5 年 前
  gingerBill 978d7fcb99 Fix typeid information for enumerated arrays 5 年 前
  gingerBill ab52f8d795 Move definition of mem.Allocator and log.Logger to `package runtime`, to reduce import cycle magic 5 年 前
  gingerBill 2252d992d7 Add `-disable-assert` to disable the code generation of the built-in run-time 'assert' procedure 5 年 前
  gingerBill a8a4dc1eb1 Make default `context.temp_allocator` thread safe when using `package thread` 5 年 前
  gingerBill 10f0961184 Enumerated arrays `[Enum_Type]Elem_Type` 5 年 前
  gingerBill d1c9fd4e01 Implement `#complete switch` by default, replace with `#partial switch` #511 5 年 前
  gingerBill 42def957d5 Fix `append_elem_string`, again 5 年 前
  gingerBill 6433a0d31e Fix `append_elem_string` 5 年 前
  gingerBill 359e5d9e15 Fix `append_elem_string` 5 年 前
  gingerBill 9db81498d8 Make the `string` type elements "immutable", akin to `char const *` in C 5 年 前
  gingerBill 9b58781122 #soa[dynamic]Type (Experimental) 5 年 前
  gingerBill 44e0e96612 Prepare SOA Struct code for slices and dynamic arrays *to be implemented* 5 年 前
  gingerBill ebf7926fa4 SOA support of Structures and Arrays; Runtime information for SOA structs; fmt printing support for SOA structs 5 年 前
  gingerBill 7140f42915 Modify runtime to reduce dependencies on other packages 5 年 前
  gingerBill 2a6d9e8927 `#panic`; Minor change to demo.odin; Fix `#assert` bug at file scope 5 年 前
  gingerBill 939459b635 Change implicit semicolon rules for record types within procedure bodies; Update `package odin/*` 5 年 前
  gingerBill 4e8a801b35 strings.split; strings.index; eprint* over print*_err; 5 年 前
  gingerBill 7bc146e6fd Built-in Quaternions (Not just an April Fool's Joke any more) 6 年 前
  gingerBill 04036aba9c `package reflect`; fix substring type bug; fix scoping rules for `using` on procedure parameter 6 年 前
  gingerBill 9c63212824 Struct field tags 6 年 前
  gingerBill 2c5c8192f8 Fix parsing for procedure literals expression statements; improve assert performance; other minor fixes 6 年 前
  gingerBill c7a70be824 Fix __get_map_key 6 年 前
  gingerBill f25818e923 Make procedure parameters just named values rather than copied variables 6 年 前
  gingerBill 4ab9edeb53 union #no_nil 6 年 前
  gingerBill fb3d73cb20 Make core library use `a..<b` rather than doing `a..b-1` 6 年 前
  gingerBill 1354f53d02 Remove `derived` from `context`; Fix parsing issue for `typeid` specializations in record parameters; Fix runtime printing of types 6 年 前