Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Dana Jansens c38e723dd8 Rename singleton InstId constants to TypeInstId (#5323) 1 gadu atpakaļ
  Thomas Köppe bf32da8dad Add missing standard library header inclusions (#5316) 1 gadu atpakaļ
  Jon Ross-Perkins 4923445e3a Drop `Singleton` from `ErrorInst::SingletonInstId` and similar (#5304) 1 gadu atpakaļ
  Jon Ross-Perkins acbe6530c3 Move diagnostics into a namespace (#5173) 1 gadu atpakaļ
  Jon Ross-Perkins 311b4ff03d Refactor AddInst-family functions to their own file (#4941) 1 gadu atpakaļ
  Jon Ross-Perkins dc8f47e6ad Move type functions off Context (#4951) 1 gadu atpakaļ
  Jon Ross-Perkins afef6cd940 Refactor name lookup logic out of Context (#4930) 1 gadu atpakaļ
  Jon Ross-Perkins 1cba3328f7 Finish removing BuiltinInstKind (#4637) 1 gadu atpakaļ
  Jon Ross-Perkins efab39cbd9 Remove InstId::Builtin members (#4632) 1 gadu atpakaļ
  Richard Smith e4412a95dd Factor out machinery for forming int type literals. (#4616) 1 gadu atpakaļ
  Jon Ross-Perkins 4a80d6758d Rename the builtin FloatType to LegacyFloatType, Error to ErrorInst (#4555) 1 gadu atpakaļ
  Richard Smith e2ae5f212c Remove the special case for `i32`. (#4543) 1 gadu atpakaļ
  Richard Smith bc395eb889 Represent integer literals as `IntLiteral` not as `i32`. (#4532) 1 gadu atpakaļ
  Chandler Carruth 3ba4997855 Canonicalize away bit width and embed small integers into `IntId`s (#4487) 1 gadu atpakaļ
  Richard Smith 44fe65fbe5 Rename `BigInt` to `IntLiteral`. (#4476) 1 gadu atpakaļ
  Richard Smith db76e81630 Rename `IntLiteral` to `IntValue`. (#4475) 1 gadu atpakaļ
  Richard Smith df68bf9f71 Switch to using `Core.BigInt` as the type of the size of a type literal. (#4450) 1 gadu atpakaļ
  Jon Ross-Perkins 2a36ff611d Remove a couple std::string uses in diagnostics. (#4421) 1 gadu atpakaļ
  Jon Ross-Perkins e7aebbe581 Update basic diagnostic capitalization/punctuation (#4328) 1 gadu atpakaļ
  Jon Ross-Perkins 99696b9812 Rename check handlers to HandleParseNode overloads. (#4121) 1 gadu atpakaļ
  Jon Ross-Perkins a81d67c629 Rename Builtin to BuiltinInst, particularly to get BuiltinInstKind (#4115) 1 gadu atpakaļ
  Chandler Carruth 8c64f0bfdd Add `-Wmissing-prototypes` and fix issues it finds. (#4019) 1 gadu atpakaļ
  Jon Ross-Perkins 5bb318cae6 Switch AddInst struct init style. (#4012) 1 gadu atpakaļ
  Jon Ross-Perkins 55300d1ebb Switch type literals to use builtin functions. (#3978) 1 gadu atpakaļ
  Pablo Paglilla cae62765af Add builtins for basic float operations (#3897) 2 gadi atpakaļ
  Richard Smith bb117aea3a Add support for `iN` and `uN` for all suitable `N`. (#3868) 2 gadi atpakaļ
  Jon Ross-Perkins 895e90e791 Start including the prelude for testing. (#3861) 2 gadi atpakaļ
  Richard Smith 3763d0130a Convert literals to `i32` when forming an `i32`-typed `int_literal` instruction. (#3814) 2 gadi atpakaļ
  Jon Ross-Perkins 86a7c9ff45 Rename parse_node -> node_id (#3760) 2 gadi atpakaļ
  czapiga 4873160acc Parse `auto` type (#3704) 2 gadi atpakaļ