Odin icon indicating copy to clipboard operation
Odin copied to clipboard

Odin Programming Language

Results 744 Odin issues
Sort by recently updated
recently updated
newest added

- [x] 64-bit general purpose register based implementation - [ ] Intel AES-NI (AESENC/AESDEC) - [x] ECB mode - [ ] CTR mode - [ ] (Maybe) CBC mode -...

Also added a test for marshalling and unmarshalling `bit_set`

**Operating System & Odin Version:** ``` Odin: dev-2024-05:e1c4b9b06 OS: Ubuntu 22.04.4 LTS, Linux 6.5.0-35-generic Backend: LLVM 18.1.6 ``` This code... ```odin package pkg import "core:math" bug :: proc() -> (array:...

`thread.join` now waits on user procedure to exit before completing.

## Context ``` Odin: dev-2024-05:d698d4cda OS: Windows 11 Enterprise (version: 23H2), build 22631.3296 CPU: AMD Ryzen 7 5800X 8-Core Processor RAM: 16310 MiB Backend: LLVM 17.0.1 ``` ``` package main...

stale

## Context Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions. * Operating System & Odin...

bug
frontend
stale

## Context * Operating System & Odin Version: ``` Odin: dev-2024-05:e1c4b9b06 OS: Debian GNU/Linux 12 (bookworm), Linux 6.1.0-21-armmp-lpae CPU: ARM RAM: 992 MiB Backend: LLVM 14.0.6 ``` ## Expected Behavior...

llvm-backend
arm
stale

## Context I am using a Pinebook Pro. * Operating System & Odin Version: * Please paste `odin report` output: Where to find more information and get into contact when...

stale

Adds the `-export-dependencies` build flag. This takes a file to which dependency information about the current build will be written in Make format. This is roughly compatible with GCCs `-MD...

## Context ``` a:[1]i32=max(i32) // a:[1]i32={max(i32)} does work but this does not main::proc() { a[0]=0 } ``` * Operating System & Odin Version: Odin: dev-2024-05-nightly:2250eb3e7 OS: Windows 11 Home Basic...

bug
llvm-backend
replicated