Историја ревизија

Аутор SHA1 Порука Датум
  gingerBill 8f9111e552 Build tag to make all declarations within a file private to the package `//+private` пре 4 година
  gingerBill 41b854f192 Remove `#opaque` types пре 4 година
  gingerBill 28f279329d Remove `bit_field` keyword and parsing logic пре 4 година
  gingerBill 28ed310f31 Remove `"pure"` and `"pure_none"` calling conventions пре 4 година
  gingerBill efdee0dafb Remove `bit_field` type from Odin (keyword and dead runtime code still exists) пре 4 година
  gingerBill e64eb74eef Fix #831 пре 4 година
  gingerBill 720f2c7c61 Allow `check_expr_with_type_hint` to allow assignment of types to typeid without requiring `typeid_of` пре 4 година
  gingerBill 416051f17b Fix #811 пре 4 година
  gingerBill d7a5767aa3 If `ir_type_requires_mem_zero` is stored with zero, don't store again with the `zeroinitializer` пре 4 година
  gingerBill 05a3bdad58 Allow nested procedures to access `@(static)` and `@(thread_local)` variables пре 4 година
  gingerBill 047586afc6 Change ExactValue layout for complex/quaternion types to minimize its size пре 4 година
  gingerBill 996c854071 Disable `lb_const_hash` for the time being пре 4 година
  gingerBill 97c66c9c73 Add `intrinsics.type_hasher_proc`; Make `map` work with generic hasher procedure пре 4 година
  gingerBill 39bed567b3 Add intrinsics.type_equal_proc; Make `map` use an internal equal procedure to compare keys пре 4 година
  Dan Bechard 2d878de84d Update check_expr.cpp пре 4 година
  gingerBill 260e28c0af Fix casting of untyped strings пре 4 година
  gingerBill 63e4a2341f Support string literals for fixed arrays of runes; Add %q support for arrays/slices of bytes пре 4 година
  gingerBill 6416a6f39c Allow string literals for `[N]byte` пре 4 година
  gingerBill aa5cb7f6a9 Fix proc type printing пре 4 година
  gingerBill d90fc18bef Basic `odin doc` support пре 4 година
  gingerBill ca4b0527e8 Minimize memory usage for AST nodes by using Slice<T> rather than Array<T> when the parameter doesn't need to grow пре 4 година
  gingerBill 939878df50 Improve logic for x->y() shorthand пре 4 година
  gingerBill 0d6f5cec37 Implement custom temporary allocator using ring buffer пре 4 година
  gingerBill 17ec3e72a6 Add SCOPED_TEMPORARY_BLOCK for temporary allocations within a block пре 4 година
  gingerBill 30d922b059 Make `set_procedure_abi_types` use the permanent_allocator пре 4 година
  gingerBill ee3b3fe6a3 Fix `typeid_of` bug пре 4 година
  gingerBill 31f4590f4b Fix default parameters on record types пре 4 година
  gingerBill 4629754f7c Inline asm expression (-llvm-api) пре 4 година
  gingerBill 5a28a7e0f5 Add `intrinsics.type_field_index_of` пре 4 година
  Joseph Battelle 3a3d415295 Fix issue #486 пре 4 година