Historique des commits

Auteur SHA1 Message Date
  Jon Ross-Perkins 6b5eb1a101 Id::Invalid -> Id::None (#4834) il y a 1 an
  Richard Smith 246ec785df Add support for converting between integer types (#4753) il y a 1 an
  Richard Smith 4a7aefefaa Add support for operators on `Core.IntLiteral`. (#4716) il y a 1 an
  Richard Smith c1590f886a Add equality comparison support for `bool`. (#4701) il y a 1 an
  Richard Smith 3645143e27 Add solutions for advent of code 2024 day 1 to `examples/`. (#4673) il y a 1 an
  Richard Smith cd1ecf1297 When a builtin function expects type T also allow an adapter for T. (#4643) il y a 1 an
  Jon Ross-Perkins efab39cbd9 Remove InstId::Builtin members (#4632) il y a 1 an
  Jon Ross-Perkins 4a80d6758d Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555) il y a 1 an
  Richard Smith e2ae5f212c Remove the special case for `i32`. (#4543) il y a 1 an
  Jon Ross-Perkins 4eb955bf42 Drop std:: on size_t in various spots. (#4546) il y a 1 an
  Richard Smith cbd88e5c72 Add builtin for performing checked conversion between integer types. (#4523) il y a 1 an
  Richard Smith 44fe65fbe5 Rename `BigInt` to `IntLiteral`. (#4476) il y a 1 an
  Richard Smith df68bf9f71 Switch to using `Core.BigInt` as the type of the size of a type literal. (#4450) il y a 1 an
  Richard Smith a02dfe0226 Superficial support for `Core.BigInt` type (#4414) il y a 1 an
  Jon Ross-Perkins 8bb80d8271 Add a basic Core.Print function for ints. (#4078) il y a 1 an
  Jon Ross-Perkins 76ed3c73cb Promote FunctionType to a standard instruction. (#3931) il y a 2 ans
  Pablo Paglilla d28c63df01 Add support for builtin float comparison operations (#3899) il y a 2 ans
  Pablo Paglilla cae62765af Add builtins for basic float operations (#3897) il y a 2 ans
  Richard Smith 5964795f34 Use separate builtins for signed / unsigned arithmetic. (#3892) il y a 2 ans
  Richard Smith bb117aea3a Add support for `iN` and `uN` for all suitable `N`. (#3868) il y a 2 ans
  Jon Ross-Perkins 6889aff49a Add functions for instantiating builtin types through lookup. (#3857) il y a 2 ans
  Richard Smith 762d07fa3e Add builtins for integer bitwise, bit-shift, and relational comparison operators. (#3853) il y a 2 ans
  Richard Smith ebbc648342 Add builtins for some basic integer operations. (#3816) il y a 2 ans
  Richard Smith a3d77d9b74 Factor out some parts of builtin handling and add declaration checking. (#3815) il y a 2 ans