gingerBill 536cceeef9 Add `intrinsics.type_is_unsigned` 5 years ago
..
builtin 44a303e577 Add dummy packages purely for documentation of `builtin` and `intrinsics` 5 years ago
c 0977ac111a Fix typo in `package utf8`; add `wchar_t` to `package c` 5 years ago
dynlib 8ee7ee7120 Fix core library for the new procedure parameter addressing mode 6 years ago
encoding 939459b635 Change implicit semicolon rules for record types within procedure bodies; Update `package odin/*` 5 years ago
fmt 013b3b9fb3 Fix for -vet 5 years ago
hash 0718f14774 Reduce number of range and slice operators #239 7 years ago
intrinsics 536cceeef9 Add `intrinsics.type_is_unsigned` 5 years ago
log 657103c4cf ThreadPool for the parser 6 years ago
math 098684a6fe Add 128-bit random procedures to `package math/rand` 5 years ago
mem 40546fbde2 Use `runtime.mem_copy` in `package me` 5 years ago
odin 3b898e5224 Add `@force` to `foreign import` 5 years ago
os adca5b57cd Move time code from os to time package 5 years ago
reflect 4e8a801b35 strings.split; strings.index; eprint* over print*_err; 5 years ago
runtime 40546fbde2 Use `runtime.mem_copy` in `package me` 5 years ago
sort 657103c4cf ThreadPool for the parser 6 years ago
strconv 5aa46d31b2 Move `package decimal` to be a subpackage of `package strconv` 5 years ago
strings 1b8c3ca22a Fix typos and make demo work with -vet 5 years ago
sync 2b080dbbc2 sync_atomic_* make most ordering parameters compile-time constant 6 years ago
sys 22e982c8fb New Essence OS layer; cross-compiling improvements 6 years ago
thread cdbf831a7a Replace `context <- c {}` with `context = c;`. context assignments are scope based 7 years ago
time 044e64beb0 Add missing foreign import to time_darwin 5 years ago
unicode b5fdb3f855 Remove unused variables in utf8.odin. 5 years ago