커밋 기록

작성자 SHA1 메시지 날짜
  Richard Smith ce50f181f1 Add an interface for initialization of `var`s without an explicit initializer (#6934) 1 개월 전
  Geoff Romer 6a3529f4b5 Add `Core.Form` to prelude (#6745) 2 달 전
  Richard Smith c0b24047dd Interop support for initialization via `std::initializer_list`. (#6672) 3 달 전
  Vinicius Silva f42352759f Adding support for `UInt`-to-`char` conversion (#6425) 3 달 전
  Richard Smith 31919afa24 Allow conversion between `T*` and `Cpp.void*`. (#6575) 3 달 전
  Jon Ross-Perkins c5eba90317 Change `Destroy` to use a `CustomWitness` instead of a blanket impl (#6512) 4 달 전
  Ammar Alassal a848ae11e4 Added string indexing (#6329) 4 달 전
  Richard Smith 90771414f5 Add builtins to form and detect null `MaybeUnformed(T*)` values. (#6208) 6 달 전
  Jon Ross-Perkins 4a6376cf59 Rename/restructure `Destroy` logic to better reflect #6124 (#6144) 7 달 전
  Jon Ross-Perkins 5e3bb523f8 Add builtin functions for destroy, with special requirements in facet types (#6035) 7 달 전
  Richard Smith 1ec8ac7ef9 Add `Copy` interface and use it for making copies. (#6034) 7 달 전
  Richard Smith 0e6dd7e701 Add `MaybeUnformed(T)` type. (#5989) 8 달 전
  Richard Smith 694c00c7eb Make `Core.Float` a class. Add missing builtins for float support. (#5932) 8 달 전
  Jon Ross-Perkins 37d5046ceb Support parse/check/lower for char (#5901) 9 달 전
  Richard Smith b5ae988a08 Add builtins for compound assignment operators. (#5335) 1 년 전
  Jon Ross-Perkins b49e89e97e Add a no-op builtin function which shouldn't generate code. (#5306) 1 년 전
  Dana Jansens 129cf35d78 Support BitAnd operator between facet types (#5022) 1 년 전
  Jon Ross-Perkins 44a5e371b2 Reduce clangd-displayed errors for def files (#4957) 1 년 전
  Richard Smith 246ec785df Add support for converting between integer types (#4753) 1 년 전
  Richard Smith c1590f886a Add equality comparison support for `bool`. (#4701) 1 년 전
  Richard Smith 3645143e27 Add solutions for advent of code 2024 day 1 to `examples/`. (#4673) 1 년 전
  Richard Smith e2ae5f212c Remove the special case for `i32`. (#4543) 1 년 전
  Richard Smith cbd88e5c72 Add builtin for performing checked conversion between integer types. (#4523) 1 년 전
  Richard Smith 44fe65fbe5 Rename `BigInt` to `IntLiteral`. (#4476) 1 년 전
  Richard Smith a02dfe0226 Superficial support for `Core.BigInt` type (#4414) 1 년 전
  Jon Ross-Perkins 8bb80d8271 Add a basic Core.Print function for ints. (#4078) 1 년 전
  Pablo Paglilla d28c63df01 Add support for builtin float comparison operations (#3899) 2 년 전
  Pablo Paglilla cae62765af Add builtins for basic float operations (#3897) 2 년 전
  Richard Smith 5964795f34 Use separate builtins for signed / unsigned arithmetic. (#3892) 2 년 전
  Richard Smith bb117aea3a Add support for `iN` and `uN` for all suitable `N`. (#3868) 2 년 전