Commit Verlauf

Autor SHA1 Nachricht Datum
  Richard Smith ce50f181f1 Add an interface for initialization of `var`s without an explicit initializer (#6934) vor 1 Monat
  Geoff Romer 57a2715f10 Remove support for `addr` (#6375) vor 5 Monaten
  Richard Smith c34d0c7adf Add `Core.Range(N)` facility to construct an integer range. (#5699) vor 10 Monaten
  Dana Jansens 24bde46181 Change array syntax from [T; N] to array(T, N) (#4981) vor 1 Jahr
  Richard Smith 3645143e27 Add solutions for advent of code 2024 day 1 to `examples/`. (#4673) vor 1 Jahr
  Richard Smith a10c79569e Model `Core.Int` as a class type (#4644) vor 1 Jahr
  Richard Smith bc395eb889 Represent integer literals as `IntLiteral` not as `i32`. (#4532) vor 1 Jahr
  Jon Ross-Perkins 8bb80d8271 Add a basic Core.Print function for ints. (#4078) vor 1 Jahr
  Jon Ross-Perkins 3561ab5fae Switch the prelude to using 'export import'. (#3976) vor 1 Jahr
  Richard Smith f5e386a12b Make driver find all prelude files. Add build rule for //examples:sieve. (#3895) vor 2 Jahren
  Richard Smith 1b335402d1 Allow incomplete return types in function declarations. (#3875) vor 2 Jahren
  Richard Smith f44643f080 Refactor core operator interfaces, fix compilation, add comments. (#3864) vor 2 Jahren
  josh11b 4bd6f8d4be Fix copy-pasted operator impls from #3856 (#3862) vor 2 Jahren
  Richard Smith 2b2f27a9ce Add core library with operator interface definitions and an example program. (#3856) vor 2 Jahren